资源描述:
《数字图像的边缘检测毕业论文》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、内蒙古科技大学毕业设计说明书(毕业论文)摘要数字图像的轮廓提取是数字图像处理中的一个重要方面,目的是在一幅图像中提取对象的外部轮廓,为下一步的形状分析和目标识别做准备,是许多有关图像研究的重要中间环节。本文讲述了怎样对数字图像进行简单的轮廓提取,包括图像的预处理过程和轮廓提取的一般方法。首先要对原始图像进行预处理,处理方法主要有图像平滑、中值滤波、梯度锐化和拉普拉斯锐化等。图像平滑处理能去除部分噪声干扰,但同时也弱化了图像的边缘轮廓,而中值滤波处理去除噪声的效果相对来说要好。梯度锐化、拉普拉斯锐化等处理方法能增强图像的边缘轮廓,也相对的弱化了噪声对轮廓提取的干扰。通过对图像进行一些预处理后,
2、就可以用不同的边缘检测算法检测出不同图像的边缘轮廓,然后通过软件实现掏空目标区域的内部点,来提取出图像的轮廓。从图像中提取出来的轮廓可以用于进一步的图像识别、数学特征计算等研究。它的应用是很广泛的,比如医学图像、电影、电视、出版物、摄影等等。本文是基于VisualC++环境实现的数字图像的轮廓提取,所用编程工具为VisualStudio2005,它能帮助用户直观的、可视地设计程序的用户界面,可以方便的编写和管理各种类,维护程序源代码,因此能有效的提高开发效率。关键词:图像预处理;边缘检测;轮廓提取II内蒙古科技大学毕业设计说明书(毕业论文)AbstractDigitalimageproces
3、singcontourextractionisanimportantaspectinDigitalImageProcessing.It’spurposeistoextractobjectsinanimageoftheexternalcontour.Preparingforthenextshapeanalysisandobjectrecognition.It’stheimageofmanyoftheimportantintermediatelinks.Thisarticledescribeshowtoextractthecontourofdigitalimagessimply.Includin
4、gimagepre-processingprocess,andthegeneralcontourextractionmethod.Firstofallistheoriginalimagepre-processing.TreatmentmethodshaveImagesmoothing,medianfiltering,gradientsharpeningandLaplaciansharpeningetc.Imagesmoothingcouldremovepartofthenoise,Butitalsoweakenedtheimageedges,andmedianfilteringcanremo
5、venoisebetter.GradientsharpeningandLaplaciansharpeningcanenhancetheimageedges,theyalsohavearelativeweakeningoftheinterferencenoiseonthecontourextraction.Aftersomepre-processingstothedigitalimage,wecanusedifferentedgedetectionalgorithmstodetectdifferentegdeofimages,thenemptingtheinternalpointoftheta
6、rgetareatoextractthecontourofimages.Contoursextractedfromthefeaturecanbeusedforfurtherimagerecognition,mathematicalcalculationofcharacteristic.Itsapplicationisverybroad,suchasmedicalimages,movies,television,publications,photography,etc.ThisarticleisbasedonVisualC++implementationofthedigitalimagecon
7、tourextraction.ProgrammingtoolusedtoVisualStudio2005.Theycanhelptodesigntheuserinterfaceofaprocessintuitiveandvisually,topreparateandmanageclasseseasily,andtomaintaintheprogramsource.Therefore,toimprovethed