预览加载中,请您耐心等待几秒...
1/10
2/10
3/10
4/10
5/10
6/10
7/10
8/10
9/10
10/10

亲,该文档总共37页,到这已经超出免费预览范围,如果喜欢就直接下载吧~

如果您无法下载资料,请参考说明:

1、部分资料下载需要金币,请确保您的账户上有足够的金币

2、已购买过的文档,再次下载不重复扣费

3、资料包下载后请先用软件解压,在使用对应软件打开

PAGEVI 毕业设计(论文) 图像分割算法研究与实现 诚信承诺书 本人郑重承诺:我所呈交的毕业论文《图像分割算法研究与实现》是在指导教师的指导下,独立开展研究取得的成果,文中引用他人的观点和材料,均在文后按顺序列出其参考文献,论文使用的数据真实可靠。 承诺人签名: 日期:年月日 图像分割算法研究与实现 摘要 数字图像目标分割与提取是数字图像处理和计算机视觉领域中一个备受关注的研究分支,其中最主要的是运用MATLAB对图像进行仿真分割,并用各个方法进行分析、对比并得出结论。本文主要介绍了图像分割的基本知识,从原理和应用效果上对经典的图像分割方法如边缘检测、阈值分割技术和区域生长等进行了分析。在边缘检测时对梯度算法中的Sobel算子、Prewitt算子、LoG(Laplacian-Gauss)算子、Canny算子的分割原理逐一介绍并比较各种算子的分割效果。而阈值分割技术的关键在于阈值的确定,只有阈值确定好了才能有效的划分物体与背景,本文着重实现基于迭代法的全局阈值及基于Otsu最大类间方差算法的自适应阈值。此外还介绍了区域增长法,它的基本思想是将具有相似性质的像素集合起来构成新区域。与此同时本文还分析了图像分割技术研究的方向。 关键词:图像分割MATLAB边缘检测区域生成阈值分割 ResearchofImageSegmentationAlgorithm ABSTRACT DigitalImageObjectSegmentationandExtractionisamajorconcerninthefieldofdigitalimageprocessingandcomputervisionresearchbranch,whichthemostimportantistheuseofMATLABforimagesegmentationandsimulation,usingeachmethodtocarryontheanalysis,comparisonandconclusion.Thispapermainlyintroducesthebasicknowledgeofimagesegmentation,basedontheprincipleandtheapplicationeffecttotheclassicimagesegmentationmethodssuchasedgedetection,thresholdsegmentationandregiongrowingisanalyzed.IntheedgedetectionofgradientalgorithmintheSobeloperator,Prewittoperator,Logoperator,Cannyoperatorsegmentationprinciplesintroducedandcomparisonofvariousoperatorssegmentation.Whilethethresholdsegmentationtechnologyisthekeytodetermineathreshold,onlyagoodthresholdcaneffectivelydivideobjectandbackground,thispaperfocusesontheimplementationoftheglobalthresholdbasedoniterativealgorithmandbasedonOtsuadaptivethresholdalgorithm.Italsointroducestheregionalgrowthmethod,itsbasicideaistohavesimilarpropertiestothepixeltogetherconstituteanewarea.Atthesametimethepaperalsoanalyzestheresearchdirectionofimagesegmentationtechnology. Keywords:ImagesegmentationMATLABEdgedetectionRegionalgenerationThresholdsegmentation 目录 TOC\o"1-4"\u 1引言 PAGEREF_Toc323886761\h1 1.1数字图像分割的现状 PAGEREF_Toc323886762\h1 1.2数字图像分割的意义 PAGEREF_Toc323886763\h1 2基于MATLAB的图像分割 PAGERE