ISIS Application Documentation
outline | Standard View | TOC | Home |
Outlines contiguous regions in a cube
Description
Categories
Groups
Examples
History
Name | Description |
---|---|
FROM | Input cube to outline |
TO | Output cube |
Name | Description |
---|---|
BOUNDARY | Boundary pixel value |
CLEAR | Clear pixels inside boundaries |
EDGES | Set pixels at edges of cube |
Use this parameter to select the filename. All bands within the file will be outlined.
Type | cube |
---|---|
File Mode | input |
Filter | *.cub |
This file will contain the results of the outlined cube.
Type | cube |
---|---|
File Mode | output |
Filter | *.cub |
This defines pixel value which will be placed at the boundary of contiguous regions. This value should not occur in the input cube.
Type | double |
---|
Setting this option to true will case all pixels found inside the boundaries to be set to NULL. Otherwise the pixels will be left alone.
Type | boolean |
---|---|
Default | TRUE |
Setting this option to true will case all pixels around the edge of the cube to be set to the boundary pixel value. Otherwise they will be left alone or set to NULL.
Type | boolean |
---|---|
Default | TRUE |
Artificial Cube as input.
Example Gui Screenshot of GUI for yhr Outline application. |
Input image for outline
Parameter Name:
FROM This is the 800 by 800 input image for the outline example. This is an artificial cube for the sake of demonstration. |
Output image for outline
Parameter Name:
TO This is the 800 by 800 output image demonstrating the results of Outline. White lines (DN = 255) mark the boundaries between contiguous pixels. This is with Clear=False, Edges=True and Boundary=255. |
Kris Becker | 1986-11-04 | Original version |
Jeff Anderson | 2003-04-21 | Ported to Isis 3.0 |
Stuart Sides | 2003-05-16 | Modified schema location from astogeology... to isis.astrogeology..." |
Stuart Sides | 2003-05-30 | Added modifications to apptest by Kim |
Stuart Sides | 2003-07-29 | Modified filename parameters to be cube parameters where necessary |
Steven Lambright | 2008-05-13 | Removed references to CubeInfo |
Kelvin Rodriguez | 2016-06-27 | Added examples |