@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 org.openimaj.image.mask.AbstractMaskedObject<org.openimaj.image.FImage>
implements org.openimaj.image.analyser.ImageAnalyser<org.openimaj.image.MBFImage>, FeatureVectorProvider<DoubleFV>
| Constructor and Description |
|---|
SaturationVariation() |
| Modifier and Type | Method and Description |
|---|---|
void |
analyseImage(org.openimaj.image.MBFImage image) |
DoubleFV |
getFeatureVector() |
double |
getSaturationVariation()
Get the variation in saturation of the last image processed with
analyseImage(MBFImage). |
public SaturationVariation()
public DoubleFV getFeatureVector()
getFeatureVector in interface FeatureVectorProvider<DoubleFV>public void analyseImage(org.openimaj.image.MBFImage image)
analyseImage in interface org.openimaj.image.analyser.ImageAnalyser<org.openimaj.image.MBFImage>public double getSaturationVariation()
analyseImage(MBFImage).