HomeSort by relevance Sort by last modified time
    Searched defs:CV_ERROR (Results 1 - 2 of 2) sorted by null

  /external/opencv/cxcore/include/
cxerror.h 127 /* CV_FUNCNAME macro defines icvFuncName constant which is used by CV_ERROR macro */
138 CV_ERROR macro unconditionally raises error with passed code and message.
141 #define CV_ERROR( Code, Msg ) \
147 /* Simplified form of CV_ERROR */
149 CV_ERROR( code, "" )
159 CV_ERROR( CV_StsBackTrace, "Inner function failed." ); \
179 CV_ERROR( CV_StsInternal, "Assertion: " #Condition " failed" ); \
  /external/opencv3/modules/core/include/opencv2/core/
core_c.h     [all...]

Completed in 57 milliseconds