T
- public interface FinderMode<T extends InterestPointData>
Modifier and Type | Interface 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 |
---|---|
OctaveInterestPointFinder<T> |
finder(MultiscaleInterestPointDetector<T> detector,
IPDSelectionMode selectionMode)
Given a detector and the selection pmode
|
OctaveInterestPointFinder<T> finder(MultiscaleInterestPointDetector<T> detector, IPDSelectionMode selectionMode)
detector
- selectionMode
-