Serialized Form


Package com.pearsoneduc.ip.gui

Class com.pearsoneduc.ip.gui.ImageSelector implements Serializable

Serialized Fields

images

java.util.Hashtable images
Images derived from the original.

selector

javax.swing.JComboBox selector
Swing component used to select an image.

sourceImage

java.awt.image.BufferedImage sourceImage
Original image read from file.

view

javax.swing.JLabel view
Swing component used for image display.

Class com.pearsoneduc.ip.gui.ImageView implements Serializable

Serialized Fields

image

java.awt.image.BufferedImage image
Image to be displayed.

operation

java.awt.image.BufferedImageOp operation
Operation performed on image prior to display.

viewSize

java.awt.Dimension viewSize
Size of current view, if we are in a JScrollPane.

Class com.pearsoneduc.ip.gui.OperationViewer implements Serializable

Serialized Fields

inputImage

java.awt.image.BufferedImage inputImage

inputView

ImageView inputView
Component displaying the input image.

outputImage

java.awt.image.BufferedImage outputImage

outputView

ImageView outputView
Component displaying the output image.

Class com.pearsoneduc.ip.gui.ViewWithROI implements Serializable

Serialized Fields

colour

java.awt.Color colour
Colour of ROI outline.

region

java.awt.Rectangle region
Region of interest (ROI).


Package com.pearsoneduc.ip.io

Class com.pearsoneduc.ip.io.ImageDecoderException implements Serializable

Class com.pearsoneduc.ip.io.ImageEncoderException implements Serializable

Class com.pearsoneduc.ip.io.JPEGDecoderException implements Serializable

Class com.pearsoneduc.ip.io.JPEGEncoderException implements Serializable

Class com.pearsoneduc.ip.io.PNGDecoderException implements Serializable

Class com.pearsoneduc.ip.io.PNGEncoderException implements Serializable

Class com.pearsoneduc.ip.io.PPMDecoderException implements Serializable

Class com.pearsoneduc.ip.io.PPMEncoderException implements Serializable

Class com.pearsoneduc.ip.io.SIFDecoderException implements Serializable

Class com.pearsoneduc.ip.io.SIFEncoderException implements Serializable


Package com.pearsoneduc.ip.op

Class com.pearsoneduc.ip.op.FFTException implements Serializable

Class com.pearsoneduc.ip.op.HistogramException implements Serializable

Class com.pearsoneduc.ip.op.OperationException implements Serializable

Class com.pearsoneduc.ip.op.StructElementException implements Serializable


Package com.pearsoneduc.ip.util

Class com.pearsoneduc.ip.util.AffineTransformation implements Serializable