Home

Awesome

pyimgsaliency

A python toolbox for image saliency calculation.

The following algorithms are currently implemented for calculating saliency maps:

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.