Emgu CV Library Documentation
Covs Property
NamespacesEmgu.CV.MLEMParamsCovs

www.emgu.com/wiki
Get or Set the Covariance matrices
Declaration Syntax
C#Visual BasicVisual C++
public Matrix<double>[] Covs { get; set; }
Public Property Covs As Matrix(Of Double)()
public:
property array<Matrix<double>^>^ Covs {
	array<Matrix<double>^>^ get ();
	void set (array<Matrix<double>^>^ value);
}

Assembly: Emgu.CV.ML (Module: Emgu.CV.ML) Version: 1.0.0.0 (1.0.0.0)