Click or drag to resize

CriteriaType Enumeration

Type of termination criteria

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
[FlagsAttribute]
public enum CriteriaType
Members
  Member nameValueDescription
Count1 the maximum number of iterations or elements to compute
MaxIter1 the maximum number of iterations or elements to compute
Eps2 the desired accuracy or change in parameters at which the iterative algorithm stops
See Also