TIEVisionHistogram.getValue
Declaration
function getValue(index0: int32_t): single; overload; safecall;
function getValue(index0: int32_t; index1: int32_t): single; overload; safecall;
function getValue(index0: int32_t; index1: int32_t; index2: int32_t): single; overload; safecall;
Description
Returns an item of the histogram.
| Parameter | Description |
| index0 | Index of dimension 0 |
| index1 | Index of dimension 1 |
| index2 | Index of dimension 2 |