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?
Who said you that grabcut has been removed , I am using it nicely for segmenting my images
I'm referring to the graph-cut based algorithm for computing disparity maps from stereo image correspondences not the grab cut segmentation algorithm