Start » Filter Reference » Histogram » Histogram Basics » AccessHistogram
Module: | FoundationBasic |
---|
Returns individual fields of a histogram.
Name | Type | Description | |
---|---|---|---|
inHistogram | Histogram | Input histogram | |
outBinSize | Real | Output bin size | |
outBinCount | Integer | Output bin count | |
outDomainStart | Real | Output domain begin | |
outDomainLength | Real | Output length of domain | |
outBins | DoubleArray | Output histogram data |
Description
The operation decomposes a histogram into its data components: an array of integers and additional real values describing its domain.
Complexity Level
This filter is available on Advanced Complexity Level.
See Also
- MakeHistogram – Creates a histogram out of an array of bin values.