HomeSort by relevance Sort by last modified time
    Searched refs:CV_StsOk (Results 1 - 2 of 2) 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 )

Completed in 58 milliseconds