資源簡介
經典視覺顯著性算法AC的Matlab代碼以及可執行文件。
代碼片段和文件信息
%---------------------------------------------------------
%?Copyright?(c)?2010?Radhakrishna?Achanta?[EPFL]
%?Contact:?firstname.lastname@epfl.ch
%---------------------------------------------------------
%?Citation:
%?@InProceedings{Achanta_Saliency_ICVS_2008
%????author??????=?{Achanta?Radhakrishna?and?Extrada?Francisco?and?S黶strunk?Sabine}
%????booktitle???=?{{I}nternational?{C}onference?on?{C}omputer
%??????????????????{V}ision?{S}ystems}
%????year????????=?2008
%?}
%---------------------------------------------------------
%
%
%---------------------------------------------------------
%?Read?image
%---------------------------------------------------------
img?=?imread(‘input_image.jpg‘);%Provide?input?image?path
dim?=?size(img);
width?=?dim(2);height?=?dim(1);
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????2755??2020-11-30?21:06??AC.m
?????文件????????1037??2020-11-30?21:06??SalientRegionDetector\README.txt
?????文件??????249856??2020-11-30?21:06??SalientRegionDetector\SalientRegionDetector.exe
評論
共有 條評論