Ask Your Question

PhilMacKay's profile - activity

2013-10-10 14:16:59 -0600 answered a question StereoSGBM missing in 2.4.5 python binding?

According to the documentation here, the Python binding is cv2.StereoSGBM().

Out of luck, I found that Python'S binding is actually cv2.createStereoSGBM(). It seems to be the right one because the help() functions returns:

createStereoSGBM(...)

createStereoSGBM(minDisparity, numDisparities, blockSize[, P1[, P2[, disp12M axDiff[, preFilterCap[, uniquenessRatio[, speckleWindowSize[, speckleRange[, mod e]]]]]]]]) -> retval

2013-10-10 13:36:17 -0600 commented question StereoSGBM missing in 2.4.5 python binding?

+1: I have the same problem, except that the pre-compiled binaries don't work on my system. I downloaded the main branch in beginning of august 2013, I'm downloading again today to check if it has been fixed.

2013-10-10 13:34:46 -0600 received badge  Supporter (source)