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:
Saliency detection with minimum barrier detection:
Saliency detection with robust background detection:
Saliency detection with frequency-tuned method:
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.