Emgu CV Library Documentation
term_crit Field
NamespacesEmgu.CV.ML.StructureMCvEMParamsterm_crit

www.emgu.com/wiki
Termination criteria of the procedure. EM algorithm stops either after a certain number of iterations (term_crit.num_iter), or when the parameters change too little (no more than term_crit.epsilon) from iteration to iteration
Declaration Syntax
C#Visual BasicVisual C++
public MCvTermCriteria term_crit
Public term_crit As MCvTermCriteria
public:
MCvTermCriteria term_crit

Assembly: Emgu.CV.ML (Module: Emgu.CV.ML) Version: 1.0.0.0 (1.0.0.0)