« Getting that job at that software co. | Main | Robot journalists »

January 27, 2004

Image Processing w/Java ConvolveOp and More

Filtering a BufferedImage

Filtering a BufferedImage

The Java 2D API defines several filtering operations for BufferedImage objects. Each image-processing operation is embodied in a class that implements the BufferedImageOp interface. The image manipulation is performed in the image operation's filter method. The BufferedImageOp classes in the Java 2D API support

Posted by vanevery at 11:15 PM