public class SIFTTrendFeatureMode extends Object implements TrendDetectorFeatureExtractor
| Constructor and Description |
|---|
SIFTTrendFeatureMode() |
| Modifier and Type | Method and Description |
|---|---|
List<Keypoint> |
extractFeatures(File imageFile) |
boolean |
logScale() |
int |
nDimensions() |
public SIFTTrendFeatureMode()
public List<Keypoint> extractFeatures(File imageFile) throws IOException
extractFeatures in interface TrendDetectorFeatureExtractorIOExceptionpublic boolean logScale()
logScale in interface TrendDetectorFeatureExtractorpublic int nDimensions()
nDimensions in interface TrendDetectorFeatureExtractor