The TermCriteria type exposes the following members.
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