Class Summary |
ColorLookupPanel |
Color Look-Up Panel |
ColorLookupTable |
Deprecated. replaced by LookUpTable |
HuffmanDecompression |
HuffmanDecompression is a wrapper class around HuffYUV open source
video codec v1.2.3 huffman-based video data decompression.
It basically is a pure Java rewrite of simple C++ source code of HuffYUV 1.2.3. |
ImageBuffer |
Deprecated. replaced by TBufferedImage.toBufferedImage |
ImageCLUT |
Represents a Color LookUp Table (CLUT) for TINE images. |
ImageCounter |
Images counter. |
ImageDisplayer |
ImageDisplayer implements basic, but versatile display of video
images. |
ImageParser |
|
LogFormatter |
LogFormatter is the default formatter to be used with the image logger. |
TineHandler |
TineHandler encapsulates and divides reception of VSv3 and VSv2
image streams from displaying class ImageDisplayerTest. |
VideoHeaderV2 |
VideoHeaderV2 implements marshaling of a Video System v2 (VSv2)
data array (usually just received via the network) to a Video System v3 TINE
IMAGE datatype for usage with the rest of Video System v3 Java code.
Note:This class is only a very basic construct and might be
substantially changed in future. |
VideoHeaderV3 |
Deprecated. functionality replaced by IMAGE class, not needed
use directly IMAGE instead |