Package net.sourceforge.jiu.filters
package net.sourceforge.jiu.filters
-
ClassesClassDescriptionBase class for operations that convert images to images and determine an output sample by doing calculations on the input sample at the same position plus some neighboring samples.Abstract base class for classes that fill an
int
array with samples from a rectangular region of an image's channel by (1) copyingint
samples from anIntegerImage
object and by (2) generating samples that lie outside of the image.This class encapsulates the information for a specific convolution kernel filter.Applies a convolution kernel filter to an image.Filter operation that replaces each sample by the maximum value of itself and its neighbor samples.Applies a mean filter that replaces each pixel by the mean of itself and its neighbors.Applies a Median filter that replaces each pixel by the median of itself and its neighbors.Filter operation that replaces each sample by the minimum value of itself and its neighbors.Applies a filter that makes the image look like an oil painting.An unsharp mask kernel to be used withConvolutionKernelFilter
.