Enum CriteriaTypes
Type of termination criteria
Namespace: OpenCvSharp
Assembly: OpenCvSharp.dll
Syntax
public enum CriteriaTypes
Fields
Name | Description |
---|---|
Count | the maximum number of iterations or elements to compute |
Eps | the desired accuracy or change in parameters at which the iterative algorithm stops |
MaxIter | the maximum number of iterations or elements to compute |