public class DoGSiftFeatureExtractor extends Object implements Function<FImage,LocalFeatureList<? extends LocalFeature<?,? extends FeatureVector>>>
| Constructor and Description | 
|---|
| DoGSiftFeatureExtractor() | 
| 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 DoGSiftFeatureExtractor()
public LocalFeatureList<? extends LocalFeature<?,? extends FeatureVector>> apply(FImage img)
Functionapply in interface Function<FImage,LocalFeatureList<? extends LocalFeature<?,? extends FeatureVector>>>img - the input object