資源簡介
這是context aware saliency detection論文和源代碼。別人上傳的代碼都是經過原作者加密后的.p文件,可以運行,但是無法查看。這個代碼是破解原作者的源代碼,生成.m文件

代碼片段和文件信息
%%?A?script?for?running?saliency?computation
clear?all;
close?all;
%%?load?parameters?and?images
file_names{1}?=?‘bird.jpg‘;
file_names{2}?=?‘003.jpg‘;
MOV?=?saliency(file_names);
%%?display?results
N?=?length(MOV);
for?i=1:N
????figure(i);?clf;
????subplot(121);?imshow(MOV{i}.Irgb);?title(‘Input‘‘fontsize‘16);
????subplot(122);?imshow(MOV{i}.SaliencyMap);?title(‘Saliency?map‘‘fontsize‘16);
end????
????
????
????
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件??????52874??2009-01-07?20:27??saliency?detection\code\003.jpg
?????文件??????69580??2011-12-02?00:42??saliency?detection\code\ann_mex.mexa64
?????文件??????68632??2011-03-24?20:25??saliency?detection\code\ann_mex.mexmaci64
?????文件??????53248??2007-08-11?03:35??saliency?detection\code\ann_mex.mexw32
?????文件??????49152??2008-12-25?03:11??saliency?detection\code\ann_mex.mexw64
?????文件?????358658??2009-10-20?19:27??saliency?detection\code\bird.jpg
?????文件????????454??2010-06-22?21:26??saliency?detection\code\run_saliency.m
?????文件??????27663??2017-08-23?17:09??saliency?detection\code\saliency.m
?????文件????2778051??2017-08-23?19:25??saliency?detection\Context-Aware?Saliency?Detection.pdf
?????目錄??????????0??2017-08-23?19:26??saliency?detection\code
?????目錄??????????0??2017-08-23?19:26??saliency?detection
-----------?---------??----------?-----??----
??????????????3458312????????????????????11
評論
共有 條評論