Home
last modified time | relevance | path

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

/external/opencv/cxcore/src/
Dcximage.cpp119 CV_ERROR( CV_StsNotImplemented, in load()
134 CV_ERROR( CV_StsNotImplemented, in load()
196 CV_ERROR( CV_StsNotImplemented, in save()
271 CV_ERROR( CV_StsNotImplemented, in load()
287 CV_ERROR( CV_StsNotImplemented, in load()
349 CV_ERROR( CV_StsNotImplemented, in save()
Dcxerror.cpp301 case CV_StsNotImplemented : return "The function/feature is not implemented"; in cvErrorStr()
Dcxdxt.cpp1841 CV_ERROR( CV_StsNotImplemented, in cvDFT()
2692 CV_ERROR( CV_StsNotImplemented, "Odd-size DCT\'s are not implemented" ); in cvDCT()
/external/opencv/cxcore/include/
Dcxerror.h101 #define CV_StsNotImplemented -213 /* the requested function/feature is not implemented */ macro
/external/opencv/cv/src/
Dcvthresh.cpp341 CV_ERROR( CV_StsNotImplemented, "Otsu method can only be used with 8uC1 images" ); in cvThreshold()
Dcvsumpixels.cpp377 CV_ERROR( CV_StsNotImplemented, in cvIntegral()
Dcvundistort.cpp142 CV_ERROR( CV_StsNotImplemented, "In-place undistortion is not implemented" ); in cvUndistort2()
Dcvdistransform.cpp760 CV_ERROR( CV_StsNotImplemented, in cvDistTransform()
/external/opencv/ml/src/
Dml_inner_functions.cpp114 OPENCV_ERROR( CV_StsNotImplemented, "CvStatModel::write", "" ); in write()
120 OPENCV_ERROR( CV_StsNotImplemented, "CvStatModel::read", "" ); in read()
1548 CV_ERROR( CV_StsNotImplemented, "There is no \"predict\" method" );
Dmlnbayes.cpp185 CV_ERROR( CV_StsNotImplemented, in train()
Dmlboost.cpp932 CV_ERROR( CV_StsNotImplemented, in train()