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

1 2 3

  /external/opencv/cvaux/src/
cvlevmarprojbandle.cpp 95 CV_ERROR( CV_StsOutOfRange, "Number of points4D must be more than zero" );
100 CV_ERROR( CV_StsOutOfRange, "Number of coordinates of points4D must be 4" );
110 CV_ERROR( CV_StsOutOfRange, "Size of projection matrix (projMatr) must be 3x4" );
120 CV_ERROR( CV_StsOutOfRange, "Size of status of points must be 1xN" );
130 CV_ERROR( CV_StsOutOfRange, "derivProj must be a matrix VisN x 12" );
195 CV_ERROR( CV_StsOutOfRange, "derivProj must be a matrix 2VisN x 12" );
212 CV_ERROR( CV_StsOutOfRange, "Number of images must more than zero" );
253 CV_ERROR( CV_StsOutOfRange, "Number of points must be more than zero" );
258 CV_ERROR( CV_StsOutOfRange, "points4D must be a matrix N x 4" );
268 CV_ERROR( CV_StsOutOfRange, "Size of projection matrix (projMatr) must be 3x4" )
    [all...]
cvcorrimages.cpp 80 CV_ERROR( CV_StsOutOfRange, "Size of image must be > 0" );
93 CV_ERROR( CV_StsOutOfRange, "Number of need points must be > 0" );
98 CV_ERROR( CV_StsOutOfRange, "Number of point coordinates must be == 2" );
220 CV_ERROR( CV_StsOutOfRange, "Size of image1 must be > 0" );
247 CV_ERROR( CV_StsOutOfRange, "Number of points1 must be > 0" );
257 CV_ERROR( CV_StsOutOfRange, "Number of points coordinates must be 2" );
262 CV_ERROR( CV_StsOutOfRange, "Status must be a matrix 1xN" );
474 CV_ERROR( CV_StsOutOfRange, "Number of old points must be > 0" );
487 CV_ERROR( CV_StsOutOfRange, "Number of add points and statuses must be the same" );
588 CV_ERROR( CV_StsOutOfRange, "Number of oldPoints must be >= 0" )
    [all...]
cvlevmartrif.cpp 297 CV_ERROR( CV_StsOutOfRange, "Number points of resultPoints4D must be more than 0" );
458 CV_ERROR( CV_StsOutOfRange, "Number of points must be more than 0" );
465 CV_ERROR( CV_StsOutOfRange, "Number of points coordinates must be more than 0" );
cvtexture.cpp 547 CV_ERROR( CV_StsOutOfRange, "step is not in 0 .. GLCM->numMatrices - 1" );
550 CV_ERROR( CV_StsOutOfRange, "descriptor is not in 0 .. GLCM->numDescriptors - 1" );
584 CV_ERROR( CV_StsOutOfRange, "Descriptor index is out of range" );
626 CV_ERROR( CV_StsOutOfRange, "The step index is out of range" );
cvtrifocal.cpp 425 CV_ERROR( CV_StsOutOfRange, "Can't generate such numbers. Count must be <= range and range must be > 0" );
481 CV_ERROR( CV_StsOutOfRange, "Number of rows of matrices must be the same" );
527 CV_ERROR( CV_StsOutOfRange, "Number of points4D must be more than zero" );
650 CV_ERROR( CV_StsOutOfRange, "Number points must be more than 6" );
662 CV_ERROR( CV_StsOutOfRange, "Number of points coordinates must be == 2" );
667 CV_ERROR( CV_StsOutOfRange, "Each of status must be matrix 1xN" );
672 CV_ERROR( CV_StsOutOfRange, "Each of projection matrix must be 3x4" );
837 CV_ERROR( CV_StsOutOfRange, "Number points must be more than 6" );
847 CV_ERROR( CV_StsOutOfRange, "Probability must be >=0 and <=1" );
852 CV_ERROR( CV_StsOutOfRange, "Threshold for good points must be at least >= 0" )
    [all...]
  /external/opencv/cxcore/include/
cxerror.h 99 #define CV_StsOutOfRange -211 /* some of parameters are out of range */
  /external/opencv/cxcore/src/
