JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.openimaj.image.annotation.evaluation.datasets.cifar
Interface BinaryReader<IMAGE>
Type Parameters:
IMAGE
-
All Known Implementing Classes:
FImageReader
,
MBFImageReader
public interface
BinaryReader
<IMAGE>
Interface for reader objects that convert a raw CIFAR style binary record into an image (or some other format)
Author:
Jonathon Hare (jsh2@ecs.soton.ac.uk)
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
IMAGE
read
(byte[] bytes)
Read the binary data into an object
Method Detail
read
IMAGE
read
(byte[] bytes)
Read the binary data into an object
Parameters:
bytes
- the data
Returns:
the object
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method