ISIS Application Documentation
gradient | Standard View | TOC | Home |
Apply Sobel or Roberts gradient to a cube
Description
Categories
Groups
Examples
History
Name | Description |
---|---|
FROM | Input cube |
TO | Output cube |
Name | Description |
---|---|
GRADTYPE | Type of gradient (Sobel, Roberts) |
METHOD | Method for calculating the gradient (Approximate, Exact) |
Use this parameter to select the filename. All bands within the file will have the gradient applied.
Type | cube |
---|---|
File Mode | input |
Filter | *.cub |
This file will contain the estimated or exact absolute magnitude of the gradient.
Type | cube |
---|---|
File Mode | output |
Pixel Type | real |
This chooses the gradient type. The possibilities are Sobel, which uses a 3 x 3 boxcar to calculate the gradient magnitude, or Roberts, which uses a 2 x 2 boxcar to calculate the gradient magnitudes.
Type | string | |||||||||
---|---|---|---|---|---|---|---|---|---|---|
Default | SOBEL | |||||||||
Option List: |
|
This specifies how the gradient magnitudes are calculated. The possibilities are exact, which uses the square root of the sum of squares, or approximate, which uses the sum of absolutes.
Type | string | |||||||||
---|---|---|---|---|---|---|---|---|---|---|
Default | APPROXIMATE | |||||||||
Option List: |
|
Applying a sobel filter
![]() gradient gui
|
Example GUI Screenshot of the GUI with parameters set to filter using a sobel configuration |
![]() The image before the filter
|
Input image before the filter.
Parameter Name:
FROM This is the image as it was taken originally. |
Applying a roberts filter
![]() gradient gui
|
Example GUI Screenshot of the GUI with parameters set to filter using a roberts gradient |
![]() The image before the filter
|
Input image before the filter.
Parameter Name:
FROM This is the image as it was taken originally. |
Tracie Sucharski | 2002-12-18 | Original version |
Kim Sides | 2003-05-13 | Added application test |
Stuart Sides | 2003-05-16 | Modified schema location from astogeology... to isis.astrogeology..." |
Stuart Sides | 2003-07-29 | Modified filename parameters to be cube parameters where necessary |
Drew Davidson | 2005-08-16 | Added examples |
Brendan George | 2005-11-07 | Modified to handle Special Pixels |
Ian Humphrey | 2015-05-18 | Added METHOD parameter to allow for either exact or approximate calculation of the gradient magnitude. Updated and added tests. Updated documentation. Fixes #1741. |
U.S. Department of the Interior | U.S. Geological Survey ISIS | Privacy & Disclaimers | Astrogeology Research Program To contact us, please post comments and questions on the USGS Astrogeology Discussion Board To report a bug, or suggest a feature go to: ISIS Github File Modified: 02/21/2025 20:05:56 |