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

1 2 3 45

  /external/opencv/cv/src/
cvdominants.cpp 368 CV_ERROR( CV_StsNullPtr, "" );
374 CV_ERROR( CV_StsNullPtr, "" );
cvfloodfill.cpp     [all...]
cvrotcalipers.cpp 372 CV_ERROR( CV_StsUnsupportedFormat,
401 CV_ERROR( CV_StsBadArg,
cvsnakes.cpp 425 CV_ERROR( CV_BadNumChannels, "input image has more than one channel" );
428 CV_ERROR( CV_BadDepth, cvUnsupportedFormat );
cvderiv.cpp 204 CV_ERROR( CV_StsBadArg, "src and dst have different sizes" );
240 CV_ERROR( CV_StsBadArg, "Scharr filter can only be used to compute 1st image derivatives" );
416 CV_ERROR( CV_StsUnmatchedFormats,
421 CV_ERROR( CV_StsOutOfRange, "kernel size must be within 1..7 and odd" );
456 CV_ERROR( CV_StsUnsupportedFormat, "" );
    [all...]
cvinpaint.cpp 749 CV_ERROR( CV_StsUnmatchedSizes, "All the input and output images must have the same size" );
754 CV_ERROR( CV_StsUnsupportedFormat,
758 CV_ERROR( CV_StsUnsupportedFormat, "The mask must be 8-bit 1-channel image" );
    [all...]
cvpyrsegmentation.cpp     [all...]
cvcalibinit.cpp 236 CV_ERROR( CV_StsUnsupportedFormat, "Only 8-bit grayscale or color images are supported" );
239 CV_ERROR( CV_StsOutOfRange, "Both width and height of the pattern should have bigger than 2" );
242 CV_ERROR( CV_StsNullPtr, "Null pointer to corners" );
    [all...]
cvcontourtree.cpp 704 CV_ERROR( CV_StsNullPtr, "" );
  /external/opencv/cxcore/src/
cxnorm.cpp     [all...]
cxrand.cpp 472 CV_ERROR( CV_StsNullPtr, "Null pointer to RNG state" );
490 CV_ERROR( CV_BadCOI, "COI is not supported" );
569 CV_ERROR( CV_StsBadArg, "Unknown distribution type" );
cxdxt.cpp     [all...]
cxswitcher.cpp 679 CV_ERROR( CV_StsObjectNotFound, "The module is not found" );
  /external/opencv/cvaux/src/
cvbgfg_gaussmix.cpp 167 CV_ERROR( CV_StsBadArg, "Invalid or NULL first_frame parameter" );
248 CV_ERROR( CV_StsNullPtr, "" );
cvbgfg_acmmm2003.cpp 91 CV_ERROR( CV_StsBadArg, "Invalid or NULL first_frame parameter" );
94 CV_ERROR( CV_StsBadArg, "first_frame must have 3 color channels" );
188 CV_ERROR( CV_StsNullPtr, "" );
cvlee.cpp     [all...]
cvhmmobs.cpp 627 CV_ERROR( CV_StsUnsupportedFormat, "" );
cvhmm.cpp     [all...]
cvepilines.cpp     [all...]
  /external/opencv/cxcore/include/
cxmisc.h     [all...]

Completed in 686 milliseconds

1 2 3 45