Class | Description |
---|---|
DataSink |
Encapsulates access to the image raw data.
|
DoubleConverter |
Packs a sequence of bytes representing a big-endian double into
a
double value of appropriate integer type. |
FloatConverter |
Packs a sequence of bytes representing a big-endian float into
a
double value of appropriate integer type. |
IntConverter |
Packs a sequence of bytes representing a signed (2's complement)
big-endian integer into an integer value of appropriate integer value.
|
Plane2D |
Holds structure used to mapped the raw pixels data.
|
UintConverter |
Packs a sequence of bytes representing an unsigned big-endian integer into
an integer value of appropriate integer type.
|