| Interface | Description |
|---|---|
| BlurFilter<T extends ImageSingleBand> |
Interface for filters which blur the image.
|
| Class | Description |
|---|---|
| BlurStorageFilter<T extends ImageSingleBand> |
Simplified interface for using a blur filter that requires storage.
|
| MedianImageFilter<T extends ImageSingleBand> |
Simplified interface for using a median filter.
|