预览加载中,请您耐心等待几秒...
1/10
2/10
3/10
4/10
5/10
6/10
7/10
8/10
9/10
10/10

亲,该文档总共38页,到这已经超出免费预览范围,如果喜欢就直接下载吧~

如果您无法下载资料,请参考说明:

1、部分资料下载需要金币,请确保您的账户上有足够的金币

2、已购买过的文档,再次下载不重复扣费

3、资料包下载后请先用软件解压,在使用对应软件打开

Abstract 摘要 摘要 图像增强是指依据图像所存在的问题,按特定的需要突出一幅图像中的某些信息,同时,削弱或去除某些冗余信息的处理方法。其主要目的是使得处理后的图像对给定的应用比原来的图像更加有效同时可以有效的改善图像质量。图像增强技术主要包含直方图修改处理、图像平滑化处理、图像尖锐化处理和彩色处理技术等。 图像增强单纯从技术上可分成两大类:一类是频域处理法;一类是空域处理法。频域处理法的采用的是卷积定理,它利用修改图像傅立叶变换的方法实现对图像的增强处理;空域处理法则是对图像中的像素进行直接的处理,大多数是以灰度映射变换为基础的,所用的映射变换取决于增强的目的。 在本论文中,利用Matlab提供的若干函数,用于图像类型的转换。Matlab支持五种图像类型,即二值图像、索引图像、灰度图像、RGB图像和多帧图像阵列。在Matlab中要查询一个图像文件的信息,只要用imfinfo指令加上文件及其完整路径名即可。Matlab提供了两个重要的用于图像文件的读写的指令,分别是从图像文件中读取数据的imread,以及将数据写入到图像文件中的imwrite。至于多个图像的显示,则可分为两个方面:在不同的图形窗口显示不同的图像,可以用figure指令来实现;在同一个图形窗口显示多图,可以用subplot来实现。 关键字:matlab图像增强灰度滤波器电子科技大学毕业论文 Abstract Theimageintensificationisrefersspecificlyaccordingtoneedstohighlightinanimagecertaininformations,simultaneously,weakenstheinformationprocessingmethodwhichorremovescertaindoesnotneed.Afteritsmainpurposeistheprocessingimageismoreeffectivethantocertainspecificapplicationstheoriginalimage.Theimageintensificationtechnologymainlycontainshistogramrevisionprocessing,imagesmoothprocessing,imageintensificationprocessingandthecoloredprocessingtechnologyandsoon. Theimageintensificationtechnologybasicallyseparablebecomestwobigkinds:Onekindisthefrequencyrangeprocessinglaw,onekindistheairzoneprocessinglaw.Thefrequencyrangeprocessingmethodfoundationconvolutesthetheorem.ItusestherevisionimageFouriertransformationthemethodrealizationtoimageenhancementprocessing. Imageofpointoperations,pointoperationswillentertheimagemapfortheoutputimage,outputimageeachpixelgrayvalueonlybythecorrespondinginputpixelvaluedecision.Nonlinearpointoperationscorrespondtonon-linearmappingfunction,mapping,includingthesquareofthetypicalfunctions,logarithmicfunctions,theinterceptionfunction(windowfunction),field-valuedfunctions,suchasmulti-valuequantizationfunction.Thresholdprocessingisthemostcommonpointofanonlinearoperator,itsfunctionistoselectathresholdvalue,theimagebinarization,andthenusetheresultingbinaryimageforimagesegmentationandedgetrackingprocessing. Keyword:theimageintensificationofmatlab、gray、filter 、 武汉科