T
- public static class FinderMode.Basic<T extends InterestPointData> extends Object implements FinderMode<T>
OctaveInterestPointFinder
is considered the most basic.FinderMode.Basic<T extends InterestPointData>, FinderMode.Characteristic<T extends InterestPointData>, FinderMode.Logging<T extends InterestPointData>
Constructor and Description |
---|
Basic() |
Modifier and Type | Method and Description |
---|---|
OctaveInterestPointFinder<T> |
finder(MultiscaleInterestPointDetector<T> detector,
IPDSelectionMode selectionMode)
Given a detector and the selection pmode
|
public Basic()
public OctaveInterestPointFinder<T> finder(MultiscaleInterestPointDetector<T> detector, IPDSelectionMode selectionMode)
FinderMode
finder
in interface FinderMode<T extends InterestPointData>