@Reference(type=Inproceedings, author={"Jose San Pedro","Stefan Siersdorfer"}, title="Ranking and Classifying Attractiveness of Photos in Folksonomies", year="2009", booktitle="18th International World Wide Web Conference", pages={"771","","771"}, url="http://www2009.eprints.org/78/", month="April") public class RMSContrast extends Object implements ImageAnalyser<FImage>, FeatureVectorProvider<DoubleFV>
See the referenced paper for a description.
Constructor and Description |
---|
RMSContrast() |
Modifier and Type | Method and Description |
---|---|
void |
analyseImage(FImage image)
Analyse an image.
|
double |
getContrast()
Get the contrast of the last image analysed with
analyseImage(FImage) |
DoubleFV |
getFeatureVector()
Get the FeatureVector associated with this object.
|
public RMSContrast()
public DoubleFV getFeatureVector()
FeatureVectorProvider
getFeatureVector
in interface FeatureVectorProvider<DoubleFV>
public void analyseImage(FImage image)
ImageAnalyser
analyseImage
in interface ImageAnalyser<FImage>
image
- The image to process in place.public double getContrast()
analyseImage(FImage)