HomeSort by relevance Sort by last modified time
    Searched refs:CV_StsUnmatchedSizes (Results 1 - 25 of 65) sorted by null

1 2 3

  /external/opencv/cvaux/src/
cvlevmartrif.cpp 87 CV_ERROR( CV_StsUnmatchedSizes, "number of points must be more than 0" );
92 CV_ERROR( CV_StsUnmatchedSizes, "Size of Jacobian is not correct it must be 6*numPoints x (36+numPoints*4)" );
202 CV_ERROR( CV_StsUnmatchedSizes, "number of points must be more than 0" );
207 CV_ERROR( CV_StsUnmatchedSizes, "Size of resFunc is not correct it must be 2*numPoints*3 x 1");
302 CV_ERROR( CV_StsUnmatchedSizes, "Number of coordinates of points4D must be 4" );
342 CV_ERROR( CV_StsUnmatchedSizes, "Size of projMatr must be 3x4" );
347 CV_ERROR( CV_StsUnmatchedSizes, "Size of resultProjMatrs must be 3x4" );
352 CV_ERROR( CV_StsUnmatchedSizes, "Size of resultProjMatrs must be 3x4" );
cvtrifocal.cpp 141 CV_ERROR( CV_StsUnmatchedSizes, "Number of points must be the same and more than 0" );
146 CV_ERROR( CV_StsUnmatchedSizes, "Points must have 2 coordinates" );
151 CV_ERROR( CV_StsUnmatchedSizes, "Size of camera matrix must be 3x3" );
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" );
216 CV_ERROR( CV_StsUnmatchedSizes, "Size of project matrix must be 3x4 or 9x4 (for 3 matrices)" );
222 CV_ERROR( CV_StsUnmatchedSizes, "Number of coordinates of points4D must be 4" );
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")
    [all...]
cvlevmar.cpp 107 CV_ERROR( CV_StsUnmatchedSizes, "Number of colomn of vector X0 must be 1" );
112 CV_ERROR( CV_StsUnmatchedSizes, "Number of colomn of vector observed rusult must be 1" );
117 CV_ERROR( CV_StsUnmatchedSizes, "Size of result vector X must be equals to X0" );
122 CV_ERROR( CV_StsUnmatchedSizes, "Number of maximum iteration must be > 0" );
127 CV_ERROR( CV_StsUnmatchedSizes, "Epsilon must be >= 0" );
cvvideo.cpp 66 CV_ERROR( CV_StsUnmatchedSizes, "Uncorrelated sizes of the input image and output fields" );
cvcorrimages.cpp 111 CV_ERROR( CV_StsUnmatchedSizes, "Size of points and statuses must be the same" );
225 CV_ERROR( CV_StsUnmatchedSizes, "Size of images must be the same" );
252 CV_ERROR( CV_StsUnmatchedSizes, "Number of points and statuses must be the same" );
593 CV_ERROR( CV_StsUnmatchedSizes, "Number of old Points and old Statuses must be the same" );
605 CV_ERROR( CV_StsUnmatchedSizes, "Number of new Points and new Statuses must be the same" );
610 CV_ERROR( CV_StsUnmatchedSizes, "Number of new Points and new original Status must be the same" );
    [all...]
  /external/opencv/cxcore/include/
cxerror.h 97 #define CV_StsUnmatchedSizes -209 /* sizes of input/output structures do not match */
  /external/opencv/cv/src/
cvkdtree.cpp 217 CV_ERROR(CV_StsUnmatchedSizes, "desc columns be equal feature dimensions");
219 CV_ERROR(CV_StsUnmatchedSizes, "results and desc must be same height");
221 CV_ERROR(CV_StsUnmatchedSizes, "dist and desc must be same height");
255 CV_ERROR(CV_StsUnmatchedSizes, "bounds_{min,max} must 1 x dims or dims x 1");
cvadapthresh.cpp 128 CV_ERROR( CV_StsUnmatchedSizes, "" );
cvaccum.cpp 425 CV_ERROR( CV_StsUnmatchedSizes, "" );
463 CV_ERROR( CV_StsUnmatchedSizes, "" );
520 CV_ERROR( CV_StsUnmatchedSizes, "" );
559 CV_ERROR( CV_StsUnmatchedSizes, "" );
619 CV_ERROR( CV_StsUnmatchedSizes, "" );
660 CV_ERROR( CV_StsUnmatchedSizes, "" );
    [all...]
