Termination criteria for iterative algorithms
Namespace: OpenCvSharp
Assembly: OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
The CvTermCriteria type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| CvTermCriteria(Double) |
Constructor
| |
| CvTermCriteria(Int32) |
Constructor
| |
| CvTermCriteria(Int32, Double) |
Constructor
| |
| CvTermCriteria(CriteriaType, Int32, Double) |
Constructor
|
Methods
| Name | Description | |
|---|---|---|
| Check |
Check termination criteria and transform it so that type=CriteriaType.Iteration | CriteriaType.Epsilon,
and both max_iter and epsilon are valid
| |
| Equals | (Inherited from ValueType.) | |
| GetHashCode | (Inherited from ValueType.) | |
| GetType | (Inherited from Object.) | |
| ToString | (Inherited from ValueType.) |
Fields
| Name | Description | |
|---|---|---|
| Epsilon |
Accuracy to achieve
| |
| MaxIter |
Maximum number of iterations
| |
| SizeOf |
sizeof(CvTermCriteria)
| |
| Type |
A combination of CriteriaType flags
|
See Also