Home
last modified time | relevance | path

Searched refs:leftCameraMatrix (Results 1 – 1 of 1) sorted by relevance

/external/opencv3/modules/calib3d/test/
Dtest_cameracalibration.cpp1033 …leftRvec, rightRvec, leftTvec, rightTvec, leftCameraMatrix, rightCameraMatrix, leftDistCoeffs, rig… in run() local
1143 cameraMatrix.copyTo( leftCameraMatrix ); leftCameraMatrix(0,0) -= dEps; in run()
1144 project( objPoints, rvec, tvec, leftCameraMatrix, distCoeffs, in run()
1146 cameraMatrix.copyTo( leftCameraMatrix ); leftCameraMatrix(1,1) -= dEps; in run()
1147 project( objPoints, rvec, tvec, leftCameraMatrix, distCoeffs, in run()
1164 cameraMatrix.copyTo( leftCameraMatrix ); leftCameraMatrix(0,2) -= dEps; in run()
1165 project( objPoints, rvec, tvec, leftCameraMatrix, distCoeffs, in run()
1167 cameraMatrix.copyTo( leftCameraMatrix ); leftCameraMatrix(1,2) -= dEps; in run()
1168 project( objPoints, rvec, tvec, leftCameraMatrix, distCoeffs, in run()