www.emgu.com/wiki
Get the number of clusters from the EM model

Declaration Syntax
public static int CvEMGetNclusters(
IntPtr model
)
Public Shared Function CvEMGetNclusters ( _
model As IntPtr _
) As Integer
public:
static int CvEMGetNclusters(
IntPtr model
)

Parameters
- model (IntPtr)
- The EM model

Return Value
The number of clusters of the EM model
Assembly:
Emgu.CV.ML (Module: Emgu.CV.ML) Version: 1.0.0.0 (1.0.0.0)