@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 SharpnessVariation
extends org.openimaj.image.mask.AbstractMaskedObject<org.openimaj.image.FImage>
implements org.openimaj.image.analyser.ImageAnalyser<org.openimaj.image.FImage>, FeatureVectorProvider<DoubleFV>
| Modifier and Type | Field and Description |
|---|---|
protected double |
sharpnessVariation |
| Constructor and Description |
|---|
SharpnessVariation()
Construct with no mask set
|
SharpnessVariation(org.openimaj.image.FImage mask)
Construct with a mask.
|
| Modifier and Type | Method and Description |
|---|---|
void |
analyseImage(org.openimaj.image.FImage image) |
DoubleFV |
getFeatureVector() |
double |
getSharpnessVariation()
Get the variation in sharpness of the last image processed with
analyseImage(FImage). |
protected double sharpnessVariation
public SharpnessVariation()
public SharpnessVariation(org.openimaj.image.FImage mask)
mask - the mask.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 getSharpnessVariation()
analyseImage(FImage).