Ask Your Question

mistycheney's profile - activity

2013-10-10 13:34:46 -0600 received badge  Student (source)
2013-05-22 21:02:20 -0600 answered a question Best way to show many windows without overlap?

You need to create a new window for each image by doing namedWindow, then moveWindow. Does that not achieve what you want?

2013-05-22 17:49:49 -0600 received badge  Editor (source)
2013-05-22 17:23:36 -0600 asked a question 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.