资源描述:
《图像中边缘检测的算法及实现》由会员上传分享,免费在线阅读,更多相关内容在教育资源-天天文库。
1、天津职业技术师范大学TianjinUniversityofTechnologyandEducation毕业设计专业:电子信息工程班级学号:0803-14学生姓名:阮敏指导教师:曹继华教授二○一二年六月天津职业技术师范大学本科生毕业设计图像中边缘检测的算法实现RealizetheMethodofImageEdgeDetection专业班级:电信0803学生姓名:阮敏指导教师:曹继华教授系别:电子工程学院2012年6月摘要随着计算机技术的高速发展,数字图像技术在生活的各个领域得以广泛运用,图像边缘检测技术则是数字图像处理和计算机领域最重要的技术之一
2、。边缘是图像最基本的特征,包含图像中用于识别的有用信息,边缘检测是数字图像处理中基础而又重要的内容。边缘检测的目的是标识数字图像中灰度变化明显点,而导数正好能反映图像灰度变化的显著程度,因而许多方法利用导数来检测边缘。梯度算子简单有效,LOG算法和Canny算法边缘检测器能产生较细的边缘。作为本文的重点边缘检测算法,该文首先介绍了常用的边缘检测算子有Roberts算子、Canny算子、Prewitt算子、Sobel算子、LOG算子,接着从这些方法出发深入的研究了图像边缘检测的内在含义。新算法从数字图像最基本的像素点出发,依据图像边缘的定义,从行
3、和列两个方向近行检测。通过对算法中的几个阀值的调整,可以按照需要得到简单或者复杂的边缘图像,并且算法在局部操作上也具备一定的优势。在分析其算法思想和流程的基础上,利用MATLAB对这5种算法进行了仿真实验,分析了各自的性能和算法特点,比较边缘检测效果并给出了各自的适用范围。从中能够看出,对这一课题的研究不仅在理论方面丰富了图像边缘检测的内容,并且在实际应用中也有其重要的意义。关键词:图像处理;边缘检测;算法;MATLABIABSTRACTWiththerapiddevelopmentofcomputertechnology,digitalima
4、geprocessinghasbecomeanemergingdisciplineandhasbeenwidelyappliedinvariousfields.Theimageedgedetectiontechnologyisoneofthemostimportanttechnologiesinthedigitalimageprocessingandcomputervision.Edgeisthebestbasiccharacteristicsofimage,whichisincludedinimageandusedtorecognisesom
5、eusefulinformation.Theedgedetectiontechniquesarethebasicandimportantsegmentationindigitalimageprocessing.Thepurposeofedgedetectionistomarktheimagepointsthatchangesignificantlyinintensity.Sincederivativecouldreflectthesignificantdegreeofimageintensitychanges,derivativeisusedt
6、osolvetheproblemofedgedetectioninmanyresearched.Fivetypicaledgedetectionalgorithmsbasedonderivatives(Robets,Canny,Prewitt,Sobel,Log,)areanalyzedthoroughlyinaspectsofideaandflow.Gradientoperatorisbriefandeffective.EdgedetectorcanproducethinneredgewithLOGoperatorandCannyoperat
7、or.Asthemainalgorithmofedgedetectioninthethesis,first,itintroducedsomecommonlyusedoperatorsofedgedetection,suchasRobertsoperator,Cannyoperator,Prewittoperator,SobeloperatorandLOGoperatorThen,wecanusethesemethodstostudytheintrinsicmeaningofimageadgedetectiondeeply.Basedonthes
8、eanewedgedetectionalgorithmisgiven.Accordingtothedefinitionofimageedge,then