Table of Contents

Enum TermCritType

Namespace
Emgu.CV.CvEnum
Assembly
Emgu.CV.dll

CV TERMCRIT type

[Flags]
public enum TermCritType

Fields

Count = 1

The maximum number of iterations or elements to compute

Eps = 2

The desired accuracy or change in parameters at whic the iterative algorithm stops.

MaxIter = 1

The maximum number of iterations or elements to compute