Searched refs:CV_StsNotImplemented (Results 1 - 11 of 11) sorted by relevance

/external/opencv/cxcore/src/
H A Dcximage.cpp119 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,
H A Dcxerror.cpp301 case CV_StsNotImplemented : return "The function/feature is not implemented";
H A Dcxdxt.cpp1841 CV_ERROR( CV_StsNotImplemented,
2692 CV_ERROR( CV_StsNotImplemented, "Odd-size DCT\'s are not implemented" );
/external/opencv/cxcore/include/
H A Dcxerror.h101 #define CV_StsNotImplemented -213 /* the requested function/feature is not implemented */ macro
/external/opencv/cv/src/
H A Dcvsumpixels.cpp377 CV_ERROR( CV_StsNotImplemented,
H A Dcvthresh.cpp341 CV_ERROR( CV_StsNotImplemented, "Otsu method can only be used with 8uC1 images" );
H A Dcvdistransform.cpp760 CV_ERROR( CV_StsNotImplemented,
H A Dcvundistort.cpp142 CV_ERROR( CV_StsNotImplemented, "In-place undistortion is not implemented" );
/external/opencv/ml/src/
H A Dml_inner_functions.cpp114 OPENCV_ERROR( CV_StsNotImplemented, "CvStatModel::write", "" );
120 OPENCV_ERROR( CV_StsNotImplemented, "CvStatModel::read", "" );
1548 CV_ERROR( CV_StsNotImplemented, "There is no \"predict\" method" );
H A Dmlnbayes.cpp185 CV_ERROR( CV_StsNotImplemented,
H A Dmlboost.cpp932 CV_ERROR( CV_StsNotImplemented,

Completed in 151 milliseconds