1 / 50
文档名称:

canny边缘检测毕业论文.doc

格式:doc   大小:2,776KB   页数:50页
下载后只包含 1 个 DOC 格式的文档,没有任何的图纸或源代码,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

分享

预览

canny边缘检测毕业论文.doc

上传人:wxc6688 2019/11/8 文件大小:2.71 MB

下载得到文件列表

canny边缘检测毕业论文.doc

文档介绍

文档介绍:摘 要边缘检测主要是图像的灰度变化的度量、检测和定位,其实质就是提取图像中不连续部分的特征,因此边缘检测是图像分割领域的一部分。边缘检测是数字图像分析处理的前提,检测结果的优劣影响着下一步图像压缩、计算机视觉、模式识别等的应用。因此对它的研究具有现实意义和理论意义,在工程应用中占有十分重要的地位。本文对边缘检测理论和算法作了深入的研究,在具体分析各类传统的边缘检测算法的基础上,重点研究了Canny算法,并结合西戈玛平滑滤波对Canny算法中的滤波进行改进,结合改进的MEC和对Canny算法中的双门限选取方法进行改进,达到自适应阈值的效果。最后,用MATLAB软件工具实现该算法。实验结果表明,改进后的算法较传统的Canny算法取得更好的边缘检测效果。关键词:图像处理;边缘检测;Canny算子;滤波;自适应阈值ABSTRACTEdgedetection is mainlyaimedatmeasurement,detectionandlocationofthechangeofimageintensity,itsessenceisto extract ,itsdetectionresultplaysanimportantimpressiononthenextprocessing,putervision,patternrecognition,,thestudyofithaspracticalsignificance andtheoreticalsignificance,upies averyimportantrole  in-depthstudy on the theory andalgorithms of  various types of traditional edge detectionalgorithm,thispaper focuseson the ,weuse theSigmasmoothingfiltertoimprovethefilteringofCanny, andthe improved hedual-threshold in theCannyalgorithm tomakethethreshadaptive. Finally, usingMATLAB softwaretools to implementthealgorithm. The experimentalresultsshowthattheimprovedalgorithm gainsbetter edge detectionresults than the :ImageSegmentation;EdgeDetection;Canny;Filtering;AdaptiveThreshold目录引言  1第一章 图像分割与边缘检测        3第二章 基于边界的分割——边缘检测        7第三章 常见边缘检测算法的研究与分析                      18第四章 Canny边缘检测算子  :  :  【5】  【10】  【10】      28第五章 Canny算子改进      ——自适应的阈值  315