ISIS Application Documentation
histmatch | Standard View | TOC | Home |
Match histograms of 2 cubes
Description
Categories
Groups
Examples
History
Name | Description |
---|---|
FROM | Input file to be altered |
MATCH | Input file to be matched |
TO | Output cube |
Name | Description |
---|---|
STRETCH | Stretch mode |
Name | Description |
---|---|
MINPER | Minimum percentage |
MAXPER | Maximum percentage |
INCREMENT | Percentage increment |
This file will have its histogram reshaped to resemble MATCH's histogram
Type | cube |
---|---|
File Mode | input |
Filter | *.cub |
This file's histogram will be matched by FROM
Type | cube |
---|---|
File Mode | input |
Filter | *.cub |
The resultant cube containing the altered input file
Type | cube |
---|---|
File Mode | output |
Filter | *.cub |
This parameter specifies how the histogram will be stretched. The options are to stretch by by percentage (CDF), or by mode (Mode).
Type | string | |||||||||
---|---|---|---|---|---|---|---|---|---|---|
Default | CDF | |||||||||
Option List: |
|
Minimum cut-off value for the histogram
Type | double |
---|---|
Default | 0.5 |
Minimum | 0.0 (inclusive) |
Less Than |
|
Maximum cut-off value for 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 |
|
Peaks histogram matching with CDF
Example Gui Screenshot of GUI with parameters filled in to perform a histogram matching operation with the input images. |
Input image for histmatch
Parameter Name:
FROM This is the input image for the histmatch example. |
|
Band 1 histogram This is the input image's histogram. |
|
Match image for histmatch
Parameter Name:
MATCH This is the match image for the histmatch example (i.e. the other input's histogram will be matched to this image's histogram). |
|
Band 6 histogram This is the input image's histogram. |
Output image for CDF matching
Parameter Name:
TO This is the output image that results. |
|
CDF histogram This is the output image's histogram. |
Peaks histogram matching with mode
Input image for histmatch
Parameter Name:
FROM This is the input image for the histmatch example. |
|
Band 1 histogram This is the input image's histogram. |
|
Match image for histmatch
Parameter Name:
MATCH This is the match image for the histmatch example (i.e. the other input's histogram will be matched to this image's histogram). |
|
Band 6 histogram This is the input image's histogram. |
Output image for mode matching
Parameter Name:
TO This is the output image that results. |
|
Mode histogram This is the output image's histogram. |
Sean Crosby | 2006-12-04 | Original version |
Sean Crosby | 2007-03-12 | Included ability to histmatch input cubes of different sizes |
Steven Lambright | 2008-05-12 | Removed references to CubeInfo |