An open API service indexing awesome lists of open source software.

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.

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.
![brocseg_1](./img/brocseg_1.png)