Home
last modified time | relevance | path

Searched refs:CV_StsInternal (Results 1 – 3 of 3) sorted by relevance

/external/opencv/cxcore/include/
Dcxerror.h55 #define CV_StsInternal -3 /* internal error (bad state) */ macro
115 {OPENCV_ERROR(CV_StsInternal,(func),(context));}}
179 CV_ERROR( CV_StsInternal, "Assertion: " #Condition " failed" ); \
/external/opencv/ml/src/
Dmlestimate.cpp123 CV_ERROR (CV_StsInternal, "All iterations has end long ago");
189 CV_ERROR (CV_StsInternal, "This iterations already was checked");
/external/opencv/cxcore/src/
Dcxerror.cpp279 case CV_StsInternal : return "Internal error"; in cvErrorStr()