Get or Set the data for this matrix

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 TDepth[,] Data { get; set; }
Public Property Data As TDepth(,)
	Get
	Set
public:
property array<TDepth,2>^ Data {
	array<TDepth,2>^ get ();
	void set (array<TDepth,2>^ value);
}

See Also