Uses of Class
j2d.ImageProcessor

Packages that use ImageProcessor
j2d.hpp   
j3d.examples.checkers   
 

Uses of ImageProcessor in j2d.hpp
 

Subclasses of ImageProcessor in j2d.hpp
 class ExponentialStretchProcessor
          This classes allows adjustment of an image using a "Pow Function" for exponential stretching of pixel intensity.
 class FalseColorProcessor
          This class provides some image processing on an image by generating false color.
 class HistogramEQProcessor
          This classes allows adjustment of an image using histogram equalization.
 class LinearMappingProcessor
          This classes allows adjustment of the brightness (DC offset) and contrast (intensity stretch) of an image.
 

Uses of ImageProcessor in j3d.examples.checkers
 

Subclasses of ImageProcessor in j3d.examples.checkers
 class ColorMapGenerator
          Created by IntelliJ IDEA.