public class FImage2FloatFV extends Object implements FeatureExtractor<FloatFV,FImage>
| Modifier and Type | Field and Description |
|---|---|
static FImage2FloatFV |
INSTANCE
Static instance that can be used instead of creating new objects
|
| Constructor and Description |
|---|
FImage2FloatFV() |
| Modifier and Type | Method and Description |
|---|---|
FloatFV |
extractFeature(FImage object)
Extract features from an object and return them.
|
public static FImage2FloatFV INSTANCE
public FImage2FloatFV()
public FloatFV extractFeature(FImage object)
FeatureExtractorextractFeature in interface FeatureExtractor<FloatFV,FImage>object - the object to extract from