Get or set the means

Namespace: Emgu.CV.ML
Assembly: Emgu.CV.ML (in Emgu.CV.ML.dll) Version: 2.2.0.1010 (2.2.0.1010)

Syntax

         
 C#  Visual Basic  Visual C++ 
public Matrix<double> Means { get; set; }
Public Property Means As Matrix(Of Double)
	Get
	Set
public:
property Matrix<double>^ Means {
	Matrix<double>^ get ();
	void set (Matrix<double>^ value);
}

See Also