Get the eigen vectors that form the eigen space

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 Image<Gray, float>[] EigenImages { get; set; }
Public Property EigenImages As Image(Of Gray, Single)()
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