Searched refs:OPENCV_ERROR (Results 1 – 2 of 2) sorted by relevance
/external/opencv/cxcore/include/ |
D | cxerror.h | 106 #define OPENCV_ERROR(status,func,context) \ macro 111 {OPENCV_ERROR(CV_StsBackTrace,(func),(context));}} 115 {OPENCV_ERROR(CV_StsInternal,(func),(context));}}
|
/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()
|