|  | CriteriaType Enumeration | 
 
            Type of termination criteria 
            
 
    Namespace: 
   OpenCvSharp
    Assembly:
   OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
 Syntax
Syntax[FlagsAttribute]
public enum CriteriaType
<FlagsAttribute>
Public Enumeration CriteriaType
[FlagsAttribute]
public enum class CriteriaType
[<FlagsAttribute>]
type CriteriaType
 Members
Members|  | Member name | Value | Description | 
|---|
|  | Count | 1 | the maximum number of iterations or elements to compute | 
|  | MaxIter | 1 | the maximum number of iterations or elements to compute | 
|  | Eps | 2 | the desired accuracy or change in parameters at which the iterative algorithm stops | 
 See Also
See Also