Click or drag to resize

TermCriteriaBoth Method

full constructor with both type (count | epsilon)

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
public static TermCriteria Both(
	int maxCount,
	double epsilon
)

Parameters

maxCount
Type: SystemInt32
epsilon
Type: SystemDouble

Return Value

Type: TermCriteria
See Also