资源描述:
《数字图像处理论文毕业设计(doc毕业设计论文)》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、摘要边缘检测技术对于处理数字图像非常重要,因为边缘是所要提取目标和背景的边界线,提取出边缘才能将目标和背景区分开来。在图像中,边界所分开区域的内部特征或属性是一致的,而不同区域内部的特征或属性是一致的,而不同区域内部的特征或属性是不同的,边缘的检测正是利用物体和背景在某种图像差异来实现的,这些差异包括灰度、颜色或纹理特征。边缘检测实际上就是检测图像特性发生变化的位置。本文主要阐述基于Matlab的图像边缘检测技术。论述以Matlab为开发平台和编程语言,设计出图像边缘检测软件。首先设计了图形用户界面GUIDE,作为图像边缘检测软件的主界面,然后比较了各
2、种图像边缘检测算子的特点,结合人像图,文字图,分形图来说明这些算子的定位性;结合加噪图片来说明各算子的稳定性。在图形用户界面中添加了与各种算子相对应的处理程序,以及图形文件的获取、保存等功能,完成了图像边缘检测软件。最终的图形界面可实现打开图片并对其进行边缘处理,并可将处理好的图片保存。本论文的安排组织如下:第一章主要介绍图像边缘处理的意义。第二章主要介绍本论文软件平台的选择。第三章主要介绍一些常用边缘算子的原理。第四章通过实例分析了各种算子的优缺点,借助Matlab中的GUI设计了图像边缘检测界面,并在GUI界面中完成了对各种算子的调用,最终完成了基
3、于MATLAB的图形化图像边缘检测软件。关键词:图像边缘处理MATLABGUILog算子Canny算子AbstractEdgedetectiontechniqueforprocessingdigitalimagesisimportantbecausetheedgeisextractedbythetargetandthebackgroundtotheboundaryline,extracttheedgeofthetargetandbackgroundcanbedistinguished.Intheimage,separatedbytheborderreg
4、ionsoftheinternalcharacteristicsorattributesarethesame,butdifferentcharacteristicsorattributeswithintheregionarethesame,butdifferentcharacteristicswithintheregionorpropertyisdifferent,edgedetectionistheuseofobjectandbackgroundimagesinsomekindofdifferencetoachieve,thesedifference
5、sincludegrayscale,colorortexturefeatures.Detectionofedgedetectionisactuallythelocationoftheimagecharacteristicstochange.ThisarticlediscussestheMatlab-basedimageedgedetection.DiscussedinMatlabasthedevelopmentplatformandprogramminglanguage,designededgedetectionsoftware.First,thede
6、signofthegraphicaluserinterfaceGUIDE,edgedetectionsoftwareasthemaininterface,thencompareavarietyofedgedetectionoperator,combiningtheportraitmaps,textmaps,fractalimagestoillustratethepositioningoftheseoperators;combinedincreasenoiseimagestoillustratethestabilityoftheoperator.Addi
7、nthegraphicaluserinterfacewithavarietyofoperatorscorrespondingtotheprocessingprocedures,andgraphicsfilesfortheacquisition,preservationandotherfunctions,thecompletionoftheimageedgedetectionsoftware.Thefinalgraphicalinterfaceallowstheedgetoopenthepictureanditstreatment,andmaywells
8、avethepictureprocessing.Arrangementofthispaperi