Enum TermCritType
CV TERMCRIT type
[Flags]
public enum TermCritType
Fields
Count = 1
The maximum number of iterations or elements to compute
Eps = 2
The desired accuracy or change in parameters at whic the iterative algorithm stops.
MaxIter = 1
The maximum number of iterations or elements to compute