http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Get or Set the data for this matrix
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public TDepth[,] Data { get; set; } |
Visual Basic |
---|
Public Property Data As TDepth(,) Get Set |
Visual C++ |
---|
public: property array<TDepth,2>^ Data { array<TDepth,2>^ get (); void set (array<TDepth,2>^ value); } |