欢迎来到天天文库
浏览记录
ID:8778340
大小:1.54 MB
页数:39页
时间:2018-04-07
《matlab中图像增强技术的实现毕业论文》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、摘要摘要图像增强是指依据图像所存在的问题,按特定的需要突出一幅图像中的某些信息,同时,削弱或去除某些冗余信息的处理方法。其主要目的是使得处理后的图像对给定的应用比原来的图像更加有效同时可以有效的改善图像质量。图像增强技术主要包含直方图修改处理、图像平滑化处理、图像尖锐化处理和彩色处理技术等。图像增强单纯从技术上可分成两大类:一类是频域处理法;一类是空域处理法。频域处理法的采用的是卷积定理,它利用修改图像傅立叶变换的方法实现对图像的增强处理;空域处理法则是对图像中的像素进行直接的处理,大多数是以灰度映射变换为基础的,所用的映射变换取决于增强的目的。在本论文中,利用
2、Matlab提供的若干函数,用于图像类型的转换。Matlab支持五种图像类型,即二值图像、索引图像、灰度图像、RGB图像和多帧图像阵列。在Matlab中要查询一个图像文件的信息,只要用imfinfo指令加上文件及其完整路径名即可。Matlab提供了两个重要的用于图像文件的读写的指令,分别是从图像文件中读取数据的imread,以及将数据写入到图像文件中的imwrite。至于多个图像的显示,则可分为两个方面:在不同的图形窗口显示不同的图像,可以用figure指令来实现;在同一个图形窗口显示多图,可以用subplot来实现。关键字:matlab图像增强灰度滤波器39电
3、子科技大学毕业论文AbstractTheimageintensificationisrefersspecificlyaccordingtoneedstohighlightinanimagecertaininformations,simultaneously,weakenstheinformationprocessingmethodwhichorremovescertaindoesnotneed.Afteritsmainpurposeistheprocessingimageismoreeffectivethantocertainspecificapplicatio
4、nstheoriginalimage.Theimageintensificationtechnologymainlycontainshistogramrevisionprocessing,imagesmoothprocessing,imageintensificationprocessingandthecoloredprocessingtechnologyandsoon.Theimageintensificationtechnologybasicallyseparablebecomestwobigkinds:Onekindisthefrequencyrangep
5、rocessinglaw,onekindistheairzoneprocessinglaw.Thefrequencyrangeprocessingmethodfoundationconvolutesthetheorem.ItusestherevisionimageFouriertransformationthemethodrealizationtoimageenhancementprocessing.Imageofpointoperations,pointoperationswillentertheimagemapfortheoutputimage,output
6、imageeachpixelgrayvalueonlybythecorrespondinginputpixelvaluedecision.Nonlinearpointoperationscorrespondtonon-linearmappingfunction,mapping,includingthesquareofthetypicalfunctions,logarithmicfunctions,theinterceptionfunction(windowfunction),field-valuedfunctions,suchasmulti-valuequant
7、izationfunction.Thresholdprocessingisthemostcommonpointofanonlinearoperator,itsfunctionistoselectathresholdvalue,theimagebinarization,andthenusetheresultingbinaryimageforimagesegmentationandedgetrackingprocessing.Keyword:theimageintensificationofmatlab、gray、filter、39武汉科技大学中南分校大学毕业论文毕
8、业设计(论文)原创性声明
此文档下载收益归作者所有