| Interface | Description |
|---|---|
| BinaryReader<IMAGE> |
Interface for reader objects that convert a raw CIFAR style binary record
into an image (or some other format)
|
| Class | Description |
|---|---|
| FImageReader |
BinaryReader for CIFAR data that converts the encoded rgb pixel
values into an FImage (by unweighted averaging). |
| MBFImageReader |
BinaryReader for CIFAR data that converts the encoded rgb pixel
values into an MBFImage. |