Class BasicFeatures
- java.lang.Object
-
- net.semanticmetadata.lire.imageanalysis.features.global.BasicFeatures
-
- All Implemented Interfaces:
net.semanticmetadata.lire.imageanalysis.features.FeatureVector
,net.semanticmetadata.lire.imageanalysis.features.LireFeature
public class BasicFeatures extends Object implements net.semanticmetadata.lire.imageanalysis.features.LireFeature
Deprecated.other features replace the functionality of this one, do not use!This class computes and quantifies several basic image features like contrast, overall sharpness etc.- Author:
- Thomas Pairitsch
-
-
Constructor Summary
Constructors Constructor Description BasicFeatures()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description void
extract(BufferedImage bimg)
Deprecated.Analysis and calculates the quality score for the image.byte[]
getByteArrayRepresentation()
Deprecated.double
getDistance(net.semanticmetadata.lire.imageanalysis.features.LireFeature arg0)
Deprecated.String
getFeatureName()
Deprecated.double[]
getFeatureVector()
Deprecated.String
getFieldName()
Deprecated.String
getStringRepresentation()
Deprecated.void
setByteArrayRepresentation(byte[] in)
Deprecated.void
setByteArrayRepresentation(byte[] in, int offset, int length)
Deprecated.void
setStringRepresentation(String arg0)
Deprecated.
-
-
-
Method Detail
-
extract
public void extract(BufferedImage bimg)
Deprecated.Analysis and calculates the quality score for the image.
-
getByteArrayRepresentation
public byte[] getByteArrayRepresentation()
Deprecated.- Specified by:
getByteArrayRepresentation
in interfacenet.semanticmetadata.lire.imageanalysis.features.LireFeature
-
setByteArrayRepresentation
public void setByteArrayRepresentation(byte[] in)
Deprecated.- Specified by:
setByteArrayRepresentation
in interfacenet.semanticmetadata.lire.imageanalysis.features.LireFeature
-
setByteArrayRepresentation
public void setByteArrayRepresentation(byte[] in, int offset, int length)
Deprecated.- Specified by:
setByteArrayRepresentation
in interfacenet.semanticmetadata.lire.imageanalysis.features.LireFeature
-
getFeatureVector
public double[] getFeatureVector()
Deprecated.- Specified by:
getFeatureVector
in interfacenet.semanticmetadata.lire.imageanalysis.features.FeatureVector
-
getDistance
public double getDistance(net.semanticmetadata.lire.imageanalysis.features.LireFeature arg0)
Deprecated.- Specified by:
getDistance
in interfacenet.semanticmetadata.lire.imageanalysis.features.LireFeature
-
getStringRepresentation
public String getStringRepresentation()
Deprecated.
-
setStringRepresentation
public void setStringRepresentation(String arg0)
Deprecated.
-
getFeatureName
public String getFeatureName()
Deprecated.- Specified by:
getFeatureName
in interfacenet.semanticmetadata.lire.imageanalysis.features.LireFeature
-
getFieldName
public String getFieldName()
Deprecated.- Specified by:
getFieldName
in interfacenet.semanticmetadata.lire.imageanalysis.features.LireFeature
-
-