Click or drag to resize
MCvTermCriteria Constructor (Int32)
http://www.emgu.com
Create the termination criteria using the constrain of maximum iteration

Namespace: Emgu.CV.Structure
Assembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntax
public MCvTermCriteria(
	int maxIteration
)

Parameters

maxIteration
Type: SystemInt32
The maximum number of iteration allowed
See Also