Package edu.rit.image

Package edu.rit.image contains components for treating matrices as images, where each element of the matrix corresponds to one pixel of the image.

See:
          Description

Class Summary
BaseColorImage Class BaseColorImage is the abstract superclass for a color image file in Parallel Java Graphics (PJG) format.
ColorImageRow Class ColorImageRow provides one row of a color image.
GrayImageRow Class GrayImageRow provides one row of a grayscale image.
PJGColorImage Class PJGColorImage provides a color image that is read from or written to a file in Parallel Java Graphics (PJG) format; class PJGColorImage is best suited when the image has a small number of discrete colors.
PJGGrayImage Class PJGGrayImage provides an 8-bit grayscale image that is read from or written to a file in Parallel Java Graphics (PJG) format.
PJGHueImage Class PJGHueImage provides a color image that is read from or written to a file in Parallel Java Graphics (PJG) format; class PJGHueImage is best suited when the image has a continuous range of hues.
PJGImage Class PJGImage is the abstract base class for an image that is read from or written to a file in Parallel Java Graphics (PJG) format.
 

Enum Summary
PJGGrayImage.Interpretation Enum Interpretation specifies how to interpret a numerical pixel value as a shade of gray in a grayscale image.
 

Exception Summary
PJGImageFileFormatException Class PJGImageFileFormatException is an IOException thrown if a PJG image file's contents are not formatted correctly.
 

Package edu.rit.image Description

Package edu.rit.image contains components for treating matrices as images, where each element of the matrix corresponds to one pixel of the image.

The following classes let you treat a matrix as an image:

The following classes let you treat one row of a matrix as one row of an image:

The following classes are obsolete and will be removed or replaced in future releases of the Parallel Java Library:



Copyright © 2005-2012 by Alan Kaminsky. All rights reserved. Send comments to ark­@­cs.rit.edu.