Get or Set the data for this matrix
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.2.0.1010 (2.2.0.1010)
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); }