Stereo GraphCut Algorithm

asked 2015-02-06 10:38:49 -0600

queuecumber gravatar image

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?

edit retag flag offensive close merge delete

Comments

Who said you that grabcut has been removed , I am using it nicely for segmenting my images

Anmol Uppal gravatar imageAnmol Uppal ( 2015-02-06 10:58:09 -0600 )edit
1

I'm referring to the graph-cut based algorithm for computing disparity maps from stereo image correspondences not the grab cut segmentation algorithm

queuecumber gravatar imagequeuecumber ( 2015-02-06 11:13:47 -0600 )edit