public class SPFCTH extends java.lang.Object implements GlobalFeature
| 构造器和说明 |
|---|
SPFCTH() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
extract(java.awt.image.BufferedImage bimg)
Extracts the feature vector from a BufferedImage.
|
byte[] |
getByteArrayRepresentation()
Provides a faster way of serialization.
|
double |
getDistance(LireFeature feature)
The distance function for this type of feature
|
java.lang.String |
getFeatureName()
Gives a descriptive name of the feature, i.e. a name to show up in benchmarks, menus, UIs, etc.
|
double[] |
getFeatureVector()
Convenience method to get the feature vector as double[] array.
|
java.lang.String |
getFieldName()
Returns the preferred field name for indexing.
|
void |
setByteArrayRepresentation(byte[] in)
Reads descriptor from a byte array.
|
void |
setByteArrayRepresentation(byte[] in,
int offset,
int length)
Sets the feature vector values based on the byte[] data.
|
public void extract(java.awt.image.BufferedImage bimg)
Extractorpublic byte[] getByteArrayRepresentation()
getByteArrayRepresentation 在接口中 LireFeaturesetByteArrayRepresentation(byte[])public void setByteArrayRepresentation(byte[] in)
setByteArrayRepresentation 在接口中 LireFeaturein - byte array from corresponding methodgetByteArrayRepresentation()public void setByteArrayRepresentation(byte[] in,
int offset,
int length)
LireFeatureLireFeature.getByteArrayRepresentation()
to generate a compatible byte[] array.setByteArrayRepresentation 在接口中 LireFeaturein - the byte[] array containing the data.offset - the offset, i.e. where the feature vector starts.length - the length of the data representing the feature vector.LireFeature.getByteArrayRepresentation()public double[] getFeatureVector()
FeatureVectorgetFeatureVector 在接口中 FeatureVectorpublic double getDistance(LireFeature feature)
LireFeaturegetDistance 在接口中 LireFeaturefeature - the feature vector to compare the current instance to.public java.lang.String getFeatureName()
LireFeaturegetFeatureName 在接口中 LireFeaturepublic java.lang.String getFieldName()
LireFeaturegetFieldName 在接口中 LireFeature