FEATURE
- Type of local featureOBJECT
- Type of objectpublic interface LocalFeatureExtractor<FEATURE extends LocalFeature<?,?>,OBJECT> extends FeatureExtractor<List<? extends FEATURE>,OBJECT>
FeatureExtractor.extractFeature(Object)
at the same time
(or they at least synchronise the method).Modifier and Type | Method and Description |
---|---|
Class<? extends LocalFeature<?,?>> |
getFeatureClass()
Get the actual type of
LocalFeature s extracted. |
extractFeature
Class<? extends LocalFeature<?,?>> getFeatureClass()
LocalFeature
s extracted.