mirror of
https://github.com/opencv/opencv.git
synced 2025-01-18 22:44:02 +08:00
exported C++ stereoRectify in Python
This commit is contained in:
parent
6138956b5e
commit
282c3044e6
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user