http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Get the specific bin value from the 2D Histogram
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public double this[ int index0, int index1, int index2 ] { get; } |
Visual Basic |
---|
Public ReadOnly Default Property Item ( _ index0 As Integer, _ index1 As Integer, _ index2 As Integer _ ) As Double Get |
Visual C++ |
---|
public: property double default[int index0, int index1, int index2] { double get (int index0, int index1, int index2); } |
Parameters
- index0
- Type: System..::..Int32
The 0th index of the bin
- index1
- Type: System..::..Int32
The 1st index of the bin
- index2
- Type: System..::..Int32
The 2nd index of the bin