Table of Contents

Struct TermCriteria

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

The class defining termination criteria for iterative algorithms.

public readonly record struct TermCriteria : IEquatable<TermCriteria>
Implements
Inherited Members

Constructors

TermCriteria(CriteriaTypes, int, double)

The class defining termination criteria for iterative algorithms.

Fields

Epsilon

the desired accuracy

MaxCount

the maximum number of iterations/elements

Type

the type of termination criteria: COUNT, EPS or COUNT + EPS

Methods

Both(int, double)

full constructor with both type (count | epsilon)