Home
last modified time | relevance | path

Searched refs:OPENCV_ERROR (Results 1 – 2 of 2) sorted by relevance

/external/opencv/cxcore/include/
Dcxerror.h106 #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/
Dml_inner_functions.cpp114 OPENCV_ERROR( CV_StsNotImplemented, "CvStatModel::write", "" ); in write()
120 OPENCV_ERROR( CV_StsNotImplemented, "CvStatModel::read", "" ); in read()