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

Declaration Syntax
public MCvTermCriteria(
int maxIteration,
double eps
)
public:
MCvTermCriteria(
int maxIteration,
double eps
)

Parameters
- maxIteration (Int32)
- The maximum number of iteration allowed
- eps (Double)
- The epsilon value
Assembly:
Emgu.CV (Module: Emgu.CV) Version: 1.3.0.0 (1.3.0.0)