Open DerThorsten opened 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
should we intregrate gridCut also in OpenGM?