Uses of Class
net.sourceforge.jiu.filters.AreaFilterOperation
Packages that use AreaFilterOperation
-
Uses of AreaFilterOperation in net.sourceforge.jiu.filters
Subclasses of AreaFilterOperation in net.sourceforge.jiu.filtersModifier and TypeClassDescriptionclassFilter operation that replaces each sample by the maximum value of itself and its neighbor samples.classApplies a mean filter that replaces each pixel by the mean of itself and its neighbors.classApplies a Median filter that replaces each pixel by the median of itself and its neighbors.classFilter operation that replaces each sample by the minimum value of itself and its neighbors.classApplies a filter that makes the image look like an oil painting.