Modifier and Type | Field and Description |
---|---|
protected MultiscaleInterestPointDetector<T> |
OctaveInterestPointFinder.detector |
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) |
Constructor and Description |
---|
AbstractIPDSIFTEngine(MultiscaleInterestPointDetector<T> detector)
Initiate the engine with a given detector.
|
EllipticIPDSIFTEngine(MultiscaleInterestPointDetector<EllipticInterestPointData> detector)
Default constructor
|
IPDSIFTEngine(MultiscaleInterestPointDetector<InterestPointData> detector) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractStructureTensorIPD
Abstract base class for an interest point detector which uses derivatives or
the (multiscale) structure tensor.
|
class |
AffineAdaption
Using an underlying feature detector, adapt the ellipse detected to result in
a more stable region according to work by
http://www.robots.ox.ac.uk/~vgg/research/affine/
|
class |
HarrisIPD |
class |
HessianIPD |
class |
LaplaceIPD |
class |
QuadratureIPD |
class |
RidgeIPD |