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

  /external/opencv/cxcore/include/
cxerror.h 95 #define CV_StsBadPoint -207 /* bad CvPoint */
  /external/opencv/cxcore/src/
cxerror.cpp 298 case CV_StsBadPoint : return "Bad parameter of type CvPoint";
453 case CV_BADPOINT_ERR: return CV_StsBadPoint;
cxdrawing.cpp 187 CV_ERROR( CV_StsBadPoint,
    [all...]

Completed in 40 milliseconds