Click or drag to resize

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
public Mat GetMeans()

Return Value

Type: Mat

[Missing <returns> documentation for "M:OpenCvSharp.EM.GetMeans"]

See Also