资源简介
论文<>的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
文件 4056 2014-03-23 13:52 context aware saliency detection 副本\distanceValueMap_search_onescale_2.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
文件 1854 2014-09-11 16:36 context aware saliency detection 副本\maintest1.asv
文件 1854 2014-09-11 16:36 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
目录 0 2014-09-11 16:28 context aware saliency detection 副本
----------- --------- ---------- ----- ----
430549 13
相关资源
- Image Forgery Detection 定位出JPEG重压缩图
- shadow_detective CVPR2011论文“Single-Image
- 弱小目标检测与跟踪 (Small Target De
- PPG-heart-rate-detection- PPG心率检测文档
- 前景检测程序(Foreground-detection-proc
- traffic-sign-detection 使用matlab对交通标志
- 提取图像中河流和道路 Line-detection
- QRSdetection 心电信号QRS复波实时检测代
- fusion_change_detection SAR图像变化检测代
- MotionDetection 静止背景下运动目标检测
- edge_detection 利用小波边缘检测算法实
- image-fusion-and-detection-on-curvelet-wavelet
- copy-and-paste-detection
- MutiTargetDetection 多目标检测与跟踪算法
-
saliency-ob
ject-or-region-detection 该文件 - surface-quality-detection 用matlab实现的表面
- gbvs 静态图像显著性分析程序
- Pedestrian-Detection 一个简单的基于HOG的
- Ship-detection 复杂杂波背景下
- MIMO_detection MIMO系统的几种检测方案
- Matlab-edge-detection-operator
- sar-edge-detection sar 图像边缘检测算子
- ber_linear_detection MIMO系统线性检测算法
- Motion_detect_with_RGBshadow_remove 利用背景
- Moving-target-detection 运动目标检测的一
- ChangeDetectionPCAkMeans 用于变化检测的方
- HC-visual-detection-by-matlab 本资源是清华
- Itti-saliency itti算法进行感兴趣区域的
- matlab-face-detection pca+svm 与pca +adaboost
- PCA-Face-detection-and-recognition PCA 人脸检
评论
共有 条评论