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