/external/opencv/cv/src/ |
cvlkpyramid.cpp | 105 CV_ERROR( CV_StsOutOfRange, "The number of pyramid layers is negative" ); 361 CV_ERROR( CV_StsOutOfRange, "The number of tracked points is negative or zero" ); 760 CV_ERROR( CV_StsOutOfRange, "the search window is too small" ); 763 CV_ERROR( CV_StsOutOfRange, "" ); [all...] |
cvcalibration.cpp | [all...] |
mycvHaarDetectObjects.cpp | 188 CV_ERROR( CV_StsOutOfRange, "Negative number of cascade stages" ); 650 CV_ERROR( CV_StsOutOfRange, "Scale must be positive" ); 916 CV_ERROR( CV_StsOutOfRange, "scale factor must be > 1" ); [all...] |
cvhistogram.cpp | 775 CV_ERROR(CV_StsOutOfRange, "Bin ranges should go in ascenting order"); [all...] |
cvlinefit.cpp | 686 CV_ERROR( CV_StsOutOfRange, "Both reps and aeps must be non-negative" );
|
cvsegmentation.cpp | 367 CV_ERROR( CV_StsOutOfRange, "The number of pyramid levels is too large or negative" );
|
cvutils.cpp | 495 CV_ERROR( CV_StsOutOfRange, "Offset (left/top border width) is negative" );
|
cvhough.cpp | 768 CV_ERROR( CV_StsOutOfRange, "rho, theta and threshold must be positive" ); [all...] |
cvpyramids.cpp | [all...] |
cvtemplmatch.cpp | 124 CV_ERROR( CV_StsOutOfRange, "the input arrays are too big" );
|
cvcontours.cpp | [all...] |
cvderiv.cpp | 421 CV_ERROR( CV_StsOutOfRange, "kernel size must be within 1..7 and odd" ); [all...] |
cvmorph.cpp | 403 CV_ERROR( CV_StsOutOfRange, "anchor is outside of element" ); [all...] |
cvhaar.cpp | 137 CV_ERROR( CV_StsOutOfRange, "Number of stages should be positive" ); 206 CV_ERROR( CV_StsOutOfRange, "Negative number of cascade stages" ); 451 CV_ERROR( CV_StsOutOfRange, "Scale must be positive" ); [all...] |
/external/opencv/cxcore/src/ |
cxmean.cpp | 453 CV_ERROR( CV_StsOutOfRange, "The input array must have at most 4 channels unless COI is set" );
|
cxcmp.cpp | 327 CV_ERROR( CV_StsOutOfRange, "The number of channels must be 1, 2, 3 or 4" ); 406 CV_ERROR( CV_StsOutOfRange, "The number of channels must be 1, 2, 3 or 4" ); [all...] |
cxconvert.cpp | 761 CV_ERROR( CV_StsOutOfRange, [all...] |
cxmeansdv.cpp | [all...] |
cxmatrix.cpp | [all...] |
cxutils.cpp | 72 CV_ERROR( CV_StsOutOfRange, "Number of clusters should be positive" ); [all...] |
/external/opencv/ml/src/ |
ml_inner_functions.cpp | 499 CV_ERROR( CV_StsOutOfRange, "No components/input_variables is selected!" ); 507 CV_ERROR( CV_StsOutOfRange, 545 CV_ERROR( CV_StsOutOfRange, "the index array elements are out of range" ); [all...] |
mlann_mlp.cpp | 141 CV_ERROR( CV_StsOutOfRange, "Unknown activation function" ); 242 CV_ERROR( CV_StsOutOfRange, 660 CV_ERROR( CV_StsOutOfRange, 780 CV_ERROR( CV_StsOutOfRange, "some of sample weights are negative" ); [all...] |
mlem.cpp | 152 CV_ERROR( CV_StsOutOfRange, "The number of clusters (mixtures) should be > 0" ); 338 CV_ERROR( CV_StsOutOfRange, [all...] |
/external/opencv/cvaux/src/ |
cvdpstereo.cpp | 528 CV_ERROR(CV_StsOutOfRange,
|
/external/opencv/cv/include/ |
cvcompat.h | 194 cvError( CV_StsOutOfRange, "cvRandSetRange", "index is not in -1..3", "cvcompat.h", 0 ); [all...] |