HomeSort by relevance Sort by last modified time
    Searched refs:CV_ERROR (Results 76 - 100 of 120) sorted by null

1 2 34 5

  /external/opencv/cv/src/
cvcontours.cpp 63 CV_ERROR( CV_StsNullPtr, "" );
96 CV_ERROR( CV_StsNullPtr, "" );
209 CV_ERROR( CV_StsNullPtr, "" );
214 CV_ERROR( CV_StsUnsupportedFormat, "[Start]FindContours support only 8uC1 images" );
509 CV_ERROR( CV_StsNullPtr, "" );
854 CV_ERROR( CV_StsNullPtr, "" );
    [all...]
cvhough.cpp 762 CV_ERROR( CV_StsBadArg, "The source image must be 8-bit, single-channel" );
765 CV_ERROR( CV_StsNullPtr, "NULL destination" );
768 CV_ERROR( CV_StsOutOfRange, "rho, theta and threshold must be positive" );
790 CV_ERROR( CV_StsBadArg,
794 CV_ERROR( CV_StsBadArg,
804 CV_ERROR( CV_StsBadArg, "Destination is not CvMemStorage* nor CvMat*" );
825 CV_ERROR( CV_StsBadArg, "Unrecognized method id" );
    [all...]
cvcamshift.cpp 82 CV_ERROR( CV_BadNumChannels, cvUnsupportedFormat );
85 CV_ERROR( CV_StsBadArg, "Input window has non-positive sizes" );
89 CV_ERROR( CV_StsBadArg, "Initial window is not inside the image ROI" );
cvcanny.cpp 75 CV_ERROR( CV_StsUnsupportedFormat, "" );
78 CV_ERROR( CV_StsUnmatchedSizes, "" );
88 CV_ERROR( CV_StsBadFlag, "" );
cvsamplers.cpp 66 CV_ERROR( CV_BadCOI, "" );
69 CV_ERROR( CV_StsNullPtr, "" );
566 CV_ERROR( CV_StsUnsupportedFormat, "" );
574 CV_ERROR( CV_StsBadSize, "destination ROI must be smaller than source ROI" );
583 CV_ERROR( CV_StsUnsupportedFormat, "" );
589 CV_ERROR( CV_StsUnsupportedFormat, "" );
    [all...]
cvcalcimagehomography.cpp 75 CV_ERROR( CV_StsNullPtr, "" );
cvpgh.cpp 344 CV_ERROR( CV_StsBadArg, "The histogram header is invalid " );
347 CV_ERROR( CV_StsUnsupportedFormat, "Sparse histogram are not supported" );
352 CV_ERROR( CV_StsBadSize, "The histogram must be two-dimensional" );
355 CV_ERROR( CV_StsUnsupportedFormat, "The contour is not valid or the point type is not supported" );
cvsmooth.cpp 122 CV_ERROR( CV_StsUnmatchedFormats,
138 CV_ERROR( CV_StsUnsupportedFormat, "Unknown/unsupported input image format" );
143 CV_ERROR( CV_StsBadArg, "Only normalized box filter can be used for 8u->8u transformation" );
149 CV_ERROR( CV_StsBadArg, "Only 8u->16s unnormalized box filter is supported in case of 16s output" );
155 CV_ERROR( CV_StsBadArg, "Only 8u->32s unnormalized box filter is supported in case of 32s output");
162 CV_ERROR( CV_StsBadArg, "Only 32f->32f box filter (normalized or not) is supported in case of 32f output" );
166 CV_ERROR( CV_StsBadArg, "Unknown/unsupported destination image format" );
    [all...]
cvdistransform.cpp 460 CV_ERROR( CV_StsUnmatchedSizes, "" );
464 CV_ERROR( CV_StsUnsupportedFormat,
729 CV_ERROR( CV_StsUnsupportedFormat,
734 CV_ERROR( CV_StsUnmatchedSizes, "the source and the destination images must be of the same size" );
737 CV_ERROR( CV_StsBadSize, "Mask size should be 3 or 5 or 0 (presize)" );
754 CV_ERROR( CV_StsUnsupportedFormat, "the output array of labels must be 32sC1" );
757 CV_ERROR( CV_StsUnmatchedSizes, "the array of labels has a different size" );
760 CV_ERROR( CV_StsNotImplemented,
772 CV_ERROR( CV_StsNullPtr, "" );
cvcolor.cpp     [all...]
cvoptflowhs.cpp 510 CV_ERROR( CV_StsUnmatchedFormats, "Source images have different formats" );
513 CV_ERROR( CV_StsUnmatchedFormats, "Destination images have different formats" );
518 CV_ERROR( CV_StsUnmatchedSizes, "" );
522 CV_ERROR( CV_StsUnsupportedFormat, "Source images must have 8uC1 type and "
526 CV_ERROR( CV_BadStep, "source and destination images have different step" );
cvoptflowlk.cpp 586 CV_ERROR( CV_StsUnmatchedFormats, "Source images have different formats" );
589 CV_ERROR( CV_StsUnmatchedFormats, "Destination images have different formats" );
594 CV_ERROR( CV_StsUnmatchedSizes, "" );
598 CV_ERROR( CV_StsUnsupportedFormat, "Source images must have 8uC1 type and "
602 CV_ERROR( CV_BadStep, "source and destination images have different step" );
cvshapedescr.cpp 66 CV_ERROR( CV_StsBadArg, "Unsupported sequence type" );
304 CV_ERROR( CV_StsNullPtr, "Null center or radius pointers" );
310 CV_ERROR( CV_StsBadArg, "The passed sequence is not a valid contour" );
744 CV_ERROR( CV_StsBadArg, "Unsupported sequence type" );
759 CV_ERROR( CV_StsUnsupportedFormat,
996 CV_ERROR( CV_StsBadArg, "Unsupported sequence type" );
1006 CV_ERROR( CV_StsBadSize, "Number of points should be >= 6" );
1148 CV_ERROR( CV_StsBadArg, "Unsupported sequence type" );
1153 CV_ERROR( CV_StsBadArg, "The header is too small to fit the rectangle, "
1171 CV_ERROR( CV_StsUnsupportedFormat
    [all...]
cvimgwarp.cpp     [all...]
cvmoments.cpp 393 CV_ERROR( CV_StsBadArg, "The passed sequence is not a valid contour" );
404 CV_ERROR( CV_StsNullPtr, "" );
434 CV_ERROR( CV_StsBadArg, "Invalid image type" );
468 CV_ERROR( CV_StsBadArg, cvUnsupportedFormat );
  /external/opencv/cxcore/src/
cxjacobieigens.cpp 391 CV_ERROR( CV_StsUnmatchedSizes, "source is not quadratic matrix" );
394 CV_ERROR( CV_StsUnmatchedSizes, "eigenvectors matrix has inappropriate size" );
398 CV_ERROR( CV_StsBadSize, "eigenvalues vector has inappropriate size" );
401 CV_ERROR( CV_StsUnmatchedFormats,
405 CV_ERROR( CV_BadStep, "all the matrices must be continuous" );
422 CV_ERROR( CV_StsUnsupportedFormat, "Only 32fC1 and 64fC1 types are supported" );
cxsvd.cpp 1243 CV_ERROR( CV_StsUnmatchedFormats, "" );
    [all...]
cxmeansdv.cpp     [all...]
cxmathfuncs.cpp 353 CV_ERROR( CV_StsUnsupportedFormat, "" );
380 CV_ERROR( CV_BadCOI, "" );
584 CV_ERROR( CV_StsUnsupportedFormat, "" );
630 CV_ERROR( CV_BadCOI, "" );
    [all...]
  /external/opencv/ml/src/
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" );
158 CV_ERROR( CV_StsBadArg,
230 CV_ERROR( CV_StsBadArg, "The array of _responses must be an integer or "
287 CV_ERROR( CV_StsOutOfRange,
360 CV_ERROR( CV_StsBadArg, err );
368 CV_ERROR( CV_StsBadArg, err );
441 CV_ERROR( CV_StsBadArg, err )
    [all...]
mlem.cpp 133 CV_ERROR( CV_StsBadArg, "Unknown covariation matrix type" );
139 CV_ERROR( CV_StsNullPtr, "Probabilities must be specified when EM algorithm starts with M-step" );
143 CV_ERROR( CV_StsNullPtr, "Mean's must be specified when EM algorithm starts with E-step" );
148 CV_ERROR( CV_StsBadArg, "Unknown start_step" );
152 CV_ERROR( CV_StsOutOfRange, "The number of clusters (mixtures) should be > 0" );
162 CV_ERROR( CV_StsBadArg, "The array of probabilities must be a valid "
174 CV_ERROR( CV_StsBadArg, "The array of mean's must be a valid "
186 CV_ERROR( CV_StsBadArg, "The array of weights must be a valid "
198 CV_ERROR( CV_StsBadArg,
334 CV_ERROR( CV_StsBadArg
    [all...]
mlrtrees.cpp 259 CV_ERROR( CV_StsBadArg, "<nactive_vars> must be non-negative" );
587 CV_ERROR( CV_StsBadArg, "Invalid CvRTrees object" );
640 CV_ERROR( CV_StsParseError, "Some <nclasses>, <nsamples>, <var_count>, "
654 CV_ERROR( CV_StsParseError, "<trees> tag is missing" );
658 CV_ERROR( CV_StsParseError,
mlboost.cpp 881 CV_ERROR( CV_StsBadArg, "Unknown/unsupported boosting type" );
932 CV_ERROR( CV_StsNotImplemented,
    [all...]
  /external/opencv/cvaux/src/
cvlcm.cpp 285 CV_ERROR( CV_StsBadArg,"Voronoi Diagram is not defined" );
287 CV_ERROR( CV_StsBadArg,"Treshold parameter must be non negative" );
294 CV_ERROR( CV_StsBadArg,"Can't operate with multiconnected domains" );
296 CV_ERROR( CV_StsBadArg,"Can't operate with large domains" );
  /external/opencv/otherlibs/highgui/
utils.cpp 590 CV_ERROR( CV_BadNumChannels, "Source image must have 1, 3 or 4 channels" );
593 CV_ERROR( CV_BadDepth, "Destination image must be 8u" );
596 CV_ERROR( CV_BadNumChannels, "Destination image must have 1 or 3 channels" );
651 CV_ERROR( CV_StsUnsupportedFormat, "Unsupported combination of input/output formats" );

Completed in 1372 milliseconds

1 2 34 5