Interface | Description |
---|---|
DisplayUtilities.ImageComponent.ImageComponentListener |
Listener for zoom and pan events
|
ImageProvider<IMAGE extends Image<?,IMAGE>> |
Interface for objects that can provide images
|
Class | Description |
---|---|
CLImageConversion |
Utility methods for converting between OpenIMAJ
Image types
and CLImage2D s for GPGPU acceleration. |
DisplayUtilities |
Static methods for displaying images using Swing.
|
DisplayUtilities.ImageComponent |
An image viewer that displays and image and allows zooming and panning of
images.
|
DisplayUtilities.ScalingImageComponent |
An extension of
DisplayUtilities.ImageComponent that scales the displayed image. |
FImage |
Class representing a single-band floating-point image; that is an image where
each pixel is represented by a floating-point number.
|
Image<Q,I extends Image<Q,I>> |
Base class for representing and manipulating images.
|
ImageUtilities |
A static utility class with methods for dealing with images.
|
MBFImage |
A multiband floating-point image.
|
MultiBandImage<T extends Comparable<T>,I extends MultiBandImage<T,I,S>,S extends SingleBandImage<T,S>> |
A base class for multi-band images.
|
Plotter<Q,I extends Image<Q,I>> |
A simple 2d plotter
|
SingleBandImage<Q extends Comparable<Q>,I extends SingleBandImage<Q,I>> |
A base class for representing a single band image of any pixel type.
|
SVGImage | |
VectorImageUtilities |
Enum | Description |
---|---|
ARGBPlane |
Enumerator for enumerating the planes of an RGB image.
|
Image.Field |
Enumerator for representing the type of field interlacing operations.
|