ISIS Application Documentation
histeq | Standard View | TOC | Home | 
Apply histogram equalization to a cube.
            Description
              Categories
              Groups
              Examples
              History
        
 | Name | Description | 
|---|---|
| FROM | Input file to be equalized | 
| TO | Output cube | 
| Name | Description | 
|---|---|
| MINPER | Minimum percentage | 
| MAXPER | Maximum percentage | 
| INCREMENT | Percentage increment | 
This file will have its cumulative distribution reshaped to be more linear.
| Type | cube | 
|---|---|
| File Mode | input | 
| Filter | *.cub | 
The resultant cube containing a linearized image
| Type | cube | 
|---|---|
| File Mode | output | 
| Filter | *.cub | 
Minimum DN cut-off value at the cumulative percent of the histogram
| Type | double | 
|---|---|
| Default | 0.5 | 
| Minimum | 0.0 (inclusive) | 
| Less Than | 
  | 
Maximum DN cut-off value at the cumulative percent of the histogram
| Type | double | 
|---|---|
| Default | 99.5 | 
| Maximum | 100.0 (inclusive) | 
Percentage increment for the histogram
| Type | integer | 
|---|---|
| Default | 1 | 
| Minimum | 1 (inclusive) | 
| Less Than | 
  | 
Histogram equalization
| 
 Histeq Gui 
 | 
 Example Gui Screenshot of GUI with parameters filled in to perform a histogram equalization operation with the input image.  | 
| 
 Input Peaks (band 6) Image 
 | 
 Input image for histeq 
                                Parameter Name:
                                FROM This is band 6 of the input image for this example.  | 
| 
 Input Peaks (band 6) Image 
 | 
 Band 6 histogram This is the input image's cumulative distribution for band 6.  | 
| 
 Output image showing the result of the histogram equalization. 
 | 
 Output image for histogram equalization 
                                Parameter Name:
                                TO This is the output image that results.  | 
| 
 Output image 
 | 
 Resulting cumulative distribution This is the output image's cumulative distribution.  | 
| Sean Crosby | 2006-12-15 | Original version | 
| Steven Lambright | 2008-05-06 | Histogram object no longer has SetRange, updated to use SetValidRange | 
| Steven Lambright | 2008-05-13 | Removed references to CubeInfo | 
| Tyler Wilson | 2015-09-03 | Commented out a call to Histogram::SetValidRange(min,max) Because of changes made to the Histogram class. See Ref. #2188. |