[This is preliminary documentation and is subject to change.]

Get or Set the data for this matrix

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

Syntax

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

See Also