T - public class CharacteristicOctaveInterestPointFinder<T extends InterestPointData> extends OctaveInterestPointFinder<T>
InterestPointData away if two instances are similar. Similarity is
defined by the position, rotation and axis ratio of the two interest points.| Modifier and Type | Field and Description |
|---|---|
double |
maxAxisRatio
The maximum axis ratio difference before two keypoints are considered
similar
|
double |
maxDistance
The maximum distance before two keypoints are considered "similar"
|
double |
maxRotation
The maximum rotation difference before two keypoints are considered
"similar"
|
detector, listener, selectionMode| Constructor and Description |
|---|
CharacteristicOctaveInterestPointFinder(MultiscaleInterestPointDetector<T> detector,
IPDSelectionMode selectionMode)
construct this finder with the detector and selection mode
|
| Modifier and Type | Method and Description |
|---|---|
void |
finish()
Once all the features have been detected, do something (default: nothing)
|
process, processOctaveLevelPoints, setOctaveInterestPointListenerpublic double maxDistance
public double maxRotation
public double maxAxisRatio
public CharacteristicOctaveInterestPointFinder(MultiscaleInterestPointDetector<T> detector, IPDSelectionMode selectionMode)
detector - selectionMode - public void finish()
OctaveInterestPointFinderfinish in class OctaveInterestPointFinder<T extends InterestPointData>