资源描述:
《图像处理实验图像增强试验报告》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、实验六图像增强一、实验目的1.使学生掌握图像的平滑、中值滤波、图像的锐化的理论基础及其算法实现;2.使学生掌握模板技术及应用;二、图像增强处理函数1.变换增强函数:对比度调整函数:imadjust函数g=iinadjust();J=imadjust(I,[low_inhigh_in],[low一outhigh_out],gamma)例子:I=imread(’rice.png');J=imadjust(I,[0.150.9],[01]);imshow(J)figure,imhist(J,64)命iggure■冋X1-2-3-4-5-6clc:clea
2、rall:I=imread(rice.png?);J=imadjust(I,[0.150.9],[01]);imshow(J)figure,imhist(Jj64)Dc^H畳叹叹□BEile£dityiewInsertToolsHesktopWindowHelp例子:2[X,map]=imread(’forest.tif)I=ind2gray(X,map);J=imadjust(I,[],[],0.5);imshow(I)figure,imshow(J)tHerinserttoolsiRsKtopUnder*HelprQO&吸玫□0□U®W当RAA
3、(z攻长LI£d[•UJg=imcomplement();求反g=intrans();g=gscaleO;g=gscale(I,’full8’);或者’full16’,’minmax’1.直方阁均衡化函数:g=histeqO;J=histeq(I,hgram)J=histeq(I,n)[J,T]=histeq(I”")newmap=histeq(X,map,hgram)newmap=histeq(X,map)[newmap,T]=histeq(X”")例子:I=imread('tire.tif);J=histeq(I);imshow(I)figur
4、e,imshow(J)imhist(I,64)figure;imhist(J,64)2.线性空间滤波函数w=fspecial();h=fspecial(type)h=fspecicil(type,parameters)h=fspecial(’average’,hsize)h=fspecial(’disk’,radius)h=fspecialCgaussian’,hsize,sigma)h=fspecial(’laplacian’,alpha)h=fspecialClog’,hsize,sigma)h=fspecial(’motion’,len,th
5、eta)h=tHerinserttoolsiRsKtopUnder*HelprQO&吸玫□0□U®W当RAA(z攻长LI£d[•UJg=imcomplement();求反g=intrans();g=gscaleO;g=gscale(I,’full8’);或者’full16’,’minmax’1.直方阁均衡化函数:g=histeqO;J=histeq(I,hgram)J=histeq(I,n)[J,T]=histeq(I”")newmap=histeq(X,map,hgram)newmap=histeq(X,map)[newmap,T]=histeq
6、(X”")例子:I=imread('tire.tif);J=histeq(I);imshow(I)figure,imshow(J)imhist(I,64)figure;imhist(J,64)2.线性空间滤波函数w=fspecial();h=fspecial(type)h=fspecicil(type,parameters)h=fspecial(’average’,hsize)h=fspecial(’disk’,radius)h=fspecialCgaussian’,hsize,sigma)h=fspecial(’laplacian’,alpha)
7、h=fspecialClog’,hsize,sigma)h=fspecial(’motion’,len,theta)h=tHerinserttoolsiRsKtopUnder*HelprQO&吸玫□0□U®W当RAA(z攻长LI£d[•UJg=imcomplement();求反g=intrans();g=gscaleO;g=gscale(I,’full8’);或者’full16’,’minmax’1.直方阁均衡化函数:g=histeqO;J=histeq(I,hgram)J=histeq(I,n)[J,T]=histeq(I”")newmap=hi
8、steq(X,map,hgram)newmap=histeq(X,map)[newmap,T]=histeq(X”")例子