Searched refs:CV_StsNotImplemented (Results 1 – 11 of 11) sorted by relevance
/external/opencv/cxcore/src/ |
D | cximage.cpp | 119 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()
|
D | cxerror.cpp | 301 case CV_StsNotImplemented : return "The function/feature is not implemented"; in cvErrorStr()
|
D | cxdxt.cpp | 1841 CV_ERROR( CV_StsNotImplemented, in cvDFT() 2692 CV_ERROR( CV_StsNotImplemented, "Odd-size DCT\'s are not implemented" ); in cvDCT()
|
/external/opencv/cxcore/include/ |
D | cxerror.h | 101 #define CV_StsNotImplemented -213 /* the requested function/feature is not implemented */ macro
|
/external/opencv/cv/src/ |
D | cvthresh.cpp | 341 CV_ERROR( CV_StsNotImplemented, "Otsu method can only be used with 8uC1 images" ); in cvThreshold()
|
D | cvsumpixels.cpp | 377 CV_ERROR( CV_StsNotImplemented, in cvIntegral()
|
D | cvundistort.cpp | 142 CV_ERROR( CV_StsNotImplemented, "In-place undistortion is not implemented" ); in cvUndistort2()
|
D | cvdistransform.cpp | 760 CV_ERROR( CV_StsNotImplemented, in cvDistTransform()
|
/external/opencv/ml/src/ |
D | ml_inner_functions.cpp | 114 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" );
|
D | mlnbayes.cpp | 185 CV_ERROR( CV_StsNotImplemented, in train()
|
D | mlboost.cpp | 932 CV_ERROR( CV_StsNotImplemented, in train()
|