|
|
|
@ -106,7 +106,7 @@ The functions below use the above model to do the following: |
|
|
|
|
calibrateCamera |
|
|
|
|
--------------- |
|
|
|
|
|
|
|
|
|
.. ocv:function:: double calibrateCamera( InputArrayOfArrays objectPoints, InputArrayOfArrays imagePoints, Size imageSize, InputOutputArray cameraMatrix, InputOutputArray distCoeffs, OutputArray rvecs, OutputArray tvecs, int flags=0 ) |
|
|
|
|
.. ocv:function:: double calibrateCamera( InputArrayOfArrays objectPoints, InputArrayOfArrays imagePoints, Size imageSize, InputOutputArray cameraMatrix, InputOutputArray distCoeffs, OutputArrayOfArrays rvecs, OutputArrayOfArrays tvecs, int flags=0 ) |
|
|
|
|
|
|
|
|
|
Finds the camera intrinsic and extrinsic parameters from several views of a calibration pattern. |
|
|
|
|
|
|
|
|
|