[Missing <summary> documentation for "T:OpenCvSharp.CPlusPlus.TermCriteria"]
Namespace: OpenCvSharp.CPlusPlus
Assembly: OpenCvSharp.CPlusPlus (in OpenCvSharp.CPlusPlus.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
The TermCriteria type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| TermCriteria(CvTermCriteria) |
conversion from CvTermCriteria
| |
| TermCriteria(CriteriaType, Int32, Double) |
full constructor
|
Methods
| Name | Description | |
|---|---|---|
| Both |
full constructor with both type (count | epsilon)
| |
| Equals | (Inherited from ValueType.) | |
| GetHashCode | (Inherited from ValueType.) | |
| GetType | (Inherited from Object.) | |
| ToString | (Inherited from ValueType.) |
Operators
| Name | Description | |
|---|---|---|
| (CvTermCriteria to TermCriteria) |
conversion to CvTermCriteria
| |
| (TermCriteria to CvTermCriteria) |
conversion to CvTermCriteria
|
Fields
| Name | Description | |
|---|---|---|
| Epsilon |
the desired accuracy
| |
| MaxCount |
the maximum number of iterations/elements
| |
| Type |
the type of termination criteria: COUNT, EPS or COUNT + EPS
|
See Also