Package jaitools.media.jai.rangelookup

Extends JAI's standard Lookup operator by allowing ranges of values to be handled

See:
          Description

Class Summary
LookupItem<T extends Number & Comparable<? super T>,U extends Number & Comparable<? super U>> Used by RangeLookupTable to define a single lookup range and return value.
RangeLookupDescriptor Describes the "RangeLookup" operation.
RangeLookupOpImage This is a variation on the JAI javax.media.jai.LookupDescriptor.
RangeLookupRIF The image factory for the RangeLookup operation.
RangeLookupSpi OperationRegistrySpi implementation to register the "RangeLookup" operation and its associated image factories.
RangeLookupTable<T extends Number & Comparable<? super T>,U extends Number & Comparable<? super U>> Holds a collection of source image value ranges and their corresponding destination image values for the RangeLookup operation.
 

Package jaitools.media.jai.rangelookup Description

Extends JAI's standard Lookup operator by allowing ranges of values to be handled



Copyright © 2009-2011. All Rights Reserved.