Ask Your Question

benbloom's profile - activity

2018-07-25 21:42:42 -0600 received badge  Popular Question (source)
2015-08-21 23:27:31 -0600 received badge  Necromancer (source)
2015-08-21 23:18:21 -0600 asked a question Where are the docs for Python's cv2.stereoRectify?

They don't seem to be in the normal place.

Though, the function cv2.stereoRectify(...) does seem to exist (Eclipse finds it in the cv2 .so file).

Does anyone know where the docs are? Or does anyone even have the docstring?

2015-08-21 23:18:21 -0600 answered a question stereoRectify doubt

The R & T matrices are the rotation and translation between the two cameras. You can obtain them using StereoCalibrate. It's a similar procedure to the chessboard calibration used for a single camera, except you need to pass it images of the same scene taken by different cameras.

2015-08-21 17:40:58 -0600 received badge  Supporter (source)