JIU 0.14.3

Uses of Class
net.sourceforge.jiu.filters.AreaFilterOperation

Packages that use AreaFilterOperation
net.sourceforge.jiu.filters Various image filters that produce an output image from an input image, mostly reading a pixel and its neighbors in the input image to determine the pixel in the output image 
 

Uses of AreaFilterOperation in net.sourceforge.jiu.filters
 

Subclasses of AreaFilterOperation in net.sourceforge.jiu.filters
 class MaximumFilter
          Filter operation that replaces each sample by the maximum value of itself and its neighbor samples.
 class MeanFilter
          Applies a mean filter that replaces each pixel by the mean of itself and its neighbors.
 class MedianFilter
          Applies a Median filter that replaces each pixel by the median of itself and its neighbors.
 class MinimumFilter
          Filter operation that replaces each sample by the minimum value of itself and its neighbors.
 class OilFilter
          Applies a filter that makes the image look like an oil painting.
 


JIU 0.14.3

Copyright © 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Marco Schmidt