Uses of Class
org.apache.sis.image.ImageProcessor
Packages that use ImageProcessor
Package
Description
A coverage backed by a regular grid.
Provides helper classes for handling Java2D rendered images together with some operations.
-
Uses of ImageProcessor in org.apache.sis.coverage.grid
Fields in org.apache.sis.coverage.grid declared as ImageProcessorModifier and TypeFieldDescriptionprotected final ImageProcessor
GridCoverageProcessor.imageProcessor
The processor to use for operations on two-dimensional slices.Constructors in org.apache.sis.coverage.grid with parameters of type ImageProcessorModifierConstructorDescriptionGridCoverageProcessor
(ImageProcessor processor) Creates a new processor initialized to the given configuration. -
Uses of ImageProcessor in org.apache.sis.image
Methods in org.apache.sis.image that return ImageProcessorModifier and TypeMethodDescriptionImageProcessor.clone()
Returns an image processor with the same configuration than this processor.Constructors in org.apache.sis.image with parameters of type ImageProcessorModifierConstructorDescriptionImageCombiner
(WritableRenderedImage destination, ImageProcessor processor) Creates an image combiner which will use the given processor for resampling operations.