Ask Your Question

Revision history [back]

Stereo GraphCut Algorithm

I'd like to use the GraphCut algorithm to compute a disparity map. As far as I know this is not included in the C++ API. I am fine with using the C api for it, but I can't seem to find the required functions (the ones I would have used a few years ago are giving me compile errors that they arent found). I am using OpenCV 2.4.8, were these functions removed at some point? Also why do the new OpenCV versions not include this algorithm?