資源描述:
《matlab中圖像增強技術的實現(xiàn)-數(shù)字圖像處理課程設計》由會員上傳分享,免費在線閱讀,更多相關內容在教育資源-天天文庫。
1、摘要摘要圖像增強是指依據(jù)圖像所存在的問題,按特定的需要突出一幅圖像中的某些信息,同時,削弱或去除某些冗余信息的處理方法。其主要目的是使得處理后的圖像對給定的應用比原來的圖像更加有效同時可以有效的改善圖像質量。圖像增強技術主要包含直方圖修改處理、圖像平滑化處理、圖像尖銳化處理和彩色處理技術等。圖像增強單純從技術上可分成兩大類:一類是頻域處理法;一類是空域處理法。頻域處理法的采用的是卷積定理,它利用修改圖像傅立葉變換的方法實現(xiàn)對圖像的增強處理;空域處理法則是對圖像中的像素進行直接的處理,大多數(shù)是以灰度映射變換為基
2、礎的,所用的映射變換取決于增強的目的。在本論文中,利用Matlab提供的若干函數(shù),用于圖像類型的轉換。Matlab支持五種圖像類型,即二值圖像、索引圖像、灰度圖像、RGB圖像和多幀圖像陣列。在Matlab中要查詢一個圖像文件的信息,只要用imfinfo指令加上文件及其完整路徑名即可。Matlab提供了兩個重要的用于圖像文件的讀寫的指令,分別是從圖像文件中讀取數(shù)據(jù)的imread,以及將數(shù)據(jù)寫入到圖像文件中的imwrite。至于多個圖像的顯示,則可分為兩個方面:在不同的圖形窗口顯示不同的圖像,可以用figure指
3、令來實現(xiàn);在同一個圖形窗口顯示多圖,可以用subplot來實現(xiàn)。關鍵字:matlab圖像增強灰度濾波器37電子科技大學畢業(yè)論文AbstractTheimageintensificationisrefersspecificlyaccordingtoneedstohighlightinanimagecertaininformations,simultaneously,weakenstheinformationprocessingmethodwhichorremovescertaindoesnotneed.Afte
4、ritsmainpurposeistheprocessingimageismoreeffectivethantocertainspecificapplicationstheoriginalimage.Theimageintensificationtechnologymainlycontainshistogramrevisionprocessing,imagesmoothprocessing,imageintensificationprocessingandthecoloredprocessingtechnol
5、ogyandsoon.Theimageintensificationtechnologybasicallyseparablebecomestwobigkinds:Onekindisthefrequencyrangeprocessinglaw,onekindistheairzoneprocessinglaw.Thefrequencyrangeprocessingmethodfoundationconvolutesthetheorem.ItusestherevisionimageFouriertransforma
6、tionthemethodrealizationtoimageenhancementprocessing.Imageofpointoperations,pointoperationswillentertheimagemapfortheoutputimage,outputimageeachpixelgrayvalueonlybythecorrespondinginputpixelvaluedecision.Nonlinearpointoperationscorrespondtonon-linearmapping
7、function,mapping,includingthesquareofthetypicalfunctions,logarithmicfunctions,theinterceptionfunction(windowfunction),field-valuedfunctions,suchasmulti-valuequantizationfunction.Thresholdprocessingisthemostcommonpointofanonlinearoperator,itsfunctionistosele
8、ctathresholdvalue,theimagebinarization,andthenusetheresultingbinaryimageforimagesegmentationandedgetrackingprocessing.Keyword:theimageintensificationofmatlab、gray、filter、37武漢科技大學中南分校大學畢業(yè)論文目錄摘要IABSTRACT