Wrapped CvEMParams

Namespace: Emgu.CV.ML.Structure
Assembly: Emgu.CV.ML (in Emgu.CV.ML.dll) Version: 2.2.1.1150 (2.2.1.1150)

Syntax

         
 C#  Visual Basic  Visual C++ 
public struct MCvEMParams
Public Structure MCvEMParams
public value class MCvEMParams

Members

         
 All Members  Fields   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
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

See Also