Package | Description |
---|---|
org.openimaj.image.feature.local.detector.ipd.finder | |
org.openimaj.image.feature.local.engine.ipd | |
org.openimaj.image.feature.local.interest |
Modifier and Type | Field and Description |
---|---|
protected IPDSelectionMode |
OctaveInterestPointFinder.selectionMode |
Constructor and Description |
---|
CharacteristicOctaveInterestPointFinder(MultiscaleInterestPointDetector<T> detector,
IPDSelectionMode selectionMode)
construct this finder with the detector and selection mode
|
LoggingOctaveInterestPointFinder(MultiscaleInterestPointDetector<T> detector,
IPDSelectionMode selectionMode)
instantiate scalepoints the superclass and scalepoints to log
|
OctaveInterestPointFinder(MultiscaleInterestPointDetector<T> detector,
IPDSelectionMode selectionMode) |
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) |
void |
AbstractIPDSIFTEngine.setSelectionMode(IPDSelectionMode selectionMode)
set the selection mode number
|
Modifier and Type | Class and Description |
---|---|
static class |
IPDSelectionMode.All |
static class |
IPDSelectionMode.Count |
static class |
IPDSelectionMode.Threshold |
Constructor and Description |
---|
AffineAdaption(AbstractStructureTensorIPD internal,
AbstractStructureTensorIPD initial,
IPDSelectionMode initialSelectionMode)
set both the internal and intitial feature detectors (possibly different
settings of the same detector) and a selection mode
|
AffineAdaption(AbstractStructureTensorIPD internal,
IPDSelectionMode initialSelectionMode)
specify the internal detector and the selection mode
|