@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 SaturationVariation extends AbstractMaskedObject<FImage> implements ImageAnalyser<MBFImage>, FeatureVectorProvider<DoubleFV>
mask| Constructor and Description |
|---|
SaturationVariation() |
| Modifier and Type | Method and Description |
|---|---|
void |
analyseImage(MBFImage image)
Analyse an image.
|
DoubleFV |
getFeatureVector()
Get the FeatureVector associated with this object.
|
double |
getSaturationVariation()
Get the variation in saturation of the last image processed with
analyseImage(MBFImage). |
getMask, setMaskpublic SaturationVariation()
public DoubleFV getFeatureVector()
FeatureVectorProvidergetFeatureVector in interface FeatureVectorProvider<DoubleFV>public void analyseImage(MBFImage image)
ImageAnalyseranalyseImage in interface ImageAnalyser<MBFImage>image - The image to process in place.public double getSaturationVariation()
analyseImage(MBFImage).