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 ImageAnalyser
s that
can provide FeatureVector
s 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)
FeatureExtractor
extractFeature
in interface FeatureExtractor<FEATURE extends FeatureVector,IMAGE extends Image<?,IMAGE>>
object
- the object to extract from