http://www.emgu.com
Assembly: Emgu.CV.ML (in Emgu.CV.ML.dll) Version: 2.3.0.1416 (2.3.0.1416)
Get the covariance matrices for each cluster
Namespace: Emgu.CV.MLAssembly: Emgu.CV.ML (in Emgu.CV.ML.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public Matrix<double>[] GetCovariances() |
Visual Basic |
---|
Public Function GetCovariances As Matrix(Of Double)() |
Visual C++ |
---|
public: array<Matrix<double>^>^ GetCovariances() |