Get the eigen values of each of the training image

Namespace:  Emgu.CV
Assembly:  Emgu.CV (in Emgu.CV.dll) Version: 2.1.0.649 (2.1.0.649)

Syntax

         
 C#  Visual Basic  Visual C++ 
public Matrix<float>[] EigenValues { get; set; }
Public Property EigenValues As Matrix(Of Single)()
public:
property array<Matrix<float>^>^ EigenValues {
	array<Matrix<float>^>^ get ();
	void set (array<Matrix<float>^>^ value);
}

Remarks

The set method is primary used for deserialization, do not attemps to set it unless you know what you are doing

See Also