Skip to content

GraphCutOptimization

Sébastien Mestrallet edited this page Jan 10, 2025 · 4 revisions

https://vision.cs.uwaterloo.ca/code/, section "Multi-label optimization" (gco-v3.0 library)

Code with my fixes (commit d7477e9): https://github.com/LIHPC-Computational-Geometry/validity-first-polycube-labeling/tree/main/ext/GraphCutOptimization

Also take a look at what Marco Livesu did: https://github.com/mlivesu/GraphCuts

Problem formulation

TODO

Data structures

TODO

Launch optimizer

TODO

Read results

TODO