public interface InterestPointDetector<T extends boofcv.struct.image.ImageBase> extends FoundPointSO
| Modifier and Type | Method and Description |
|---|---|
void |
detect(T input)
Detects interest points inside the provided image.
|
boolean |
hasOrientation()
Deprecated.
Likely to be removed since this flag has no use in actual algorithms to date.
|
boolean |
hasScale()
Deprecated.
Likely to be removed since this flag has no use in actual algorithms to date.
|
getLocation, getNumberOfFeatures, getOrientation, getRadiusvoid detect(T input)
input - Input features are detected inside of.boolean hasScale()
boolean hasOrientation()