@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 Sharpness
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 |
sharpness |
| Constructor and Description |
|---|
Sharpness()
Construct with no mask set
|
Sharpness(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 |
getSharpness()
Get the sharpness of the last image processed with
analyseImage(FImage). |
protected double sharpness
public Sharpness()
public Sharpness(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 getSharpness()
analyseImage(FImage).