Searched refs:CV_StsInternal (Results 1 – 3 of 3) sorted by relevance
55 #define CV_StsInternal -3 /* internal error (bad state) */ macro115 {OPENCV_ERROR(CV_StsInternal,(func),(context));}}179 CV_ERROR( CV_StsInternal, "Assertion: " #Condition " failed" ); \
123 CV_ERROR (CV_StsInternal, "All iterations has end long ago");189 CV_ERROR (CV_StsInternal, "This iterations already was checked");
279 case CV_StsInternal : return "Internal error"; in cvErrorStr()