All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----java.awt.image.ImageFilter | +----Acme.JPM.Filters.ImageFilterPlus | +----Acme.JPM.Filters.RGBAllFilter | +----Acme.JPM.Filters.EdgeDetect
Outlines the edges of an image. The edge detection technique used is to take the Pythagorean sum of two Sobel gradient operators at 90 degrees to each other, separately for each color component. For more details see "Digital Image Processing" by Gonzalez and Wintz, chapter 7.
This filter is slow.
Fetch the software.
Fetch the entire Acme package.
public EdgeDetect(ImageProducer producer)
public void filterRGBAll(int width, int height, int rgbPixels[][])
public static void main(String args[])
All Packages Class Hierarchy This Package Previous Next Index
ACME Java ACME Labs