Serialized Form

Class no.hiof.imagepr.BinaryImage extends java.lang.Object implements Serializable

Serialized Fields

width

int width

height

int height

data

java.util.BitSet data

zeroColor

java.awt.Color zeroColor

oneColor

java.awt.Color oneColor


Class no.hiof.imagepr.HSIImage extends java.lang.Object implements Serializable

Serialized Fields

hue

short[][] hue
The Matrix with the hue component of the image.


saturation

short[][] saturation
The Matrix with the saturation component of the image.


intensity

short[][] intensity
The Matrix with the intensity component of the image.


Class no.hiof.imagepr.HSVImage extends java.lang.Object implements Serializable

Serialized Fields

hue

short[][] hue
The Matrix with the hue component of the image.


saturation

short[][] saturation
The Matrix with the saturation component of the image.


value

short[][] value
The Matrix with the value component of the image.


Class no.hiof.imagepr.tools.ImagePanel extends javax.swing.JPanel implements Serializable

Serialized Fields

image

Image image

xScale

double xScale

yScale

double yScale


Class no.hiof.imagepr.IntensityImage extends java.lang.Object implements Serializable

Serialized Fields

data

short[][] data
The matrix with pixel values


colormap

short[][] colormap
The current mapping between intensity values and RGB colors


Class no.hiof.imagepr.RGBImage extends java.lang.Object implements Serializable

Serialized Fields

red

short[][] red
The Matrix with the red component of the image


green

short[][] green
The Matrix with the green component of the image


blue

short[][] blue
The Matrix with the blue component of the image


imageType

int imageType
The image type used when saving the image. Used to save gray scale images with an adjusted color map