资源简介
显著性检测经典论文:Context-Aware Saliency Detection 自己编写的matlab代码实现,包扩所有函数
代码片段和文件信息
function [ img_out ] = Center_weight( img_inyu_value )
%UNtitleD Summary of this function goes here
% Detailed explanation goes here
img_in=mat2gray(img_in);
[hw]=size(img_in);
[rowcol]=find(img_in>yu_value);%找到所有大于阈值的点,记录坐标
l=length(row);
a(1:)=row;
a(2:)=col;
for i0=1:h
for j0=1:w
for i=1:l
c_store(i)=norm(a(:i)-[i0;j0]);
end
min_c(i0j0)=min(c_store);
end
end
min_c_rang=mat2gray(min_c);
img_out=img_in.*(1-min_c_rang);
end
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 52874 2009-01-07 20:27 context aware saliency detection 副本\003.jpg
文件 358658 2009-10-20 19:27 context aware saliency detection 副本\bird.jpg
文件 542 2014-03-21 00:25 context aware saliency detection 副本\Center_weight.m
文件 3351 2014-03-22 19:35 context aware saliency detection 副本\distanceValueMap_search_onescale.m
文件 670 2014-03-20 00:50 context aware saliency detection 副本\gaussianSmooth.m
文件 1965 2014-03-20 15:31 context aware saliency detection 副本\get4Scale.m
文件 1552 2014-03-16 14:20 context aware saliency detection 副本\Lab2RGB.m
文件 1888 2014-04-08 15:02 context aware saliency detection 副本\maintest1.m
文件 1430 2014-03-20 23:42 context aware saliency detection 副本\pre_rgb2lab.m
文件 1743 2014-03-16 14:17 context aware saliency detection 副本\RGB2Lab.m
文件 4056 2014-03-23 13:52 context aware saliency detection 副本\distanceValueMap_search_onescale_2.m
目录 0 2014-03-22 16:00 context aware saliency detection 副本
----------- --------- ---------- ----- ----
428729 12
- 上一篇:基于全局的显著性
- 下一篇:最小二乘辨识算法(matlab程序)
相关资源
- 图像显著性检测
- 显著性检测SWD--Matlab
- 显著性检测SIM算法--Matlab
- 显著性检测SR算法--Matlab
- 显著性检测CA算法--Matlab
- 自己写的GBVS(matlab代码)非常简单简
- crf图像显著性检测
- Shape Context(matlab)
- 显著性检测PR曲线
- 图像显著性检测算法
- CA显著性检测算法matlab可运行代码.z
- 显著性检测代码
-
context-aware-saliency-detection 论文<
- gbvs 二维图像视觉显著性检测
- Shape-Context
- SUN-saliency
- SR 侯晓迪的显著性检测模型SR的matla
- HC 本代码是程明明2011发表的文章 基于
- Context-aware-saliency-detection 基于上下文
评论
共有 条评论