saliencyfilters is a Python implementation of the Saliency Filters method, which is an algorithm to estimate salient region on images.
Perazzi, Federico, et al. "Saliency filters: Contrast based filtering for salient region detection." Computer Vision and Pattern Recognition (CVPR), 2012 IEEE Conference on. IEEE, 2012.
- numpy
- scipy
- scikit-image
pip install -r requirements.txt
python setup.py install
Sample code is provided in demo.py.
python demo.py sample.jpg output.jpg
Our implementation does not use Permutohedral Lattice embedding as stated in
the paper. Hence, the code requires