http://www.emgu.com
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
Namespace:
Emgu.CV.ML
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.0.3408 (4.1.0.3408)
Syntaxpublic MCvTermCriteria TermCriteria { get; set; }
Public Property TermCriteria As MCvTermCriteria
Get
Set
public:
property MCvTermCriteria TermCriteria {
MCvTermCriteria get ();
void set (MCvTermCriteria value);
}
member TermCriteria : MCvTermCriteria with get, set
Property Value
Type:
MCvTermCriteria
See Also