HomeSort by relevance Sort by last modified time
    Searched refs:CV_StsBadFlag (Results 1 - 25 of 25) 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/opencv3/modules/core/src/
system.cpp 759 case CV_StsBadFlag : return "Bad flag (parameter or structure field)";
824 case CV_BADFLAG_ERR: return CV_StsBadFlag;
    [all...]
array.cpp 196 CV_Error( CV_StsBadFlag, "" );
596 CV_Error( CV_StsBadFlag, "" );
    [all...]
persistence.cpp     [all...]
  /external/opencv3/modules/imgproc/src/
thresh.cpp     [all...]
emd.cpp 245 CV_Error( CV_StsBadFlag, "Bad or unsupported metric type" );
    [all...]
floodfill.cpp 495 CV_Error( CV_StsBadFlag, "Connectivity must be 4, 0(=4) or 8" );
canny.cpp 598 CV_Error(CV_StsBadFlag, "Aperture size should be odd");
    [all...]
demosaicing.cpp     [all...]
color.cpp     [all...]
  /external/opencv/cv/include/
cvcompat.h 225 cvError( CV_StsBadFlag, "cvRandInit", "Unknown distribution type", "cvcompat.h", 0 );
    [all...]
  /external/opencv3/modules/core/include/opencv2/core/
types_c.h 157 CV_StsBadFlag= -206, /**< flag is wrong or not supported */
    [all...]

Completed in 834 milliseconds