Home | History | Annotate | Download | only in src

Lines Matching refs:number

141         CV_ERROR( CV_StsUnmatchedSizes, "Number of points must be the same and more than 0" );
204 CV_ERROR( CV_StsUnmatchedSizes, "Number of points must be same and == 6" );
209 CV_ERROR( CV_StsUnmatchedSizes, "Number of points coordinates must be 2" );
222 CV_ERROR( CV_StsUnmatchedSizes, "Number of coordinates of points4D must be 4" );
436 /* generate new number */
450 /* We have good random number */
457 void icvSelectColsByNumbers(CvMat* srcMatr, CvMat* dstMatr, int* indexes,int number)
481 CV_ERROR( CV_StsOutOfRange, "Number of rows of matrices must be the same" );
485 for( dst = 0; dst < number; dst++ )
527 CV_ERROR( CV_StsOutOfRange, "Number of points4D must be more than zero" );
532 CV_ERROR( CV_StsUnmatchedSizes, "Number of points must be the same");
537 CV_ERROR( CV_StsUnmatchedSizes, "Number of coordinates of projected points must be 2");
542 CV_ERROR(CV_StsUnmatchedSizes, "Number of coordinates of 4D points must be 4");
650 CV_ERROR( CV_StsOutOfRange, "Number points must be more than 6" );
657 CV_ERROR( CV_StsUnmatchedSizes, "Number of points and statuses must be the same" );
662 CV_ERROR( CV_StsOutOfRange, "Number of points coordinates must be == 2" );
837 CV_ERROR( CV_StsOutOfRange, "Number points must be more than 6" );
842 CV_ERROR( CV_StsUnmatchedSizes, "number of points must be the same" );
874 CV_ERROR( CV_StsUnmatchedSizes, "Number of coordinates of points must be 2" );
889 int NumSamples = 500;/* just init number of samples */
932 /* Compute number of good points for each matrix */
950 /* Compute distances and number of good points (inliers) */
998 /* Adaptive number of samples to count*/
1353 CV_ERROR( CV_StsUnmatchedSizes, "Number of points must be 4. And they must have 2 coordinates" );
1442 CV_ERROR( CV_StsUnmatchedSizes, "Number
1447 CV_ERROR( CV_StsUnmatchedSizes, "Number of points2 must be 3 and and have 3 coordinates" );
1535 /* May compute 1 or 3 matrices. Returns number of solutions */
1585 /* test number of solutions and test for real solutions */
1771 /* Number of points must be >=6 */
1802 CV_ERROR( CV_StsOutOfRange, "Number of points must be at least 6" );
1807 CV_ERROR( CV_StsUnmatchedSizes, "Number of points must be same" );
1973 CV_ERROR( CV_StsUnmatchedSizes, "Number of points must be at least 5" );
1978 CV_ERROR( CV_StsUnmatchedSizes, "Number of points must be the same" );
1988 CV_ERROR( CV_StsUnmatchedSizes, "Number of coordinates of points must be 4" );
2090 CV_ERROR( CV_StsOutOfRange, "Number of points must be more than zero" );
2095 CV_ERROR( CV_StsUnmatchedSizes, "Number of points must be the same" );
2100 CV_ERROR( CV_StsUnmatchedSizes, "Number of proj points coordinates must be == 2" );
2105 CV_ERROR( CV_StsUnmatchedSizes, "Number of world points coordinates must be == 4" );
2232 CV_ERROR( CV_StsUnmatchedSizes, "Number of points must be the same" );
2237 CV_ERROR( CV_StsUnmatchedSizes, "Number of proj points coordinates must be == 2" );
2242 CV_ERROR( CV_StsUnmatchedSizes, "Number of world points coordinates must be == 4" );
2374 CV_ERROR( CV_StsUnmatchedSizes, "Number of coordinates of camera position must be 3x1 vector" );
2571 //Error. Number of images too few
2601 /* Define number of projection matrices */
2604 CV_ERROR( CV_StsUnmatchedSizes, "Number of projection matrices must be at least 2" );