#include "types_c.h"

Public Member Functions | |
| CvTermCriteria (int _type=0, int _iter=0, double _eps=0) | |
| CvTermCriteria (const cv::TermCriteria &t) | |
| operator cv::TermCriteria () const | |
Public Attributes | |
| double | epsilon |
| int | max_iter |
| int | type |
| may be combination of CV_TERMCRIT_ITER CV_TERMCRIT_EPS More... | |
|
inline |
|
inline |
|
inline |
| double CvTermCriteria::epsilon |
Referenced by cvTermCriteria().
| int CvTermCriteria::max_iter |
Referenced by cvTermCriteria().
| int CvTermCriteria::type |
may be combination of CV_TERMCRIT_ITER CV_TERMCRIT_EPS
Referenced by cvTermCriteria().