Package jm.jigl

Interface Summary
Image Image is the interface for ColorImage, ComplexImage, ConvertSignal, DiscreteSignal In addition, all typed Image classes must support the following typed methods: get set clear ...
LevelOp LevelOp implements many Level Operations
Signal Signal is the base class for ComplexSignal, ConvertSignal, DiscreteSignal In addition, all typed signal classes must support the following typed methods:get set clear ...
 

Class Summary
ByteSize Performs a ByteSize operation on an signal.
Complex Complex Number Operation
ComplexImage A complex image is a set of two real gray image planes.
ComplexSignal A complex signal is a set of two real gray signal planes.
ConvertSignal Signal type conversions.
DiscreteSignal A discrete signal is a 1-d of shorts DiscreteSignal implements Signal
DummyObserver Class declaration
FFT Class declaration Modifikation der urspruenglichen jigl Paketstruktur durch Jens Martin Aenderungen im Sourcecode sind mit [JM] gekennzeichnet.
GrayImage GrayImage is a 2-d array of shorts
ImageCanvas ImageCanvas is a class made to facilitate the displaying of a JIGL image
ImageInputStream Class declaration
RealGrayImage RealGrayImage is a 2-d array of floats
RealSignal A discrete signal is a 1-d of floats RealSignal implements Signal
ROI The ROI class is the Region of Interest of a JIGL Signal
Shift Shifts an image
SignalInputStream Class declaration
SignalOutputStream SignalOutputStream outputs signals to a file that JIGL can read.
 

Exception Summary
BadImageException Class declaration Exception for and image that is corrupted
ColorModelNotSupportedException Exception for a Color model that is not supported
ColorModelUnknownException Exception for a color model is not defined by JIGL
FileExtensionNotSupportedException Exception for a filename extension
IllegalPBMFormatException Exception for an signal that has the correct magic number but incorrect format
ImageNotSupportedException Exception for an image that is not supported by a given operation
SignalNotSupportedException Exception for a signal that is not suppoeted by an operation
UnknownSignalTypeException Exception when the signal is of an unknown type