Home
last modified time | relevance | path

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

12

/external/opencv3/modules/highgui/src/
Dwindow.cpp436 CV_Error(CV_StsNotImplemented, "The library is compiled without QT support"); in fontQt()
442 CV_Error(CV_StsNotImplemented, "The library is compiled without QT support"); in addText()
447 CV_Error(CV_StsNotImplemented, "The library is compiled without QT support"); in displayStatusBar()
452 CV_Error(CV_StsNotImplemented, "The library is compiled without QT support"); in displayOverlay()
457 CV_Error(CV_StsNotImplemented, "The library is compiled without QT support"); in startLoop()
463 CV_Error(CV_StsNotImplemented, "The library is compiled without QT support"); in stopLoop()
468 CV_Error(CV_StsNotImplemented, "The library is compiled without QT support"); in saveWindowParameters()
473 CV_Error(CV_StsNotImplemented, "The library is compiled without QT support"); in loadWindowParameters()
478 CV_Error(CV_StsNotImplemented, "The library is compiled without QT support"); in createButton()
/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/opencv3/modules/ml/src/
Dinner_functions.cpp59 CV_Error(CV_StsNotImplemented, ""); in train()
Dboost.cpp309 CV_Error(CV_StsNotImplemented, "Unknown boosting type"); in updateWeightsAndTrim()
Dtree.cpp402 CV_Error( CV_StsNotImplemented, "surrogate splits are not implemented yet"); in addNodeAndTrySplit()
/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/opencv3/apps/traincascade/
Dold_ml_inner_functions.cpp114 OPENCV_ERROR( CV_StsNotImplemented, "CvStatModel::write", "" ); in write()
120 OPENCV_ERROR( CV_StsNotImplemented, "CvStatModel::read", "" ); in read()
1474 CV_ERROR( CV_StsNotImplemented, "There is no \"predict\" method" );
/external/opencv3/modules/ml/test/
Dtest_mltests2.cpp489 CV_Error( CV_StsNotImplemented, "invalid stat model name"); in load()
/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()
/external/opencv3/modules/imgproc/src/
Dmorph.cpp894 CV_Error_( CV_StsNotImplemented, ("Unsupported data type (=%d)", type)); in getMorphologyRowFilter()
941 CV_Error_( CV_StsNotImplemented, ("Unsupported data type (=%d)", type)); in getMorphologyColumnFilter()
979 CV_Error_( CV_StsNotImplemented, ("Unsupported data type (=%d)", type)); in getMorphologyFilter()
Dsmooth.cpp1239 CV_Error_( CV_StsNotImplemented, in getRowSumFilter()
1279 CV_Error_( CV_StsNotImplemented, in getColumnSumFilter()
1481 CV_Error_( CV_StsNotImplemented, in getSqrRowSumFilter()
Dfilter.cpp3669 CV_Error_( CV_StsNotImplemented, in getLinearRowFilter()
3766 CV_Error_( CV_StsNotImplemented, in getLinearColumnFilter()
4518 CV_Error_( CV_StsNotImplemented, in getLinearFilter()
/external/opencv3/modules/core/src/
Dsystem.cpp763 case CV_StsNotImplemented : return "The function/feature is not implemented"; in cvErrorStr()
Dumatrix.cpp568 CV_Error(CV_StsNotImplemented, ""); in reshape()
Ddxt.cpp2574 CV_Error( CV_StsNotImplemented, in dft()
3540 CV_Error( CV_StsNotImplemented, "Odd-size DCT\'s are not implemented" ); in dct()
Dmatrix.cpp1941 CV_Error(CV_StsNotImplemented, "Unknown/unsupported array type"); in isContinuous()
1973 CV_Error(CV_StsNotImplemented, ""); in isSubmatrix()
4264 CV_Error(CV_StsNotImplemented, ""); in reshape()
/external/opencv3/modules/core/include/opencv2/core/
Dtypes_c.h164 CV_StsNotImplemented= -213, /**< the requested function/feature is not implemented */ enumerator

12