Package | Description |
---|---|
org.openimaj.feature.local.list |
Modifier and Type | Method and Description |
---|---|
static <T extends LocalFeature<?,?>> |
StreamLocalFeatureList.read(BufferedInputStream stream,
Class<T> clz)
Construct a new StreamLocalFeatureList from the given input stream.
|
static <T extends LocalFeature<?,?>> |
StreamLocalFeatureList.read(InputStream stream,
Class<T> clz)
Construct a new StreamLocalFeatureList from the given input stream.
|