@Reference(type=Inproceedings, author={"Achanta, Radhakrishna","Hemami, Sheila","Estrada, Francisco","S{\"u}sstrunk, Sabine"}, title="Frequency-tuned {S}alient {R}egion {D}etection", year="2009", booktitle="{IEEE} {I}nternational {C}onference on {C}omputer {V}ision and {P}attern {R}ecognition ({CVPR})", url="http://infoscience.epfl.ch/record/135217/files/1708.pdf", customData={"Affiliation","EPFL","Details","http://infoscience.epfl.ch/record/135217","Keywords","IVRG; NCCR-MICS; NCCR-MICS/CL4; K-Space; PHAROS; Saliency; Segmentation; Frequency-domain analysis","Location","Miami Beach, Florida"}) public class AchantaSaliency extends Object implements SaliencyMapGenerator<MBFImage>
Modifier and Type | Field and Description |
---|---|
protected FImage |
map |
protected float |
sigma |
Constructor and Description |
---|
AchantaSaliency()
Construct with a smoothing of 1 pixel standard deviation.
|
AchantaSaliency(float sigma)
Construct with the given amount of smoothing.
|
Modifier and Type | Method and Description |
---|---|
void |
analyseImage(MBFImage image)
Analyse an image.
|
FImage |
getSaliencyMap()
Get the generated saliency map
|
public AchantaSaliency(float sigma)
sigma
- standard deviation of Gaussian kernel smoothingpublic AchantaSaliency()
public void analyseImage(MBFImage image)
ImageAnalyser
analyseImage
in interface ImageAnalyser<MBFImage>
image
- The image to process in place.public FImage getSaliencyMap()
SaliencyMapGenerator
getSaliencyMap
in interface SaliencyMapGenerator<MBFImage>