SMD-Saliency

所属分类:图形图像处理
开发工具:matlab
文件大小:1883KB
下载次数:28
上传日期:2017-10-05 20:50:06
上 传 者BrokenMoon
说明:  图像显著性分割,运用SMD方法,能寻找图像中显著性区域进行分割
(Using the SMD method, we can find the significant areas in the image.)

文件列表:
DEMO (0, 2016-01-08)
DEMO\compile.m (383, 2015-01-20)
DEMO\demo.m (3358, 2016-01-08)
DEMO\Dependencies (0, 2016-01-08)
DEMO\Dependencies\ComputeSaliency.m (4461, 2016-01-08)
DEMO\Dependencies\createIndexTree (0, 2016-01-08)
DEMO\Dependencies\createIndexTree\ComputeFeatDistMat.m (411, 2014-08-25)
DEMO\Dependencies\createIndexTree\ComputeWeightOnEdge.m (479, 2015-01-22)
DEMO\Dependencies\createIndexTree\CreateIndexTree.m (540, 2015-01-22)
DEMO\Dependencies\createIndexTree\GetFstSndReachMat.m (1758, 2015-01-20)
DEMO\Dependencies\createIndexTree\multi-segmentation (0, 2016-01-08)
DEMO\Dependencies\createIndexTree\multi-segmentation\disjoint-set.h (2122, 2014-07-15)
DEMO\Dependencies\createIndexTree\multi-segmentation\mexMergeAdjRegs_Felzenszwalb.cpp (2154, 2014-08-30)
DEMO\Dependencies\createIndexTree\multi-segmentation\mexMergeAdjRegs_Felzenszwalb.mexa64 (14055, 2014-08-27)
DEMO\Dependencies\createIndexTree\multi-segmentation\mexMergeAdjRegs_Felzenszwalb.mexw32 (11776, 2015-01-22)
DEMO\Dependencies\createIndexTree\multi-segmentation\mexMergeAdjRegs_Felzenszwalb.mexw64 (13312, 2016-01-08)
DEMO\Dependencies\createIndexTree\multi-segmentation\new-segment-graph.h (2292, 2014-07-15)
DEMO\Dependencies\evaluation-Parfor (0, 2016-01-08)
DEMO\Dependencies\evaluation-Parfor\AUC_Borji.m (3071, 2014-11-11)
DEMO\Dependencies\evaluation-Parfor\CalAUCScore.m (1083, 2015-01-21)
DEMO\Dependencies\evaluation-Parfor\CalMeanFmeasure.m (1792, 2015-01-21)
DEMO\Dependencies\evaluation-Parfor\CalMeanMAE.m (655, 2014-10-21)
DEMO\Dependencies\evaluation-Parfor\CalMeanWF.m (1345, 2015-01-22)
DEMO\Dependencies\evaluation-Parfor\CalOverlapRatio.m (1046, 2014-11-02)
DEMO\Dependencies\evaluation-Parfor\CalOverlap_Batch.m (1325, 2015-01-21)
DEMO\Dependencies\evaluation-Parfor\CalPR.m (1582, 2014-11-03)
DEMO\Dependencies\evaluation-Parfor\CalPreRec.m (942, 2014-11-02)
DEMO\Dependencies\evaluation-Parfor\CalPreRecCurve.m (1339, 2014-11-11)
DEMO\Dependencies\evaluation-Parfor\CalROC.m (992, 2014-11-11)
DEMO\Dependencies\evaluation-Parfor\CalROCCurve.m (1258, 2014-10-31)
DEMO\Dependencies\evaluation-Parfor\DrawPRCurve.m (1415, 2015-01-21)
DEMO\Dependencies\evaluation-Parfor\EvaluateMetrics_HuaizuJiang.m (5521, 2016-01-08)
DEMO\Dependencies\evaluation-Parfor\Fmeasure.m (1420, 2014-11-02)
DEMO\Dependencies\evaluation-Parfor\MAE2.m (960, 2014-11-02)
DEMO\Dependencies\evaluation-Parfor\WFb.m (1864, 2014-11-03)
DEMO\Dependencies\extractFeatures (0, 2016-01-08)
DEMO\Dependencies\extractFeatures\edison_matlab_interface (0, 2016-01-08)
DEMO\Dependencies\extractFeatures\edison_matlab_interface\compile_edison_wrapper.m (483, 2007-07-26)
DEMO\Dependencies\extractFeatures\edison_matlab_interface\edge (0, 2016-01-08)
... ...

This package contains our implementation for: "Salient Object Detection via Structured Matrix Decomposition" =========================================================================== *** The code is run on MATLAB R2012a-2014a on Windows 7 or Linux - 32/*** bit. Usage: >> put the input images into file '\INPUT_IMG' >> put the groundtruth images into file '\GROUND_TRUTH' >> run 'compile.m' >> run 'demo.m' >> the output saliency maps are stored in the file '\SAL_MAP' >> the evaluation results are stored in the file '\results' =========================================================================== Reference: [1] H. Peng, B. Li, R. Ji, W. Hu, W. Xiong, and C. Lang, Salient object detection via low-rank and structured sparse matrix decomposition, in AAAI, 2013. [2] X. Shen and Y. Wu, A unified approach to salient object detection via low rank matrix recovery, in CVPR, 2012, pp. 2296~2303. [3] P. Felzenszwalb and D. Huttenlocher, Efficient graph-based image segmentation,± International Journal of Computer Vision, vol. 59, no. 2, pp. 167~181, 2004. [4] W. Zhu, S. Liang, Y. Wei, and J. Sun, Saliency optimization from robust background detection, CVPR, Columbus, OH, USA, June 23-28, 2014, 2014, pp. 2814~2821. =========================================================================== Q&A: Q: Running Error: undefined funtion or variable "graphallshortestpaths" A: graphallshortestpaths is a function to compute the shortest path on a graph. This function is included in Matlab Bioinformatics Toolbox. If you do not install this toolbox, this error will be pop out. So, the solution is to install/add the toolbox into your Matlab. Q: The results in terms of AUC are not consistent to ones reported in http://arxiv.org/pdf/1410.5926v1.pdf A: We analyze the AUC measure implementation in the above paper, and find that their implementation is a little different from ours, so the results are not consistent. The main difference is that our AUC measure eliminates the influence of center bias, which is shown to have an important effect on the final performance. In order to reduce the impact of the inconsistency, we include these two kinds of AUC implementations into the released source code (See /Dependencies/evaluation-Parfor/ReadMe.txt and EvaluateMetrics_HuaizuJiang.m).

近期下载者

相关文件


收藏者