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

  /external/opencv/cxcore/src/
cximage.cpp 119 CV_ERROR( CV_StsNotImplemented,
134 CV_ERROR( CV_StsNotImplemented,
196 CV_ERROR( CV_StsNotImplemented,
271 CV_ERROR( CV_StsNotImplemented,
287 CV_ERROR( CV_StsNotImplemented,
349 CV_ERROR( CV_StsNotImplemented,
cxerror.cpp 301 case CV_StsNotImplemented : return "The function/feature is not implemented";
cxdxt.cpp     [all...]
  /external/opencv/cxcore/include/
cxerror.h 101 #define CV_StsNotImplemented -213 /* the requested function/feature is not implemented */
  /external/opencv/cv/src/
cvsumpixels.cpp 377 CV_ERROR( CV_StsNotImplemented,
cvthresh.cpp 341 CV_ERROR( CV_StsNotImplemented, "Otsu method can only be used with 8uC1 images" );
cvdistransform.cpp 760 CV_ERROR( CV_StsNotImplemented,
cvundistort.cpp 142 CV_ERROR( CV_StsNotImplemented, "In-place undistortion is not implemented" );
  /external/opencv/ml/src/
ml_inner_functions.cpp 114 OPENCV_ERROR( CV_StsNotImplemented, "CvStatModel::write", "" );
120 OPENCV_ERROR( CV_StsNotImplemented, "CvStatModel::read", "" );
    [all...]
mlnbayes.cpp 185 CV_ERROR( CV_StsNotImplemented,
mlboost.cpp 932 CV_ERROR( CV_StsNotImplemented,
    [all...]

Completed in 78 milliseconds