HomeSort by relevance Sort by last modified time
    Searched refs:CV_StsBadPoint (Results 1 - 5 of 5) 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...]
  /external/opencv3/modules/core/src/
system.cpp 760 case CV_StsBadPoint : return "Bad parameter of type CvPoint";
828 case CV_BADPOINT_ERR: return CV_StsBadPoint;
    [all...]
  /external/opencv3/modules/core/include/opencv2/core/
types_c.h 158 CV_StsBadPoint= -207, /**< bad CvPoint */
    [all...]

Completed in 166 milliseconds