StereoSGBM missing in 2.4.5 python binding?
I just installed OpenCV 2.4.5 from trunk, along with the python binding, under Ubuntu. After "import cv2", "cv2.StereoSGBM()" gave me "AttributeError: 'module' object has no attribute 'StereoSGBM'". Did anybody else encounter this problem? Thanks.
EDIT: Never mind. The stable release works fine.
+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.