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

  /external/opencv/cxcore/include/
cxerror.h 52 #define CV_StsOk 0 /* everithing is ok */
117 #define OPENCV_RSTERR() (cvSetErrStatus(CV_StsOk))
  /external/opencv/cxcore/src/
cxerror.cpp 79 context->err_code = CV_StsOk;
276 case CV_StsOk : return "No Error";
337 if( code == CV_StsOk )
  /external/opencv3/modules/ts/src/
ts.cpp 536 cvSetErrStatus( CV_StsOk );
  /external/opencv3/modules/core/src/
system.cpp 738 case CV_StsOk : return "No Error";
    [all...]
  /external/opencv3/modules/core/include/opencv2/core/
types_c.h 120 CV_StsOk= 0, /**< everything is ok */
    [all...]

Completed in 487 milliseconds