Emgu CV Library Documentation
MCvEMParams Structure
NamespacesEmgu.CV.ML.StructureMCvEMParams

www.emgu.com/wiki
Wrapped CvEMParams
Declaration Syntax
C#Visual BasicVisual C++
public struct MCvEMParams
Public Structure MCvEMParams
public value class MCvEMParams
Members
All MembersMethodsFields



IconMemberDescription
cov_mat_type
The type of the mixture covariation matrices

covs
Initial mixture covariation matrices S_k; are used (if not NULL) only when start_step=CvEM::START_E_STEP.

Equals(Object)
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Finalize()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode()()()
Returns the hash code for this instance.
(Inherited from ValueType.)
GetType()()()
Gets the Type of the current instance.
(Inherited from Object.)
means
Initial mixture means a_k; are used (and must be not NULL) only when start_step=CvEM::START_E_STEP.

MemberwiseClone()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
nclusters
The number of mixtures

probs
Initial probabilities p_i,k; are used (and must be not NULL) only when start_step=CvEM::START_M_STEP

start_step
The initial step the algorithm starts from

term_crit
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

ToString()()()
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
weights
Initial mixture weights pi_k; are used (if not NULL) only when start_step=CvEM::START_E_STEP

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