Home
last modified time | relevance | path

Searched refs:rightCameraMatrix (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
1149 cameraMatrix.copyTo( rightCameraMatrix ); rightCameraMatrix(0,0) += dEps; in run()
1150 project( objPoints, rvec, tvec, rightCameraMatrix, distCoeffs, in run()
1152 cameraMatrix.copyTo( rightCameraMatrix ); rightCameraMatrix(1,1) += dEps; in run()
1153 project( objPoints, rvec, tvec, rightCameraMatrix, distCoeffs, in run()
1170 cameraMatrix.copyTo( rightCameraMatrix ); rightCameraMatrix(0,2) += dEps; in run()
1171 project( objPoints, rvec, tvec, rightCameraMatrix, distCoeffs, in run()
1173 cameraMatrix.copyTo( rightCameraMatrix ); rightCameraMatrix(1,2) += dEps; in run()
1174 project( objPoints, rvec, tvec, rightCameraMatrix, distCoeffs, in run()