public interface DetectorInterestPointMulti<T extends boofcv.struct.image.ImageBase>
| Modifier and Type | Method and Description |
|---|---|
void |
detect(T input)
Detects interest points inside the provided image.
|
FoundPointSO |
getFeatureSet(int set)
Returns the most recently detected features for a specific set.
|
int |
getNumberOfSets()
The number of families.
|
void detect(T input)
input - Input features are detected inside of.int getNumberOfSets()
FoundPointSO getFeatureSet(int set)
detect(boofcv.struct.image.ImageBase) is called the results are modified.set - Which set of detected features.