You are here: Start » AVL.NET » AVS.HistogramIndices Method
AVS.HistogramIndices Method
Returns an array of histogram elements' indices.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void HistogramIndices ( AvlNet.Histogram inHistogram, IList<int> outIndices )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inHistogram | AvlNet.Histogram | Input histogram. | ||
![]() | outIndices | System.Collections.Generic.IList<int> |


