Code_LowRankSaliency

所属分类:matlab编程
开发工具:matlab
文件大小:5793KB
下载次数:11
上传日期:2015-01-03 22:06:30
上 传 者mmflyer
说明:  CVPR2012文章SalientObjectDetectionviaLowRankMatrixRecovery的代码
(SalientObjectDetectionviaLowRankMatrixRecovery code)

文件列表:
Code_LowRankSaliency (0, 2013-01-24)
Code_LowRankSaliency\Demo.m (687, 2013-01-24)
Code_LowRankSaliency\edison_matlab_interface (0, 2012-10-09)
Code_LowRankSaliency\edison_matlab_interface\compile_edison_wrapper.m (483, 2007-07-26)
Code_LowRankSaliency\edison_matlab_interface\edge (0, 2012-10-09)
Code_LowRankSaliency\edison_matlab_interface\edge\BgDefaults.h (2332, 2002-04-12)
Code_LowRankSaliency\edison_matlab_interface\edge\BgEdge.cpp (2052, 2011-11-11)
Code_LowRankSaliency\edison_matlab_interface\edge\BgEdge.h (810, 2011-11-11)
Code_LowRankSaliency\edison_matlab_interface\edge\BgEdgeDetect.cpp (39851, 2011-11-11)
Code_LowRankSaliency\edison_matlab_interface\edge\BgEdgeDetect.h (4878, 2011-11-11)
Code_LowRankSaliency\edison_matlab_interface\edge\BgEdgeList.cpp (4784, 2011-11-11)
Code_LowRankSaliency\edison_matlab_interface\edge\BgEdgeList.h (845, 2011-11-11)
Code_LowRankSaliency\edison_matlab_interface\edge\BgGlobalFc.cpp (10590, 2011-11-11)
Code_LowRankSaliency\edison_matlab_interface\edge\BgImage.cpp (7750, 2002-01-18)
Code_LowRankSaliency\edison_matlab_interface\edge\BgImage.h (2045, 2002-01-18)
Code_LowRankSaliency\edison_matlab_interface\edison_wrapper.m (6071, 2007-07-26)
Code_LowRankSaliency\edison_matlab_interface\edison_wrapper_mex.cpp (8891, 2007-07-29)
Code_LowRankSaliency\edison_matlab_interface\edison_wrapper_mex.h (776, 2007-07-29)
Code_LowRankSaliency\edison_matlab_interface\edison_wrapper_mex.mexa64 (115147, 2007-07-29)
Code_LowRankSaliency\edison_matlab_interface\edison_wrapper_mex.mexw32 (61440, 2011-11-11)
Code_LowRankSaliency\edison_matlab_interface\edison_wrapper_mex.opt (43520, 2007-07-26)
Code_LowRankSaliency\edison_matlab_interface\edison_wrapper_mex.pdb (307200, 2007-07-26)
Code_LowRankSaliency\edison_matlab_interface\GUI (0, 2012-10-09)
Code_LowRankSaliency\edison_matlab_interface\GUI\BgImagPGM.cpp (4993, 2003-01-09)
Code_LowRankSaliency\edison_matlab_interface\GUI\BgImagPGM.h (1400, 2002-04-12)
Code_LowRankSaliency\edison_matlab_interface\GUI\BgImagPNM.cpp (4622, 2003-01-09)
Code_LowRankSaliency\edison_matlab_interface\GUI\BgImagPNM.h (1308, 2002-04-12)
Code_LowRankSaliency\edison_matlab_interface\GUI\bgimsystem.cpp (238335, 2007-07-25)
Code_LowRankSaliency\edison_matlab_interface\GUI\bgimsystem.h (25437, 2007-07-25)
Code_LowRankSaliency\edison_matlab_interface\GUI\icons (0, 2012-10-09)
Code_LowRankSaliency\edison_matlab_interface\GUI\icons\arrow.bmp (1478, 2002-01-18)
Code_LowRankSaliency\edison_matlab_interface\GUI\icons\bgimsystem.ico (766, 2002-01-18)
Code_LowRankSaliency\edison_matlab_interface\GUI\icons\caip_logo.bmp (2374, 2002-02-08)
Code_LowRankSaliency\edison_matlab_interface\GUI\icons\chart.ico (766, 2002-01-18)
Code_LowRankSaliency\edison_matlab_interface\GUI\icons\copy.bmp (1478, 2002-01-18)
Code_LowRankSaliency\edison_matlab_interface\GUI\icons\copy.xpm (463, 2002-01-18)
Code_LowRankSaliency\edison_matlab_interface\GUI\icons\cross.bmp (358, 2002-01-18)
Code_LowRankSaliency\edison_matlab_interface\GUI\icons\cut.bmp (1478, 2002-01-18)
Code_LowRankSaliency\edison_matlab_interface\GUI\icons\cut.xpm (447, 2002-01-18)
Code_LowRankSaliency\edison_matlab_interface\GUI\icons\down_arrow.bmp (522, 2002-03-01)
... ...

This is a matlab implementation of the saliency detection method: A Unified Approach to Salient Object Detection via Low Rank Matrix Recovery. Before you use the code, some external matlab code need to be compiled first. Please run edison_matlab_interface/compile_edison_wrapper.m for the comilation of mean shift segmentation. If necessary, please also run matlabPyrTools/MEX/compilePyrTools.m for the steerable pyramid in feature extraction, and put the .mex file in your matlab directory to avoid warnings. The main function of the method is developed in GetSaliencyMap.m, in which the input is an image, and the output is a corresponding saliency map. An example of using the method is also provided in Demo.m, which reads the images from the folder "/images", and saves corresponding saliency maps in "/saliencyMaps". Please cite the following paper when you report the results using the code: Xiaohui Shen and Ying Wu, A Unified Approach to Salient Object Detection via Low Rank Matrix Recovery, CVPR 2012. Any questions please contact Xiaohui Shen at xsh835@eecs.northwestern.edu. ------------------------- The method also used other code provided by other researchers, including the EDISON system for mean shift segmentation[1], the steerable pyramid[2], Gabor filters[3], and the Augmented Lagrange Multiplier (ALM) method for low rank matrix recovery[4]. We thank them for sharing the code, and the copyrights belong to their respective developers. [1]http://coewww.rutgers.edu/riul/research/code/EDISON/index.html [2]http://www.cns.nyu.edu/~eero/steerpyr/ [3]http://www.csse.uwa.edu.au/~pk/research/matlabfns/ [4]http://perception.csl.illinois.edu/matrix-rank/sample_code.html -------------------------

近期下载者

相关文件


收藏者