Can I perform edge detection and edge enhancement of an image using Java?
Created May 4, 2012
Bill Day Yes, you can use Java 2D to perform various image manipulations, including edge detection and enhancement.
There are several examples of image manipulation, including edge detection, in my JavaWorld column, "Image processing with Java 2D", available from:
www.javaworld.com/jw-09-1998/jw-09-media.html