public class TestImageClass extends Object implements FeatureExtractor<DoubleFV,FImage>
Constructor and Description |
---|
TestImageClass() |
Modifier and Type | Method and Description |
---|---|
DoubleFV |
extractFeature(FImage bigpatch)
Extract features from an object and return them.
|
static void |
main(String[] args) |
public TestImageClass()
public DoubleFV extractFeature(FImage bigpatch)
FeatureExtractor
extractFeature
in interface FeatureExtractor<DoubleFV,FImage>
bigpatch
- the object to extract frompublic static void main(String[] args) throws IOException
IOException