Get the eigen vectors that form the eigen space

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public Image<Gray, float>[] EigenImages { get; set; }
Public Property EigenImages As Image(Of Gray, Single)()
	Get
	Set
public:
property array<Image<Gray, float>^>^ EigenImages {
	array<Image<Gray, float>^>^ get ();
	void set (array<Image<Gray, 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