HomeSort by relevance Sort by last modified time
    Searched defs:CV_StsInternal (Results 1 - 2 of 2) 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/opencv3/modules/core/include/opencv2/core/
types_c.h 123 CV_StsInternal= -3, /**< internal error (bad state) */
    [all...]

Completed in 95 milliseconds