| Interface | Description |
|---|---|
| ImageDisplayInterface |
Interface encapsulating platform dependent code of the
ptolemy.domains.sdf.lib.vq.ImageDisplay from the
platform independent parts.
|
| Class | Description |
|---|---|
| HTVQEncode |
This actor encodes a matrix using Hierarchical Table-Lookup Vector
Quantization.
|
| ImageContrast |
Change the contrast of an image.
|
| ImageDisplay |
Display an image on the screen using the ptolemy.media.Picture
class.
|
| ImageDisplayJavaSE |
ImageDisplayJavaSE is the implementation of the ImageDisplayInterface that uses AWT and Swing
classes.
|
| ImagePartition |
Partition an image into smaller subimages.
|
| ImageSequence |
Load a sequence of binary images from files, and create a sequence of
IntMatrixTokens from them.
|
| ImageUnpartition |
Combine subimages into a larger image.
|
| PSNR |
This actor consumes an IntMatrixToken from each input port, and calculates the
Power Signal to Noise Ratio (PSNR) between them.
|
| VQDecode |
This actor decompresses a vector quantized signal.
|