#include <core.hpp>
Public Types | |
enum | { COUNT =1, MAX_ITER =COUNT, EPS =2 } |
Public Member Functions | |
TermCriteria () | |
default constructor More... | |
TermCriteria (int type, int maxCount, double epsilon) | |
full constructor More... | |
TermCriteria (const CvTermCriteria &criteria) | |
conversion from CvTermCriteria More... | |
operator CvTermCriteria () const | |
conversion to CvTermCriteria More... | |
Public Attributes | |
int | type |
the type of termination criteria: COUNT, EPS or COUNT + EPS More... | |
int | maxCount |
double | epsilon |
Termination criteria in iterative algorithms
anonymous enum |
|
inline |
default constructor
|
inline |
conversion from CvTermCriteria
|
inline |
conversion to CvTermCriteria
double cv::TermCriteria::epsilon |
int cv::TermCriteria::maxCount |
int cv::TermCriteria::type |
the type of termination criteria: COUNT, EPS or COUNT + EPS