Click or drag to resize

EMGetCovs Method

Returns covariation matrices. Returns vector of covariation matrices. Number of matrices is the number of gaussian mixtures, each matrix is a square floating-point matrix NxN, where N is the space dimensionality.

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public Mat[] GetCovs()

Return Value

Type: Mat

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

See Also