ANALYSER - Type of ImageAnalyserIMAGE - Type of imageFEATURE - Type of featurepublic class ImageAnalyserFVFeatureExtractor<ANALYSER extends ImageAnalyser<IMAGE> & FeatureVectorProvider<FEATURE>,IMAGE extends Image<?,IMAGE>,FEATURE extends FeatureVector> extends Object implements FeatureExtractor<FEATURE,IMAGE>
FeatureExtractor that wraps ImageAnalysers that
can provide FeatureVectors through FeatureVectorProvider.| Constructor and Description |
|---|
ImageAnalyserFVFeatureExtractor(ANALYSER analyser)
Construct with the given analyser
|
| Modifier and Type | Method and Description |
|---|---|
FEATURE |
extractFeature(IMAGE object)
Extract features from an object and return them.
|
public ImageAnalyserFVFeatureExtractor(ANALYSER analyser)
analyser - the analyserpublic FEATURE extractFeature(IMAGE object)
FeatureExtractorextractFeature in interface FeatureExtractor<FEATURE extends FeatureVector,IMAGE extends Image<?,IMAGE>>object - the object to extract from