1、 学士学位论文(设计)学士学位论文(设计) 论文题目 图像分割算法研究与实现 作者姓名 I 目 录 摘 要: . 1 1前言 3 2图像分割概念 3 2.1 图像分割定义 . 3 2.2 图像分割方法综述 . 5 2.3 阈值法 . 5 2.4 基于边缘检测的分割方法 9 2.5 基于区域的分割方法 . 12 3图像分割方法详述 13 3.1 图像分割方法 . 13 3.2 图像分割方法实现 13 4实验结果及分析 15 4.1 实验结果 15 4.2 实验结果分析 19 5小结 21 5.1 本文主要工作总结 21 5.2 结论及展望 21 6致谢 23 7附录 24 图像分割算法研究与实现
2、 摘 要: 图像分割是图像处理与计算机视觉的基本问题之一,是图像处理 图像分析的关键步骤。因为图像分割及其基于分割的目标表达、 特征提取和参数测量等将原始图像转化为更抽象更紧凑的形式, 使得更高层的图像分析和理解成为可能。因此,图像分割多年来 一直得到人们的高度重视.本文首先将现有的多种类型图像分割 方法归结为 3 类典型的方法 , 并分析各自的特性;然后提出图象 分割方案,并利用 MATLAB 软件编写程序,展示实验现象,最 后对所做工作进行总结。 关键词:图像分割 阈值法 边缘检测 微分算子 局部阈值 中图分类号:TP391.41 RESEARCH AND IMPLEMENTATION O
3、F IMAGE SEGMENTATION ALGORITHMS Abstract : Image segmentation is one of basic problems in image pro- cessing and computer vision,and is a key step in image processing and image analysis.Because original image can be translated into more abstract and more compact format by image segmentation and targ
4、et expression , feather extraction , parameter survey , and so on which are base on segmentation , this makes more high images analy sis and image understanding possible. Therefore, the image segmen- tation for many years is highly valued.At first ,image segmentation methods are classified into three typical types ,and their characteris- tics are analyzed. Secondly , the scheme of image segmentation are introduced .At last, there is a summation to the whole work, writting program with