public class DSiftFeatureExtractor extends Object implements Function<FImage,LocalFeatureList<? extends LocalFeature<?,? extends FeatureVector>>>
Constructor and Description |
---|
DSiftFeatureExtractor() |
Modifier and Type | Method and Description |
---|---|
LocalFeatureList<? extends LocalFeature<?,? extends FeatureVector>> |
apply(FImage img)
Apply the function to the input argument and return the result.
|
public DSiftFeatureExtractor()
public LocalFeatureList<? extends LocalFeature<?,? extends FeatureVector>> apply(FImage img)
Function
apply
in interface Function<FImage,LocalFeatureList<? extends LocalFeature<?,? extends FeatureVector>>>
img
- the input object