1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-31 00:03:03 +04:00

fixed calibrateCamera API (ticket #1143)

This commit is contained in:
Vadim Pisarevsky
2011-06-17 21:21:01 +00:00
parent d5ba7c3826
commit f4dc4b43e4
3 changed files with 7 additions and 6 deletions
@@ -562,7 +562,7 @@ CV_EXPORTS_W double calibrateCamera( InputArrayOfArrays objectPoints,
Size imageSize,
CV_IN_OUT InputOutputArray cameraMatrix,
CV_IN_OUT InputOutputArray distCoeffs,
OutputArray rvecs, OutputArray tvecs,
OutputArrayOfArrays rvecs, OutputArrayOfArrays tvecs,
int flags=0 );
//! computes several useful camera characteristics from the camera matrix, camera frame resolution and the physical sensor size.