Click or drag to resize

TermCriteria Constructor

full constructor

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public TermCriteria(
	CriteriaType type,
	int maxCount,
	double epsilon
)

Parameters

type
Type: OpenCvSharpCriteriaType

[Missing <param name="type"/> documentation for "M:OpenCvSharp.TermCriteria.#ctor(OpenCvSharp.CriteriaType,System.Int32,System.Double)"]

maxCount
Type: SystemInt32

[Missing <param name="maxCount"/> documentation for "M:OpenCvSharp.TermCriteria.#ctor(OpenCvSharp.CriteriaType,System.Int32,System.Double)"]

epsilon
Type: SystemDouble

[Missing <param name="epsilon"/> documentation for "M:OpenCvSharp.TermCriteria.#ctor(OpenCvSharp.CriteriaType,System.Int32,System.Double)"]

See Also