Show / Hide Table of Contents

Enum CriteriaTypes

Type of termination criteria

Namespace: OpenCvSharp
Assembly: OpenCvSharp.dll
Syntax
public enum CriteriaTypes

Fields

Name Description
Count

the maximum number of iterations or elements to compute

Eps

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

MaxIter

the maximum number of iterations or elements to compute

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX