Skip to content

Mesh segmentation tool using OpenGL, OpenMesh, glm, imgui, sdl2, conan.

Notifications You must be signed in to change notification settings

brocbyte/brocseg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project is a little mesh segmentation tool. It tries to detect mesh parts based on curvature values computed at mesh vertices. After computing curvature values vertex array is splitted into regions by min-cut graph algorithm. There's a lot of space for improvement, though - blue and red vertices must be merged into close 'true' regions. brocseg_1

About

Mesh segmentation tool using OpenGL, OpenMesh, glm, imgui, sdl2, conan.

Topics

Resources

Stars

Watchers

Forks