Table of Contents

Method GetMeans

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

GetMeans()

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.

public Mat GetMeans()

Returns

Mat