Algorithms
Basic
- Band Math allows you to perform mathematical calculations using the bands/frames in an image to generate a 2-D result. For example, NDVI (Normalized Difference Vegetation Index).
- Convolution allows you to specify a convolution filter (e.g. moving window kernel) to an image to generate a new image.
- Georeference an image. You can use the built-in georeference algorithms or write your own extension to work best with your imagery.
Advanced
Scripting
- Write algorithms on-the-fly inside Opticks, using the built-in scripting window. Check out the extension listing for supported scripting languages. Currently, IDL is available as an extension and Python scripting is coming soon.
Automate
- Wizard Builder. Drag-and-drop functional blocks onto a canvas and then connect them together in order to automate a series of manual steps. Capability provided by custom extensions can also be added as functional blocks.
- You can assign wizards to custom menus in Opticks to make them easy to execute.
- You can configure wizards to run during application start-up.
- You can drag-and-drop wizards onto the application to run them.
- You can use wizards along with the batch application to execute the same process on a directory of images.
Publish Your Results
- Use product mode (similiar to powerpoint) to arrange your results into a single window and then export the window as a picture (jpeg, png, bmp).
- Export windows, images, and layers to one of the following file types:
- GeoTiff, KML, ENVI, NITF, Shapefile, PNG, TIFF, JPEG, AVI, MPEG1, BMP, PostScript, ENVI Spectral Library, CGM
- Opticks specific formats for: Raster, Annotation, AOI, GCP, Tie Point, Psuedocolor, Metadata
- Create your own exporter as an extension.
|