| 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 Function GetCovs As Mat()
public:
array<Mat^>^ GetCovs()
member GetCovs : unit -> Mat[]
Return Value
Type:
Mat[Missing <returns> documentation for "M:OpenCvSharp.EM.GetCovs"]
See Also