HomeSort by relevance Sort by last modified time
    Searched refs:CV_StsBackTrace (Results 1 - 5 of 5) 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/opencv/cxcore/src/
cxerror.cpp 153 if( code == CV_StsBackTrace || code == CV_StsAutoTrace )
179 if( code != CV_StsBackTrace && code != CV_StsAutoTrace )
277 case CV_StsBackTrace : return "Backtrace";
343 if( code != CV_StsBackTrace && code != CV_StsAutoTrace )
  /external/opencv3/modules/core/src/
system.cpp 739 case CV_StsBackTrace : return "Backtrace";
    [all...]
  /external/opencv3/modules/core/include/opencv2/core/
types_c.h 121 CV_StsBackTrace= -1, /**< pseudo error for back trace */
    [all...]
core_c.h     [all...]

Completed in 151 milliseconds