Package | Description |
---|---|
org.openimaj.audio.reader | |
org.openimaj.data.dataset | |
org.openimaj.experiment.gmm.retrieval | |
org.openimaj.io | |
org.openimaj.stream.functions |
Modifier and Type | Class and Description |
---|---|
class |
OneSecondClipReader
This class reads an input stream that contains audio data, and returns a list of
SampleBuffer s that each contain 1 second of audio. |
Modifier and Type | Class and Description |
---|---|
static class |
VFSListDataset.FileObjectISReader<INSTANCE>
An adaptor that lets
InputStreamObjectReader s be used as a
ObjectReader with a FileObject source type. |
Modifier and Type | Field and Description |
---|---|
protected ObjectReader<INSTANCE,SOURCE> |
ReadableGroupDataset.reader |
protected ObjectReader<INSTANCE,SOURCE> |
ReadableListDataset.reader |
Constructor and Description |
---|
ReadableGroupDataset(ObjectReader<INSTANCE,SOURCE> reader)
Construct with the given
InputStreamObjectReader . |
ReadableListDataset(ObjectReader<INSTANCE,SOURCE> reader)
Construct with the given
ObjectReader . |
VFSGroupDataset(String path,
ObjectReader<INSTANCE,org.apache.commons.vfs2.FileObject> reader)
Construct a grouped dataset from any virtual file system source (local
directory, remote zip file, etc).
|
VFSListDataset(String path,
ObjectReader<INSTANCE,org.apache.commons.vfs2.FileObject> reader)
Construct a list dataset from any virtual file system source (local
directory, remote zip file, etc).
|
Constructor and Description |
---|
UKBenchGroupDataset(String path,
ObjectReader<IMAGE,org.apache.commons.vfs2.FileObject> reader) |
UKBenchListDataset(String path,
ObjectReader<IMAGE,org.apache.commons.vfs2.FileObject> reader,
int object) |
Modifier and Type | Interface and Description |
---|---|
interface |
InputStreamObjectReader<T>
Interface for classes capable of reading objects from a
InputStream . |
Modifier and Type | Method and Description |
---|---|
static <SRC> boolean |
IOUtils.canRead(ObjectReader<?,SRC> reader,
SRC source,
String name)
Test whether the data in the given source can be read by the given
ObjectReader . |
Constructor and Description |
---|
ImageFromURL(ObjectReader<I,InputStream> reader)
Construct with the given image reader.
|