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

  /external/opencv/cxcore/include/
cxerror.h 60 #define CV_StsAutoTrace -8 /* tracing */
  /external/opencv/cxcore/src/
cxerror.cpp 153 if( code == CV_StsBackTrace || code == CV_StsAutoTrace )
179 if( code != CV_StsBackTrace && code != CV_StsAutoTrace )
283 case CV_StsAutoTrace : return "Autotrace call";
343 if( code != CV_StsBackTrace && code != CV_StsAutoTrace )

Completed in 28 milliseconds