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