enum cv::TermCriteria::Type
Overview
Criteria type, can be one of: COUNT, EPS or COUNT + EPS Moreā¦
#include <types.hpp> enum Type { COUNT =1, MAX_ITER =COUNT, EPS =2, };
Detailed Documentation
Criteria type, can be one of: COUNT, EPS or COUNT + EPS
Enum Values
COUNT
the maximum number of iterations or elements to compute
MAX_ITER
ditto
EPS
the desired accuracy or change in parameters at which the iterative algorithm stops