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