Ask Your Question

Revision history [back]

StereoSGBM missing in 2.4.5 python binding?

I just installed OpenCV 2.4.5 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.

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.

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.