public static class IPDSelectionMode.Threshold extends Object implements IPDSelectionMode
IPDSelectionMode.All, IPDSelectionMode.Count, IPDSelectionMode.Threshold
Constructor and Description |
---|
Threshold(float threshold) |
Modifier and Type | Method and Description |
---|---|
<T extends InterestPointData> |
selectPoints(InterestPointDetector<T> detector) |
public Threshold(float threshold)
public <T extends InterestPointData> List<T> selectPoints(InterestPointDetector<T> detector)
selectPoints
in interface IPDSelectionMode