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 |
---|
FinderMode.Basic() |
Modifier and Type | Method and Description |
---|---|
OctaveInterestPointFinder<T> |
finder(InterestPointDetector<T> detector,
IPDSelectionMode selectionMode)
Given a detector and the selection pmode
|
public FinderMode.Basic()
public OctaveInterestPointFinder<T> finder(InterestPointDetector<T> detector, IPDSelectionMode selectionMode)
FinderMode
finder
in interface FinderMode<T extends InterestPointData>