Package | Description |
---|---|
org.openimaj.feature.local.list | |
org.openimaj.image.feature.local.detector.ipd.collector | |
org.openimaj.image.feature.local.keypoints |
Modifier and Type | Method and Description |
---|---|
MemoryLocalFeatureList<T> |
MemoryLocalFeatureList.filter(LocationFilter locationFilter)
Create a new list by applying a
LocationFilter to all the
elements of this list. |
MemoryLocalFeatureList<T> |
MemoryLocalFeatureList.randomSubList(int nelem) |
static <T extends LocalFeature<?,?>> |
MemoryLocalFeatureList.read(BufferedInputStream stream,
Class<T> clz)
Create a MemoryLocalFeatureList by reading all the local features from
the specified stream.
|
static <T extends LocalFeature<?,?>> |
MemoryLocalFeatureList.read(File keypointFile,
Class<T> clz)
Create a MemoryLocalFeatureList by reading all the local features from
the specified file.
|
static <T extends LocalFeature<?,?>> |
MemoryLocalFeatureList.read(InputStream stream,
Class<T> clz)
Create a MemoryLocalFeatureList by reading all the local features from
the specified stream.
|
static <T extends LocalFeature<?,?>> |
MemoryLocalFeatureList.readNoHeader(DataInput in,
Class<T> clz)
Create a MemoryLocalFeatureList by reading all the local features from
the specified
DataInput . |
MemoryLocalFeatureList<T> |
MemoryLocalFeatureList.subList(int fromIndex,
int toIndex) |
MemoryLocalFeatureList<T> |
FileLocalFeatureList.subList(int fromIndex,
int toIndex) |
MemoryLocalFeatureList<T> |
StreamLocalFeatureList.subList(int fromIndex,
int toIndex) |
Modifier and Type | Field and Description |
---|---|
protected MemoryLocalFeatureList<InterestPointKeypoint<T>> |
InterestPointFeatureCollector.features |
Modifier and Type | Method and Description |
---|---|
static MemoryLocalFeatureList<FloatKeypoint> |
FloatKeypoint.convert(List<? extends Keypoint> keys)
Convert a list of
Keypoint s to FloatKeypoint s. |