/ranking_saliency

c++ code for paper "saliency detection via graph-based manifold ranking" by chuan yang, lihe zhang, huchuan lu, xiang ruan, ming-hsuan yang

Primary LanguageC++

The c++ code is for paper "Saliency Detection via Graph-Based Manifold Ranking" by Chuan Yang, Lihe Zhang, Huchuan Lu, Xiang Ruan and Ming-Hsuan Yang. To appear in Proceedings of IEEE Conference on Computer Vision and Pattern Recognition (CVPR 2013), Portland, June, 2013. written by Chuan Yang Email: ycscience86@gmail.com


The code is tested on Windows XP with Visual Studio 2008, using Opencv 2.4.3.


We use the SLIC superpixel code from "http://ivrg.epfl.ch/supplementary_material/RK_SLICSuperpixels/index.html".

*Note: The results in the paper is generated by the MATLAB code. The results by this c++ code may be somewhat different from the results by the MATLAB code.