Table of Contents

Method GetCovs

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

GetCovs()

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.

public Mat[] GetCovs()

Returns

Mat[]