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