Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 833 Bytes

README.md

File metadata and controls

26 lines (21 loc) · 833 Bytes

Frequency_Tuned_Saliency

Python implementation of: "Frequency-tuned salient region detection" (CVPR 2009)

The demo can then be run using:

python saliency_detection.py

The output of the demo should be as follows:

If you use the code, please cite the following publication:

"Frequency-tuned salient region detection", R. Achanta, S. Hemami, F. Estrada, S. Süsstrunk, CVPR 2009.

@INPROCEEDINGS{saliency_achanta_cvpr09,
  author={Achanta, Radhakrishna and Hemami, Sheila and Estrada, Francisco and Susstrunk, Sabine},
  booktitle={2009 IEEE Conference on Computer Vision and Pattern Recognition}, 
  title={Frequency-tuned salient region detection}, 
  year={2009},
  pages={1597-1604}
  }