https://github.com/brocbyte/brocseg
Mesh segmentation tool using OpenGL, OpenMesh, glm, imgui, sdl2, conan.
https://github.com/brocbyte/brocseg
glm imgui opengl openmesh sdl2
Last synced: 5 months ago
JSON representation
Mesh segmentation tool using OpenGL, OpenMesh, glm, imgui, sdl2, conan.
- Host: GitHub
- URL: https://github.com/brocbyte/brocseg
- Owner: brocbyte
- Created: 2024-09-16T03:13:50.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-10-16T03:08:11.000Z (over 1 year ago)
- Last Synced: 2025-04-06T16:24:26.597Z (about 1 year ago)
- Topics: glm, imgui, opengl, openmesh, sdl2
- Language: C++
- Homepage:
- Size: 524 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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.
