Click or drag to resize
MCvTermCriteria Constructor (Double)
http://www.emgu.com
Create the termination Criteria using only the constrain of epsilon

Namespace: Emgu.CV.Structure
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntax
public MCvTermCriteria(
	double eps
)

Parameters

eps
Type: SystemDouble
The epsilon value
See Also