HomeSort by relevance Sort by last modified time
    Searched refs:CV_BadDepth (Results 1 - 17 of 17) sorted by null

  /external/opencv/cxcore/include/
cxerror.h 70 #define CV_BadDepth -17 /**/
  /external/opencv/cvaux/src/
cvcreatehandmask.cpp 127 CV_ERROR( CV_BadDepth, cvUnsupportedFormat );
cvlines.cpp 386 CV_ERROR( CV_BadDepth, "Channel depth of source image must be 8." );
424 CV_ERROR( CV_BadDepth, "Channel depth of image must be 8." );
468 CV_ERROR( CV_BadDepth, "Channel depth of image must be 8." );
cveigenobjects.cpp     [all...]
cvtexture.cpp 112 CV_ERROR( CV_BadDepth, "Depth must be equal IPL_DEPTH_8U");
cv3dtracker.cpp 121 CV_ERROR(CV_BadDepth, "Channel depth of source image must be 8");
  /external/opencv/cv/src/
cvcalccontrasthistogram.cpp 347 CV_ERROR( CV_BadDepth, "bad mask depth" );
361 CV_ERROR( CV_BadDepth, "bad image depth" );
378 CV_ERROR( CV_BadDepth, "bad image depth" );
cvaccum.cpp 415 CV_ERROR( CV_BadDepth, "" );
422 CV_ERROR( CV_BadDepth, "Bad accumulator type" );
517 CV_ERROR( CV_BadDepth, "" );
616 CV_ERROR( CV_BadDepth, "" );
    [all...]
cvfeatureselect.cpp 131 CV_ERROR( CV_BadDepth, cvUnsupportedFormat );
cvmotempl.cpp 134 CV_ERROR( CV_BadDepth, "" );
437 CV_ERROR( CV_BadDepth, "Both MHI and the destination mask" );
cvsnakes.cpp 428 CV_ERROR( CV_BadDepth, cvUnsupportedFormat );
cvthresh.cpp 484 CV_ERROR( CV_BadDepth, cvUnsupportedFormat );
cvcolor.cpp     [all...]
cvpyrsegmentation.cpp     [all...]
  /external/opencv/cxcore/src/
cxerror.cpp 290 case CV_BadDepth : return "Input image depth is not supported by function";
445 case CV_BADDEPTH_ERR: return CV_BadDepth;
cxarray.cpp     [all...]
  /external/opencv/otherlibs/highgui/
utils.cpp 593 CV_ERROR( CV_BadDepth, "Destination image must be 8u" );

Completed in 98 milliseconds