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.NetStandard (in Emgu.CV.World.NetStandard.dll) Version: 1.0.0
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