Template class defining termination criteria for iterative algorithms.
The class defining termination criteria for iterative algorithms. You can initialize it by default constructor and then override any parameters, or the structure may be fully initialized using the advanced variant of the constructor.
TermCriteria::TermCriteria
--------------------------
The constructors.
..ocv:function:: TermCriteria::TermCriteria()
..ocv:function:: TermCriteria::TermCriteria(int type, int maxCount, double epsilon)