Uses of Class
ca.cgjennings.graphics.filters.AbstractConvolver
-
Packages that use AbstractConvolver Package Description ca.cgjennings.graphics.filters -
-
Uses of AbstractConvolver in ca.cgjennings.graphics.filters
Subclasses of AbstractConvolver in ca.cgjennings.graphics.filters Modifier and Type Class Description class
ConvolveFilter
Performs an image convolution on an image.class
GaussianBlurFilter
A filter that applies a Gaussian blur to the source image.class
SharpenFilter
A filter that sharpens the input image.
-