Table of Contents

Enum CriteriaTypes

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

Type of termination criteria

[Flags]
public enum CriteriaTypes

Fields

Count = 1

the maximum number of iterations or elements to compute

Eps = 2

the desired accuracy or change in parameters at which the iterative algorithm stops

MaxIter = 1

the maximum number of iterations or elements to compute