Searched refs:rightTvec (Results 1 – 1 of 1) sorted by relevance
/external/opencv3/modules/calib3d/test/ |
D | test_cameracalibration.cpp | 1033 …leftRvec, rightRvec, leftTvec, rightTvec, leftCameraMatrix, rightCameraMatrix, leftDistCoeffs, rig… in run() local 1128 tvec.copyTo( rightTvec ); rightTvec(0,i) += dEps; in run() 1129 project( objPoints, rvec, rightTvec, cameraMatrix, distCoeffs, in run()
|