Ask Your Question

queuecumber's profile - activity

2015-02-09 16:33:32 -0600 received badge  Supporter (source)
2015-02-06 11:13:47 -0600 commented question Stereo GraphCut Algorithm

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

2015-02-06 10:53:55 -0600 asked a question 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?