up


Image Processing API

This documentation describes a Java API to support the development of image processing software.

See:
          Description

Packages
com.pearsoneduc.ip.gui Provides support for the development of simple image processing applications with graphical user interfaces.
com.pearsoneduc.ip.io Provides classes to handle input of images from and output of images to files in various common formats.
com.pearsoneduc.ip.op Provides classes implementing standard image processing operations.
com.pearsoneduc.ip.util Provides miscellaneous utility classes to support the other packages.

 

This documentation describes a Java API to support the development of image processing software.

These packages build on the existing capabilities of the Java2D API, adding support for additional image file formats together with pure-Java implementations of standard image processing operations such as contrast enhancement with look-up tables, spatial convolution, frequency domain filtering and morphological processing of binary images.

Detailed descriptions of class functionality can be found in the book Digital Image Processing: A Practical Introduction using Java by Nick Efford, published by Pearson Education Ltd.



up