Get or Set the data for this matrix

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

Syntax

C#
public TDepth[,] Data { get; set; }
Visual Basic (Declaration)
Public Property Data As TDepth(,)
Visual C++
public:
property array<TDepth,2>^ Data {
	array<TDepth,2>^ get ();
	void set (array<TDepth,2>^ value);
}

See Also