@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 org.openimaj.image.analyser.ImageAnalyser<org.openimaj.image.FImage>, FeatureVectorProvider<DoubleFV>
See the referenced paper for a description.
| Constructor and Description |
|---|
RMSContrast() |
| Modifier and Type | Method and Description |
|---|---|
void |
analyseImage(org.openimaj.image.FImage image) |
double |
getContrast()
Get the contrast of the last image analysed with
analyseImage(FImage) |
DoubleFV |
getFeatureVector() |
public RMSContrast()
public DoubleFV getFeatureVector()
getFeatureVector in interface FeatureVectorProvider<DoubleFV>public void analyseImage(org.openimaj.image.FImage image)
analyseImage in interface org.openimaj.image.analyser.ImageAnalyser<org.openimaj.image.FImage>public double getContrast()
analyseImage(FImage)