Set intensity display range

Set the minimum and maximum displayed intensities for a specified image from the workspace.

Description

Set the minimum and maximum displayed intensities for a specified image from the workspace. Any pixels with intensities outside the set displayed range will be rendered with the corresponding extreme value (i.e. any pixels with intensities less than the minimum display value will be shown with the same as the value at the minimum display value). Display ranges can be calculated automatically or specified manually. One or both extrema can be set at a time.

Note: Unlike the "Normalise intensity" module, pixel values are unchanged by this module. The only change is to the way ImageJ/Fiji renders the image.

Parameters

ParameterDescription
Input imageImage from the workspace for which the updated intensity display range will be calculated.
Apply to input imageSelect if the new intensity display range should be applied directly to the input image, or if it should be applied to a duplicate image, then stored as a different image in the workspace.
Output imageIf storing the processed image separately in the workspace, this is the name of the output image.
Calculation modeControls how the display range is calculated:
  • "Fast" All intensity values in the image are collected in a histogram. As such, for 8 and 16-bit this is fast to calculate as there are a limited number of bins. In this instance, the clip fraction corresponds to the fraction of bins.
  • "Manual" The minimum and maximum displayed intensities are manually specified with the "Minimum range value" and "Maximum range value" parameters.
  • "Precise" All intensity values are ordered by their intensity and the clip fraction corresponds to the fraction of pixels (rather than the fraction of unique intensities as with "Fast" mode. As such, this method is more precise; however, can take a much longer time (especially for large images).
Calculation sourceThis parameter controls whether the display range (min, max) will be determined from the input image or another image:
  • "External" The image for which the display range is calculated is different to the image that the final display will be applied to. For example, this could be a single representative slice or substack. Using this could significantly reduce run-time for large stacks, especially when "Calculation mode" is set to "Precise".
  • "Internal" The display range will be determined from the same image or stack onto which the display will be applied.
External source
Clipping fraction (min)Fraction of unique intensities ("Precise") or pixels ("Fast") that are clipped when setting the minimum displayed intensity. Any values below this will be displayed equally with the minimum value of the LUT.
Clipping fraction (max)Fraction of unique intensities ("Precise") or pixels ("Fast") that are clipped when setting the maximum displayed intensity. Any values above this will be displayed equally with the maximum value of the LUT.
Set minimum valueWhen selected, the minimum displayed intensity will be updated. Otherwise, the value will be unchanged.
Set maximum valueWhen selected, the maximum displayed intensity will be updated. Otherwise, the value will be unchanged.
Minimum range valueIf manually setting the minimum displayed intensity, this is the value that will be applied.
Maximum range valueIf manually setting the maximum displayed intensity, this is the value that will be applied.