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

  /external/opencv/cxcore/include/
cxerror.h 68 #define CV_BadNumChannels -15 /**/
  /external/opencv/cvaux/src/
cvcreatehandmask.cpp 130 CV_ERROR( CV_BadNumChannels, "output image have wrong number of channels" );
cvlines.cpp 384 CV_ERROR( CV_BadNumChannels, "Source image must have 3 channel." );
422 CV_ERROR( CV_BadNumChannels, "Source image must have 3 channel." );
466 CV_ERROR( CV_BadNumChannels, "Source image must have 3 channel." );
cveigenobjects.cpp     [all...]
cvtexture.cpp 109 CV_ERROR( CV_BadNumChannels, "Number of channels must be 1");
cv3dtracker.cpp 124 CV_ERROR(CV_BadNumChannels, "Source image must have 1 or 3 channels");
  /external/opencv/cxcore/src/
cxerror.cpp 296 case CV_BadNumChannels : return "Bad number of channels";
448 case CV_UNSUPPORTED_CHANNELS_ERR: return CV_BadNumChannels;
cxarray.cpp 179 CV_ERROR_FROM_CODE( CV_BadNumChannels );
    [all...]
cxconvert.cpp 475 CV_ERROR( CV_BadNumChannels, "" );
485 CV_ERROR( CV_BadNumChannels, "" );
581 CV_ERROR( CV_BadNumChannels, "" );
591 CV_ERROR( CV_BadNumChannels, "" );
    [all...]
cxsumpixels.cpp 616 CV_ERROR( CV_BadNumChannels,
654 CV_ERROR( CV_BadNumChannels,
    [all...]
cxmatmul.cpp     [all...]
  /external/opencv/cv/src/
cvcolor.cpp     [all...]
cvfeatureselect.cpp 127 CV_ERROR( CV_BadNumChannels, cvUnsupportedFormat );
cvcalccontrasthistogram.cpp 358 CV_ERROR( CV_BadNumChannels, "bad channels numbers" );
cvcamshift.cpp 82 CV_ERROR( CV_BadNumChannels, cvUnsupportedFormat );
cvsnakes.cpp 425 CV_ERROR( CV_BadNumChannels, "input image has more than one channel" );
cvmotempl.cpp 131 CV_ERROR( CV_BadNumChannels, "" );
cvhistogram.cpp     [all...]
cvimgwarp.cpp     [all...]
cvpyrsegmentation.cpp     [all...]
  /external/opencv/otherlibs/highgui/
utils.cpp 590 CV_ERROR( CV_BadNumChannels, "Source image must have 1, 3 or 4 channels" );
596 CV_ERROR( CV_BadNumChannels, "Destination image must have 1 or 3 channels" );
loadsave.cpp 517 CV_ERROR( CV_BadNumChannels, "" );

Completed in 211 milliseconds