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); }