Emgu CV Library Documentation
CvEMGetMeans Method (model)
NamespacesEmgu.CV.MLMlInvokeCvEMGetMeans(IntPtr)

www.emgu.com/wiki
Get the means of the clusters from the EM model
Declaration Syntax
C#Visual BasicVisual C++
public static IntPtr CvEMGetMeans(
	IntPtr model
)
Public Shared Function CvEMGetMeans ( _
	model As IntPtr _
) As IntPtr
public:
static IntPtr CvEMGetMeans(
	IntPtr model
)
Parameters
model (IntPtr)
The EM model
Return Value
The means of the clusters of the EM model

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