资源简介
显著性检测经典论文Learning to Detect A Salient Object的源码
代码片段和文件信息
% Author: Vicente Ordonez
% Stony Brook University - State University of New York
%
% This code implements my version of the salient object detector first
% presented by Microsoft Research Asia in:
% “Tie Liu Jian Sun Nan-Ning Zheng Xiaoou Tang and Heung-Yeung Shum.
% Learning to Detect A Salient object. In Proc. IEEE CVPR 2007“
%
% Execute this README.m file to get a sample result.
%
addpath(genpath(pwd));
%vl_setup
image = imread(‘H:\毕设_基于视觉显著性红外行人检测\picture\6.bmp‘);
%image = imread(‘1.bmp‘);
image = rescale_max_size(image 200);
%imshow(image);
% Visual saliency using the MSRA Salient object Detection.
fprintf(‘Calculating saliency map...\n‘); tic
% Compute features.
[contrast_map center_surround_map color_spatial_map] = ...
extract_salient_feat
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 330678 2014-10-15 15:46 code______2007_CVPR__Learning to Detect A Salient ob
文件 12878 2014-10-16 15:55 code______2007_CVPR__Learning to Detect A Salient ob
文件 1036854 2014-05-05 14:51 code______2007_CVPR__Learning to Detect A Salient ob
文件 244 2006-02-02 16:17 code______2007_CVPR__Learning to Detect A Salient ob
文件 857 2006-07-14 14:06 code______2007_CVPR__Learning to Detect A Salient ob
文件 469 2006-07-14 14:06 code______2007_CVPR__Learning to Detect A Salient ob
文件 469 2006-07-14 14:04 code______2007_CVPR__Learning to Detect A Salient ob
文件 670 2006-07-14 14:04 code______2007_CVPR__Learning to Detect A Salient ob
文件 24 2006-07-14 14:04 code______2007_CVPR__Learning to Detect A Salient ob
文件 51 2006-07-14 14:04 code______2007_CVPR__Learning to Detect A Salient ob
文件 86 2005-11-19 12:48 code______2007_CVPR__Learning to Detect A Salient ob
文件 734 2006-05-09 12:22 code______2007_CVPR__Learning to Detect A Salient ob
文件 129 2006-02-05 21:44 code______2007_CVPR__Learning to Detect A Salient ob
文件 1740 2006-05-09 12:21 code______2007_CVPR__Learning to Detect A Salient ob
文件 748 2006-07-06 08:42 code______2007_CVPR__Learning to Detect A Salient ob
文件 748 2006-05-09 13:12 code______2007_CVPR__Learning to Detect A Salient ob
文件 690 2006-05-09 12:23 code______2007_CVPR__Learning to Detect A Salient ob
文件 376 2006-05-09 12:24 code______2007_CVPR__Learning to Detect A Salient ob
文件 794 2009-12-09 05:16 code______2007_CVPR__Learning to Detect A Salient ob
文件 760 2006-05-09 12:24 code______2007_CVPR__Learning to Detect A Salient ob
文件 258 2006-05-09 12:25 code______2007_CVPR__Learning to Detect A Salient ob
文件 831 2006-05-09 12:25 code______2007_CVPR__Learning to Detect A Salient ob
文件 2041 2006-07-10 22:15 code______2007_CVPR__Learning to Detect A Salient ob
文件 2027 2006-05-09 12:25 code______2007_CVPR__Learning to Detect A Salient ob
文件 2033 2006-07-10 22:15 code______2007_CVPR__Learning to Detect A Salient ob
文件 213 2006-07-14 14:06 code______2007_CVPR__Learning to Detect A Salient ob
文件 112 2006-07-14 14:06 code______2007_CVPR__Learning to Detect A Salient ob
文件 112 2006-07-14 14:05 code______2007_CVPR__Learning to Detect A Salient ob
文件 169 2006-07-14 14:05 code______2007_CVPR__Learning to Detect A Salient ob
文件 32 2006-07-14 14:04 code______2007_CVPR__Learning to Detect A Salient ob
............此处省略1780个文件信息
- 上一篇:windPMSG 风机全功率模型
- 下一篇:mine
评论
共有 条评论