CvTermCriteria Constructor (Int32, Double) OpenCvSharp Class Library
Constructor

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public CvTermCriteria(
	int maxIter,
	double epsilon
)

Parameters

maxIter
Type: SystemInt32
maximum number of iterations
epsilon
Type: SystemDouble
accuracy to achieve
See Also

Reference