• Stars
    star
    170
  • Rank 222,087 (Top 5 %)
  • Language
    Python
  • License
    Apache License 2.0
  • Created over 8 years ago
  • Updated about 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A python toolbox for computing image saliency

pyimgsaliency

A python toolbox for image saliency calculation.

The following algorithms are currently implemented for calculating saliency maps:

  • Jianming Zhang, Stan Sclaroff, Zhe Lin, Xiaohui Shen, Brian Price and Radomír MÄ›ch. "Minimum Barrier Salient Object Detection at 80 FPS."
  • Saliency Optimization from Robust Background Detection, Wangjiang Zhu, Shuang Liang, Yichen Wei and Jian Sun, IEEE Conference on Computer Vision and Pattern Recognition (CVPR), 2014
  • R. Achanta, S. Hemami, F. Estrada and S. Süsstrunk, Frequency-tuned Salient Region Detection, IEEE International Conference on Computer Vision and Pattern Recognition (CVPR 2009), pp. 1597 - 1604, 2009

An example of the use of this package can be seen at demo.py

Original image:

bird

Saliency detection with minimum barrier detection:

bird

Saliency detection with robust background detection:

bird

Saliency detection with frequency-tuned method:

bird

License Provided under the Apache 2.0 License. Note that there might be additional restrictions on some algorithms. In particular, the authors of "Minimum Barrier Salient Object Detection at 80 FPS" note that their algorithm is patent pending and may not be used in commercial applications.