资源简介

经典视觉显著性算法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

评论

共有 条评论