Package jjil.core

Interface Summary
Ladder.Join The Join interface defines a function which combines two images into one.
 

Class Summary
Complex A simple implementation of complex numbers for use in FFT, etc.
Complex32Image Complex32Image is the image type used to store a complex 32-bit image.
Error Error defines a common error-reporting mechanism for all JJIL classes.
Error.PACKAGE J2ME's Java is only 1.4 so no enums.
ErrorCodes Define error codes specific to the jjil.core library.
Gray16Image Gray16Image is the image type used to store a 16-bit signed gray image.
Gray32Image Gray32Image is the image type used to store a 32-bit integer image.
Gray32MaskedImage Gray32MaskedImage is the image type used to store a 32-bit integer image and its associated 8-bit mask.
Gray32SubImage Gray32SubImage is used to represent a rectangular region extracted from a larger Gray32Image, retaining the x and y position where the image was extracted.
Gray8Image Gray8Image is the image type used to store a signed 8-bit image.
Gray8MaskedImage Gray8MaskedImage is the image type used to store a signed 8-bit image and its associated mask.
Gray8SubImage Gray8SubImage is used to represent a rectangular region extracted from a larger Gray8Image, retaining the x and y position where the subimage was extracted.
Image Image is the fundamental abstract class for holding images.
Ladder Ladder manages two pipelines.
MathPlus Mathematical routines which are normally provided by the Java Math class but which aren't available with CLDC 1.0.
PipelineStage PipelineStage is the class from which all image to image processing operations must derive.
Point Point: an object holding a 2-dimensional point coordinate
Rect Rect represents a rectangular region.
RgbImage RgbImage is the type used to hold an RGB image, which is stored as an ARGB image type (32-bits) with the A byte always 0.
RgbVal Helper class for manipulating RGB values.
Sequence Sequence is used to construct a sequence of image processing pipeline stages.