Commit 282c3044 authored by Vadim Pisarevsky's avatar Vadim Pisarevsky

exported C++ stereoRectify in Python

parent 6138956b
......@@ -596,7 +596,7 @@ CV_EXPORTS_W double stereoCalibrate( InputArrayOfArrays objectPoints,
//! computes the rectification transformation for a stereo camera from its intrinsic and extrinsic parameters
CV_EXPORTS void stereoRectify( InputArray cameraMatrix1, InputArray distCoeffs1,
CV_EXPORTS_W void stereoRectify( InputArray cameraMatrix1, InputArray distCoeffs1,
InputArray cameraMatrix2, InputArray distCoeffs2,
Size imageSize, InputArray R, InputArray T,
OutputArray R1, OutputArray R2,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment