Searched defs:dpdrot (Results 1 - 1 of 1) sorted by relevance

/external/opencv3/modules/calib3d/test/
H A Dtest_cameracalibration.cpp1010 Mat& dpdrot, Mat& dpdt, Mat& dpdf,
1065 Mat dpdrot, dpdt, dpdf, dpdc, dpddist, local
1069 imgPoints, dpdrot, dpdt, dpdf, dpdc, dpddist, 0 );
1115 err = cvtest::norm( dpdrot, valDpdrot, NORM_INF );
1118 ts->printf( cvtest::TS::LOG, "bad dpdrot: too big difference = %g\n", err );
1219 Mat& dpdrot, Mat& dpdt, Mat& dpdf,
1226 Mat& dpdrot, Mat& dpdt, Mat& dpdf, Mat& dpdc, Mat& dpddist, double aspectRatio)
1230 dpdrot.create(npoints*2, 3, CV_64F);
1237 CvMat _dpdrot = dpdrot, _dpdt = dpdt, _dpdf = dpdf, _dpdc = dpdc, _dpddist = dpddist;
1255 Mat& dpdrot, Ma
1224 project( const Mat& opoints, const Mat& rvec, const Mat& tvec, const Mat& cameraMatrix, const Mat& distCoeffs, vector<Point2f>& ipoints, Mat& dpdrot, Mat& dpdt, Mat& dpdf, Mat& dpdc, Mat& dpddist, double aspectRatio) argument
1260 project( const Mat& objectPoints, const Mat& rvec, const Mat& tvec, const Mat& cameraMatrix, const Mat& distCoeffs, vector<Point2f>& imagePoints, Mat& dpdrot, Mat& dpdt, Mat& dpdf, Mat& dpdc, Mat& dpddist, double aspectRatio) argument
[all...]

Completed in 34 milliseconds