Package jpl.mipl.jade.operators

Package containing all of the JAI operator and descriptor classes for JADE.

See:
          Description

Class Summary
ContourStretchDescriptor Purpose: A single class that is both an OperatorDescriptor and a RenderedImageFactory for the ContourStretch operation.
ContourStretchOpImage Purpose: A JAI operator which is used to create a contour stretch from a source image.
ModulusDescriptor Purpose: The Modulus operator takes one rendered source image, an array of range mins, and range maxs, applies a modulus function type of clamp on pixel values.
ModulusOpImage Purpose: A JAI operator which performs modulus function to each pixel with a bounded range.
RegisterContourStretchOp This class uses the JAI OperationRegistrySpi interface to automatically register the Contour Stretch operator.
RegisterModulusOp This class uses the JAI OperationRegistrySpi interface to automatically register the Modulus operator.
 

Package jpl.mipl.jade.operators Description

Package containing all of the JAI operator and descriptor classes for JADE. Descriptors also implement the associated RenderedImageFactory interfaces. See the jpl.mipl.jade.controls package for GUI control and model components.