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 Class Description 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 Enum Description PJGGrayImage.Interpretation Enum Interpretation specifies how to interpret a numerical pixel value as a shade of gray in a grayscale image. -
Exception Summary Exception Description 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:
- Class PJGImage
- Class PJGColorImage
- Class IndexColorMap
The following classes let you treat one row of a matrix as one row of an image:
- Class GrayImageRow
- Class ColorImageRow
- Class IndexColorImageRow
The following classes are obsolete and will be removed or replaced in future releases of the Parallel Java Library:
- Class GrayImage
- Class IndexColorImage
- Class SyncGrayImage
- Class SyncIndexColorImage
DMelt 3.0 © DataMelt by jWork.ORG