public interface FeatureDescriptor extends Descriptor
Descriptor.Supports
DOES_ALL
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Returns a short plain Text description about the Descriptor and the
semantics of the double array obtained from
getFeatures() . |
List<double[]> |
getFeatures()
Returns the values of the descriptor as a double array.
|
void |
setProperties(LibProperties properties)
Injects the properties class that can be used to retrieve several
properties.
|
addPropertyChangeListener, run, supports
List<double[]> getFeatures()
String getDescription()
getFeatures()
.
May return null if no description is implemented - even though this
should be avoided by any means.void setProperties(LibProperties properties) throws IOException
IOException
- if something went wrongCopyright © 2013. All Rights Reserved.