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