Enum CriteriaTypes
- Namespace
- OpenCvSharp
- Assembly
- OpenCvSharp.dll
Type of termination criteria
[Flags]
public enum CriteriaTypes
Fields
Count = 1the maximum number of iterations or elements to compute
Eps = 2the desired accuracy or change in parameters at which the iterative algorithm stops
MaxIter = 1the maximum number of iterations or elements to compute