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

  /external/opencv/cxcore/include/
cxerror.h 94 #define CV_StsBadFlag -206 /* flag is wrong or not supported */
  /external/opencv/cxcore/src/
cxerror.cpp 297 case CV_StsBadFlag : return "Bad flag (parameter or structure field)";
449 case CV_BADFLAG_ERR: return CV_StsBadFlag;
cxarray.cpp 234 CV_ERROR_FROM_CODE( CV_StsBadFlag );
714 CV_ERROR_FROM_CODE( CV_StsBadFlag );
    [all...]
cxnorm.cpp     [all...]
cxmatrix.cpp 514 CV_ERROR( CV_StsBadFlag, "In case of inplace column/row transposition "
    [all...]
cxpersistence.cpp     [all...]
  /external/opencv/cvaux/src/
cvtexture.cpp 193 CV_ERROR( CV_StsBadFlag, "Histogram-based method is not implemented" );
382 CV_ERROR( CV_StsBadFlag, "Histogram-based method is not implemented" );
401 CV_ERROR( CV_StsBadFlag,
  /external/opencv/cv/src/
cvcornersubpix.cpp 111 CV_ERROR( CV_StsBadFlag, "" );
cvcanny.cpp 88 CV_ERROR( CV_StsBadFlag, "" );
cvutils.cpp 535 CV_ERROR( CV_StsBadFlag, "Unknown/unsupported border type" );
cvemd.cpp 251 CV_ERROR( CV_StsBadFlag, "Bad or unsupported metric type" );
    [all...]
cvfloodfill.cpp     [all...]
cvcolor.cpp     [all...]
cvimgwarp.cpp     [all...]
  /external/opencv/cv/include/
cvcompat.h 225 cvError( CV_StsBadFlag, "cvRandInit", "Unknown distribution type", "cvcompat.h", 0 );
    [all...]

Completed in 72 milliseconds