Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

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.

click to hide/show revision 2
No.2 Revision

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.

click to hide/show revision 3
No.3 Revision

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.