Home | History | Annotate | Download | only in cpp

Lines Matching defs:rvec

127                          const Mat& cameraMatrix, const Mat& rvec, const Mat& tvec,
148 projectPoints(Mat(objpt), rvec, tvec, cameraMatrix, Mat(), imgpt);
199 const Mat& cameraMatrix, const Mat& rvec, const Mat& tvec,
211 Rodrigues(rvec, R);
250 projectPoints(Mat(tempobj), rvec, tvec, cameraMatrix, Mat(), tempimg);
284 cameraMatrix, rvec, tvec, box, npt, false);
562 Mat rvec, tvec;
565 distCoeffs, rvec, tvec, false);
576 cameraMatrix, rvec, tvec, box);
584 cameraMatrix, rvec, tvec, box, 4, true);
609 rvec.convertTo(RV, RV.type());