Home
last modified time | relevance | path

Searched refs:CV_StsOk (Results 1 – 5 of 5) sorted by relevance

/external/opencv/cxcore/include/
Dcxerror.h52 #define CV_StsOk 0 /* everithing is ok */ macro
117 #define OPENCV_RSTERR() (cvSetErrStatus(CV_StsOk))
/external/opencv/cxcore/src/
Dcxerror.cpp79 context->err_code = CV_StsOk; in icvCreateContext()
276 case CV_StsOk : return "No Error"; in cvErrorStr()
337 if( code == CV_StsOk ) in cvError()
/external/opencv3/modules/ts/src/
Dts.cpp536 cvSetErrStatus( CV_StsOk ); in update_context()
/external/opencv3/modules/core/src/
Dsystem.cpp738 case CV_StsOk : return "No Error"; in cvErrorStr()
/external/opencv3/modules/core/include/opencv2/core/
Dtypes_c.h120 CV_StsOk= 0, /**< everything is ok */ enumerator