The X/Y, X/Z, and Y/Z radio buttons allow the user to select the dimension the histogram is to be calculated in.
- Image:
- A histogram is calculated for the currently displayed image (default).
- Line:
- A histogram is calculated for all pixels that lie along a line.
- Poly:
- A histogram is calculated for all pixels that are contained within a defined polygon.
The distributional and cumulative radio buttons allow the user to select the type of histogram to be displayed.
- X/Y:
- A histogram is calculated for all bands of the currently displayed image.
- X/Z:
- A histogram is calculated for all bands along the line of the image indicated by the cursor position for all bands currently displayed. If the original radio button is selected, the histogram values will reflect the original plane data and if the mapped radio button is selected, the histogram values will reflect the plane data as it is currently displayed. Any graphics elements currently applied to the image will be included in the calculation of the mapped histogram.
- Y/Z:
- A histogram is calculated for all bands along the column of the image indicated by the cursor position for all bands currently displayed. If the original radio button is selected, the histogram values will reflect the original plane data and if the mapped radio button is selected, the histogram values will reflect the plane data as it is currently displayed. Any graphics elements currently applied to the image will be included in the calculation of the mapped histogram.
The original and mapped radio buttons allow the user to select the type of data the histogram is to be calculated for.
- Distributional:
- The x-axis of the histogram represents gray level values 0 to 255; the y-axis represents the total number of pixels that have the corresponding gray level value.
- Cumulative:
- The x-axis of the histogram represents gray level values 0 to 255; the y-axis represents the total number of pixels that have the corresponding gray level as well as all previous gray levels.
- Original:
- Calculate a histogram for the image values as they are loaded into the image planes (i.e., for non-byte data, the unscaled values are not used).
- Mapped:
- Calculate a histogram for the mapped image values as they appear on the display monitor (i.e., the current mapping is applied before the histogram is calculated).