| Interface | Description |
|---|---|
| FilterImageInterface<Input extends ImageSingleBand,Output extends ImageSingleBand> |
Generalized interface for processing images.
|
| ImageFunctionSparse<T extends ImageSingleBand> |
Interface for computing the output of functions which take as an input an image and a pixel coordinate.
|
| Class | Description |
|---|---|
| FilterImageReflection<Input extends ImageSingleBand,Output extends ImageSingleBand> |
Turns functions into implementations of
FilterImageInterface Wraps around any function which has two images as input and output. |
| FilterSequence<Input extends ImageSingleBand,Output extends ImageSingleBand> |
Applies a sequence of filters.
|
Copyright © 2013. All Rights Reserved.