cvsumpixels.cpp 343 CV_ERROR( CV_StsUnmatchedSizes, "" );
357 CV_ERROR( CV_StsUnmatchedSizes, "" );
372 CV_ERROR( CV_StsUnmatchedSizes, "" );
cvmotempl.cpp 137 CV_ERROR( CV_StsUnmatchedSizes, "" );
199 CV_ERROR( CV_StsUnmatchedSizes, "" );
319 CV_ERROR( CV_StsUnmatchedSizes, "" );
440 CV_ERROR( CV_StsUnmatchedSizes, "" );
cvgeometry.cpp 549 CV_ERROR(CV_StsUnmatchedSizes, "Size of projection matrix must be 3x4!");
552 CV_ERROR(CV_StsUnmatchedSizes, "Size of calibration and rotation matrices must be 3x3!");
555 CV_ERROR(CV_StsUnmatchedSizes, "Size of position vector must be 4x1!");
cvcorner.cpp 438 CV_ERROR( CV_StsUnmatchedSizes, "" );
465 CV_ERROR( CV_StsUnmatchedSizes, "" );
489 CV_ERROR( CV_StsUnmatchedSizes, "Output array should be 6 times "
539 CV_ERROR( CV_StsUnmatchedSizes, "" );
cvtemplmatch.cpp 104 CV_ERROR( CV_StsUnmatchedSizes,
109 CV_ERROR( CV_StsUnmatchedSizes,
363 CV_ERROR( CV_StsUnmatchedSizes, "image and template should have the same type" );
376 CV_ERROR( CV_StsUnmatchedSizes, "output image should be (W - w + 1)x(H - h + 1)" );
cvhistogram.cpp 423 CV_ERROR( CV_StsUnmatchedSizes,
429 CV_ERROR( CV_StsUnmatchedSizes, "The histograms have different sizes" );
    [all...]
cvsegmentation.cpp 164 CV_ERROR( CV_StsUnmatchedSizes, "The input and output images must have the same size" );
364 CV_ERROR( CV_StsUnmatchedSizes, "The input and output images must have the same size" );
  /external/opencv/cxcore/src/
cxlogic.cpp 255 CV_ERROR_FROM_CODE( CV_StsUnmatchedSizes );
280 CV_ERROR( CV_StsUnmatchedSizes, "" );
418 CV_ERROR_FROM_CODE( CV_StsUnmatchedSizes );
424 CV_ERROR_FROM_CODE( CV_StsUnmatchedSizes );
447 CV_ERROR( CV_StsUnmatchedSizes, "" );
675 CV_ERROR_FROM_CODE( CV_StsUnmatchedSizes );
cxmatmul.cpp     [all...]
cxcmp.cpp 307 CV_ERROR_FROM_CODE( CV_StsUnmatchedSizes );
385 CV_ERROR_FROM_CODE( CV_StsUnmatchedSizes );
636 CV_ERROR_FROM_CODE( CV_StsUnmatchedSizes );
761 CV_ERROR_FROM_CODE( CV_StsUnmatchedSizes );
    [all...]
cxmathfuncs.cpp 349 CV_ERROR_FROM_CODE( CV_StsUnmatchedSizes );
363 CV_ERROR_FROM_CODE( CV_StsUnmatchedSizes );
375 CV_ERROR_FROM_CODE( CV_StsUnmatchedSizes );
596 CV_ERROR_FROM_CODE( CV_StsUnmatchedSizes );
610 CV_ERROR_FROM_CODE( CV_StsUnmatchedSizes );
624 CV_ERROR_FROM_CODE( CV_StsUnmatchedSizes );
    [all...]
cxarithm.cpp 371 CV_ERROR_FROM_CODE( CV_StsUnmatchedSizes );
434 CV_ERROR( CV_StsUnmatchedSizes, "" );
614 CV_ERROR_FROM_CODE( CV_StsUnmatchedSizes );
678 CV_ERROR( CV_StsUnmatchedSizes, "" );
    [all...]
cxcopy.cpp 418 CV_ERROR_FROM_CODE( CV_StsUnmatchedSizes );
460 CV_ERROR( CV_StsUnmatchedSizes, "" );
628 CV_ERROR( CV_StsUnmatchedSizes, "" );
945 CV_ERROR( CV_StsUnmatchedSizes, "" );
    [all...]
cxerror.cpp 292 case CV_StsUnmatchedSizes : return "Sizes of input arguments do not match";
cxjacobieigens.cpp 391 CV_ERROR( CV_StsUnmatchedSizes, "source is not quadratic matrix" );
394 CV_ERROR( CV_StsUnmatchedSizes, "eigenvectors matrix has inappropriate size" );
  /external/opencv/ml/src/
ml_inner_functions.cpp 492 CV_ERROR( CV_StsUnmatchedSizes,
650 CV_ERROR( CV_StsUnmatchedSizes,
740 CV_ERROR( CV_StsUnmatchedSizes,
    [all...]

Completed in 433 milliseconds

1 2 3