Home
last modified time | relevance | path

Searched defs:CvTermCriteria (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/modules/core/include/opencv2/core/
Dtypes_c.h835 typedef struct CvTermCriteria struct
844CvTermCriteria(int _type = 0, int _iter = 0, double _eps = 0) : type(_type), max_iter(_iter), epsi… in type() argument
845CvTermCriteria(const cv::TermCriteria& t) : type(t.type), max_iter(t.maxCount), epsilon(t.epsilon)… in CvTermCriteria() argument
850 CvTermCriteria; typedef
/external/opencv/cxcore/include/
Dcxtypes.h885 typedef struct CvTermCriteria struct
893 CvTermCriteria; argument