willemolding / gridcut-python

Python wrappers for the GridCut C++ library for solving graph cuts in grids
2 stars 3 forks source link

should we intregrate gridCut also in OpenGM? #1

Open DerThorsten opened 10 years ago

DerThorsten commented 10 years ago

should we intregrate gridCut also in OpenGM?

willemolding commented 10 years ago

I guess it is a possibility. GridCut does have a lot of limitations though. Along with the usual limitations of graph-cuts (e.g. pairwise binary graphs) it is also limited to solving regular rectangular grids in 2 and 3 dimensions. I created this wrapper as I was interested in its ability to solve using multiple cores but I was unable to get this working with my setup so I switched back to using OpenGMs graph-cuts.

Your best bet would be to get in contact with the GridCut guys and see what they think. Willem