Uses of Class
j2d.ImageProcessor

Packages that use ImageProcessor
j2d.hpp   
j3d.examples.color.plot   
 

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 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.color.plot
 

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