HomeSort by relevance Sort by last modified time
    Searched refs:CV_StsInternal (Results 1 - 3 of 3) sorted by null

  /external/opencv/cxcore/include/
cxerror.h 55 #define CV_StsInternal -3 /* internal error (bad state) */
115 {OPENCV_ERROR(CV_StsInternal,(func),(context));}}
179 CV_ERROR( CV_StsInternal, "Assertion: " #Condition " failed" ); \
  /external/opencv/cxcore/src/
cxerror.cpp 279 case CV_StsInternal : return "Internal error";
  /external/opencv/ml/src/
mlestimate.cpp 123 CV_ERROR (CV_StsInternal, "All iterations has end long ago");
189 CV_ERROR (CV_StsInternal, "This iterations already was checked");

Completed in 39 milliseconds