Provides classes to store images and data directly related to them.

Package Specification

The base interface for image data in JIU is {@link net.sourceforge.jiu.data.PixelImage}. The concept of a pixel image includes the following properties:

The interface {@link net.sourceforge.jiu.data.IntegerImage} extends the {@link net.sourceforge.jiu.data.PixelImage} interface. All sample values belonging to an object of a class implementing IntegerImage are supposed to be integer values that can be stored in an int value (a signed 32 bit value).

Related Documentation