cxalloc.cpp 106 CV_ERROR( CV_StsOutOfRange,
cxarray.cpp 300 CV_ERROR( CV_StsOutOfRange,
309 CV_ERROR( CV_StsOutOfRange, "The array is too big" );
366 CV_ERROR( CV_StsOutOfRange,
494 CV_ERROR( CV_StsOutOfRange, "Incorrect number of arrays" );
657 CV_ERROR( CV_StsOutOfRange, "bad number of dimensions" );
809 CV_ERROR( CV_StsOutOfRange, "One of indices is out of range" );
906 CV_ERROR( CV_StsOutOfRange, "One of indices is out of range" );
1127 CV_ERROR( CV_StsOutOfRange, "The array is too big" );
    [all...]
cxdrawing.cpp 97 CV_ERROR( CV_StsOutOfRange, "Image width or height are negative" );
    [all...]
cxerror.cpp 293 case CV_StsOutOfRange : return "One of arguments\' values is out of range";
cxdatastructs.cpp 397 CV_ERROR( CV_StsOutOfRange, "Too large memory block is requested" );
405 CV_ERROR( CV_StsOutOfRange, "requested size is negative or too big" );
500 CV_ERROR( CV_StsOutOfRange, "" );
515 CV_ERROR( CV_StsOutOfRange, "Storage block size is too small "
1235 CV_ERROR( CV_StsOutOfRange, "" );
1242 CV_ERROR( CV_StsOutOfRange, "" );
    [all...]
cxsumpixels.cpp 424 CV_ERROR( CV_StsOutOfRange, "The input array must have at most 4 channels" );
516 CV_ERROR( CV_StsOutOfRange, "The input array must have at most 4 channels" );
    [all...]
  /external/opencv/cv/src/
cvadapthresh.cpp 58 CV_ERROR( CV_StsOutOfRange, "Neighborhood size must be >=3 and odd (3, 5, 7, ...)" );
cvstereobm.cpp 577 CV_ERROR( CV_StsOutOfRange, "preFilterType must be =CV_STEREO_BM_NORMALIZED_RESPONSE" );
580 CV_ERROR( CV_StsOutOfRange, "preFilterSize must be odd and be within 5..255" );
583 CV_ERROR( CV_StsOutOfRange, "preFilterCap must be within 1..63" );
587 CV_ERROR( CV_StsOutOfRange, "SADWindowSize must be odd, be within 5..255 and "
591 CV_ERROR( CV_StsOutOfRange, "numberOfDisparities must be positive and divisble by 16" );
593 CV_ERROR( CV_StsOutOfRange, "texture threshold must be non-negative" );
595 CV_ERROR( CV_StsOutOfRange, "uniqueness ratio must be non-negative" );
cvapprox.cpp 430 CV_ERROR( CV_StsOutOfRange, "" );
452 CV_ERROR( CV_StsOutOfRange, "" );
963 CV_ERROR( CV_StsOutOfRange, "header_size is negative. "
989 CV_ERROR( CV_StsOutOfRange, "Unknown approximation method" );
999 CV_ERROR( CV_StsOutOfRange, "Accuracy must be non-negative" );
cvmotempl.cpp 189 CV_ERROR( CV_StsOutOfRange, "aperture_size must be 3, 5 or 7" );
192 CV_ERROR( CV_StsOutOfRange, "both delta's must be positive" );
322 CV_ERROR( CV_StsOutOfRange, "MHI duration must be positive" );
cvcondens.cpp 66 CV_ERROR( CV_StsOutOfRange, "" );
cvcorner.cpp 233 CV_ERROR( CV_StsOutOfRange, "averaging window size must be an odd number >= 3" );
236 CV_ERROR( CV_StsOutOfRange,
542 CV_ERROR( CV_StsOutOfRange, "CV_SCHARR is not supported by this function" );
545 CV_ERROR( CV_StsOutOfRange,
cvkalman.cpp 54 CV_ERROR( CV_StsOutOfRange,
cvfilter.cpp 160 CV_ERROR( CV_StsOutOfRange, "invalid kernel size and/or anchor position" );
469 CV_ERROR( CV_StsOutOfRange, "Too large source image or its ROI" );
490 CV_ERROR( CV_StsOutOfRange, "Incorrect destination ROI origin" );
573 CV_ERROR( CV_StsOutOfRange, "The destination image can not fit the result" );
    [all...]
cvfundam.cpp 138 CV_ERROR( CV_StsOutOfRange, "the number of model points should be positive" );
    [all...]
  /external/opencv/ml/src/
mlknearest.cpp 123 CV_ERROR( CV_StsOutOfRange, "max_k must be a positive number" );
339 CV_ERROR( CV_StsOutOfRange, "k must be within 1..max_k range" );
mlestimate.cpp 489 CV_ERROR (CV_StsOutOfRange, "No samples is selected!");
495 CV_ERROR (CV_StsOutOfRange,
mltree.cpp 90 CV_ERROR( CV_StsOutOfRange, "params.max_categories should be >= 2" );
94 CV_ERROR( CV_StsOutOfRange, "params.max_depth should be >= 0" );
100 CV_ERROR( CV_StsOutOfRange,
108 CV_ERROR( CV_StsOutOfRange, "params.regression_accuracy should be >= 0" );
287 CV_ERROR( CV_StsOutOfRange,
518 CV_ERROR( CV_StsOutOfRange, "Every class weight should be positive" );
    [all...]
mlsvm.cpp 460 CV_ERROR( CV_StsOutOfRange, "Too small storage block size" );
    [all...]

Completed in 561 milliseconds

1 2 3