|  | EMGetMeans Method  | 
 
            Returns the cluster centers (means of the Gaussian mixture).
            Returns matrix with the number of rows equal to the number of mixtures and 
            number of columns equal to the space dimensionality.
            
 
    Namespace: 
   OpenCvSharp
    Assembly:
   OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
 Syntax
SyntaxPublic Function GetMeans As Mat
member GetMeans : unit -> Mat 
Return Value
Type: 
Mat[Missing <returns> documentation for "M:OpenCvSharp.EM.GetMeans"]
 See Also
See Also