IPhistogram
Synopsis
construct the histogram of an image
Input Port
Parameters
Output Port
Description
IPhistogram constructs the histogram of an image and outputs an array of size nbins whose values are the counts of the occurrences of each value. It has lower and upper limits and a region-of-interest control.
Input
Parameters
Output Port
The input parameter exported as an output port for convenience in linking with downstream modules such as the uniform scalar field Field Mapper.
An array of integers, nbins long, whose values are the histogram counts. The uniform_scalar field mapper can convert this output into a field for subsequent downstream processing.
Example
Libraries.Examples.Image_Processing.IPhistogram
The following figure illustrates IPhistogram in a network.
![]()
File
See also