This application linearly scales the input data to fall in a set range. The scaling is done by determining a range of input values to scale based on the Method input parameter and then linearly scaling them (and coercing the values outside of the input range) to the output range set by NDiv.
The other inputs select which region of the input file is processed. See Region.html for more details.
Overview | Region processing | Method | NDiv
The Method parameter sets the range of intensities in the input data that are linearly scaled to the output range of intensities. Input pixels with intensities outside of the range are mapped to one of the two endpoints of the output range.
There are three options for setting the input range to scale:
Overview | Region processing | Method | NDiv
The output of Normalize will have intensities between zero and NDiv, inclusive. NDiv may be negative.
Overview | Region processing | Method | NDiv