public class SimpleExtractor extends java.lang.Object implements LocalFeatureExtractor
| 限定符和类型 | 类和说明 |
|---|---|
static class |
SimpleExtractor.KeypointDetector |
| 构造器和说明 |
|---|
SimpleExtractor(GlobalFeature globalFeature,
SimpleExtractor.KeypointDetector detector) |
SimpleExtractor(GlobalFeature globalFeature,
SimpleExtractor.KeypointDetector detector,
int numberOfKeypoints) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
extract(java.awt.image.BufferedImage image)
Extracts the feature vector from a BufferedImage.
|
java.lang.Class<? extends LocalFeature> |
getClassOfFeatures() |
static java.lang.String |
getDetector(SimpleExtractor.KeypointDetector detector) |
static SimpleExtractor.KeypointDetector |
getDetector(java.lang.String detector) |
java.lang.String |
getFeatureName() |
java.util.List<? extends LocalFeature> |
getFeatures() |
java.lang.String |
getFieldName() |
java.lang.Class<? extends GlobalFeature> |
getGlobalFeatureClass() |
SimpleExtractor.KeypointDetector |
getKpdetector() |
public SimpleExtractor(GlobalFeature globalFeature, SimpleExtractor.KeypointDetector detector)
public SimpleExtractor(GlobalFeature globalFeature, SimpleExtractor.KeypointDetector detector, int numberOfKeypoints)
public java.util.List<? extends LocalFeature> getFeatures()
getFeatures 在接口中 LocalFeatureExtractorpublic java.lang.Class<? extends LocalFeature> getClassOfFeatures()
getClassOfFeatures 在接口中 LocalFeatureExtractorpublic java.lang.Class<? extends GlobalFeature> getGlobalFeatureClass()
public SimpleExtractor.KeypointDetector getKpdetector()
public void extract(java.awt.image.BufferedImage image)
Extractorpublic static java.lang.String getDetector(SimpleExtractor.KeypointDetector detector)
public static SimpleExtractor.KeypointDetector getDetector(java.lang.String detector)
public java.lang.String getFieldName()
public java.lang.String getFeatureName()