Back to FabImage Studio website

You are here: Start » Filter Reference » Histogram » Histogram Basics » AccessHistogram

AccessHistogram


Module: FoundationBasic

Returns individual fields of a histogram.

Name Type Description
Input value
inHistogram Histogram Input histogram
Output value
outBinSize Real Output bin size
Output value
outBinCount Integer Output bin count
Output value
outDomainStart Real Output domain begin
Output value
outDomainLength Real Output length of domain
Output value
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.