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

  /external/opencv/cxcore/include/
cxerror.h 53 #define CV_StsBackTrace -1 /* pseudo error for back trace */
111 {OPENCV_ERROR(CV_StsBackTrace,(func),(context));}}
159 CV_ERROR( CV_StsBackTrace, "Inner function failed." ); \
  /external/opencv3/modules/core/include/opencv2/core/
types_c.h 121 CV_StsBackTrace= -1, /**< pseudo error for back trace */
    [all...]

Completed in 56 milliseconds