Click or drag to resize

MCvTermCriteria Constructor (Int32, Double)

http://www.emgu.com
Create the termination criteria using the constrain of maximum iteration as well as epsilon

Namespace:  Emgu.CV.Structure
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public MCvTermCriteria(
	int maxIteration,
	double eps
)

Parameters

maxIteration
Type: SystemInt32
The maximum number of iteration allowed
eps
Type: SystemDouble
The epsilon value
See Also