http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Get or Set the value in the specific row and col
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public double this[ int row, int col ] { get; set; } |
Visual Basic |
---|
Public Default Property Item ( _ row As Integer, _ col As Integer _ ) As Double Get Set |
Visual C++ |
---|
public: property double default[int row, int col] { double get (int row, int col); void set (int row, int col, double value); } |
Parameters
- row
- Type: System..::..Int32
the row of the element
- col
- Type: System..::..Int32
the col of the element