Package | Description |
---|---|
org.openimaj.image.feature.local.engine.ipd |
Modifier and Type | Class and Description |
---|---|
static class |
FinderMode.Basic<T extends InterestPointData>
An
OctaveInterestPointFinder is considered the most basic. |
static class |
FinderMode.Characteristic<T extends InterestPointData>
The characteristic finder throws away ellipses that are basically the
same, keeping the strongest one.
|
static class |
FinderMode.Logging<T extends InterestPointData>
A logging logs as well as finding points.
|
Modifier and Type | Method and Description |
---|---|
FinderMode<T> |
AbstractIPDSIFTEngine.getFinderMode() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractIPDSIFTEngine.setFinderMode(FinderMode<T> finderMode)
set the underlying finder
|