public abstract static class LocalFeatureMode.LocalFeatureModeOp extends Object implements LocalFeatureExtractor<LocalFeature<?,?>,MBFImage>
LocalFeatureMode.| Modifier and Type | Field and Description |
|---|---|
protected org.openimaj.tools.localfeature.options.ImageTransform |
it |
protected ImageTransform.ImageTransformOp |
itOp |
| Modifier and Type | Method and Description |
|---|---|
abstract LocalFeatureList<? extends LocalFeature<?,?>> |
extract(byte[] image)
Extract features based on the options.
|
LocalFeatureMode |
getMode() |
String |
name() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetFeatureClassextractFeatureprotected org.openimaj.tools.localfeature.options.ImageTransform it
protected ImageTransform.ImageTransformOp itOp
public abstract LocalFeatureList<? extends LocalFeature<?,?>> extract(byte[] image) throws IOException
image - the imageIOExceptionpublic LocalFeatureMode getMode()