Click or drag to resize

TermCriteria Structure

The class defining termination criteria for iterative algorithms.

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public readonly struct TermCriteria

The TermCriteria type exposes the following members.

Constructors
  NameDescription
Public methodTermCriteria
full constructor
Top
Methods
  NameDescription
Public methodStatic memberBoth
full constructor with both type (count | epsilon)
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
Top
Fields
  NameDescription
Public fieldEpsilon
the desired accuracy
Public fieldMaxCount
the maximum number of iterations/elements
Public fieldType
the type of termination criteria: COUNT, EPS or COUNT + EPS
Top
See Also