Package | Description |
---|---|
org.openimaj.image.feature.local.detector.ipd.finder | |
org.openimaj.image.feature.local.engine.ipd |
Modifier and Type | Class and Description |
---|---|
class |
CharacteristicOctaveInterestPointFinder<T extends InterestPointData>
A characteristic octave interest point finder throws
InterestPointData away if two instances are similar. |
class |
LoggingOctaveInterestPointFinder<T extends InterestPointData>
Finder with a specified detector which finds interest points at a given
gaussian octave.
|
Modifier and Type | Method and Description |
---|---|
OctaveInterestPointFinder<T> |
FinderMode.finder(MultiscaleInterestPointDetector<T> detector,
IPDSelectionMode selectionMode)
Given a detector and the selection pmode
|
OctaveInterestPointFinder<T> |
FinderMode.Basic.finder(MultiscaleInterestPointDetector<T> detector,
IPDSelectionMode selectionMode) |
OctaveInterestPointFinder<T> |
FinderMode.Logging.finder(MultiscaleInterestPointDetector<T> detector,
IPDSelectionMode selectionMode) |
OctaveInterestPointFinder<T> |
FinderMode.Characteristic.finder(MultiscaleInterestPointDetector<T> detector,
IPDSelectionMode selectionMode) |