Home | History | Annotate | Download | only in test

Lines Matching defs:npoints

71         CvMat* npoints;
81 cvCalibrateCamera2(objPts, imgPts, npoints, imageSize,
102 CvMat objPts, imgPts, npoints, cameraMatrix, distCoeffs, rvecs, tvecs;
109 caller.npoints = &npoints;
145 npoints = npoints_cpp;
163 bad_caller.npoints = 0;
164 errors += run_test_case( CV_StsBadArg, "Zero passed in npoints", bad_caller );
188 bad_caller.npoints = &bad_npts_c1;
189 errors += run_test_case( CV_StsUnsupportedFormat, "Bad npoints format", bad_caller );
192 bad_caller.npoints = &bad_npts_c2;
193 errors += run_test_case( CV_StsUnsupportedFormat, "Bad npoints size", bad_caller );