资源简介
自己试验过啦,效果很好!充分利用了高帽低帽变换的效果,增强图像,效果很好。
代码片段和文件信息
clear all;
close all;%‘Fig2.22(a).jpg‘
a=imread(‘C:\Documents and Settings\Administrator\桌面\49.bmp‘);
[nmp]=size(a);
figuresubplot(121)imshow(a);title(‘原图像‘);
a=double(a);
b=zeros(19);
e=zeros(nm);
f=zeros(nm);
for i=2:(n-1)
for j=2:(m-1)
b(11)=-1+a(i-1j-1);
b(12)=-2+a(i-1j);
b(13)=-3+a(i-1j+1);
b(14)=-4+a(ij-1);
b(15)=-5+a(ij);
b(16)=-6+a(ij+1);
b(17)=-7+a(i+1j-1);
b(18)=-8+a(i+1j);
b(19)=-9+a(i+1j+1);
min=255;
for k=1:9
if b(1k) min=b(1k);
end
end
e(ij)=min;
end
end
for i=2:(n-1)
for j=2:(m-1)
b(11)=1+e(i-1j-1);
b(12)=2+e(i-1j);
b(1
- 上一篇:电力系统经济运行及市场竞价Matlab.zip
- 下一篇:维纳滤波 MATLAB程序
相关资源
- mean_shift_segmentation mean shift图像分割软
- chapter9 图像分割
- Otsus 图像分割
- imagesegmentation 压缩文件里有四种图像
- grabcut_matlab 三种基于GraphCut的图像分割
- levelsetcode_CV 在基于的图像分割方法中
- matting 图像抠图是将图像的目标物体从
- image_processing 本程序是基于Matlab的米粒
- ImageSegament 基于遗传算法的图像分割
- meanshiftsegmentation 均值漂移图像分割测
- LBF “Implicit Active Contours Driven by Loca
- LCV “An efficientlocalChan–Vesemodelforima
- K-mean 基于纹理度量的图像分割
- a-level-set-inariable-distance 李春明提出的
- tuxiangfenge Matlab边缘检测和区域生长图
- Kmeans-MATLAB 该代码能够实现K均值聚类
- MS_MATLAB 2.对图像中的某一点进行平移
- FCM-vs-ESSC 模糊聚类图像分割
- FCMLSM 基于FCM和水平集的图像分割
- MRF-ENCH 基于马尔科夫链的图像分割
- chepaishibie 基于matlab的车牌识别
- area_perimeter-and-aspect-ratio matlab数字图像
- SVM 一些使用支持矢量机进行图像分割
-
MRF-ba
sed-image-segmentation 基于马尔科夫 - svm_tuxiangfenge SVM支持向量机在图像分割
- homework22 图像分割及识别
- EM-MRF-ICM 基于EM-马尔科夫随机场-ICM的
- CVPR12_SAS_code 基于超像素的图像分割程
- MATLAB 各种图像分割算法程序
- denseCRF_matlab-master MIT的nips11文章的ma
评论
共有 条评论