Searched defs:CV_ERROR (Results 1 - 1 of 1) sorted by relevance

/external/opencv/cxcore/include/
H A Dcxerror.h127 /* 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 ) \ macro
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" ); \

Completed in 64 milliseconds