1、 本科毕业设计(论文)本科毕业设计(论文) ( 2 0 1 22 0 1 2 届届 ) 题 目 彩色图像分割技术研究 学 院 物理与电子工程学院 专 业 电子信息工程 班 级 08 电子信息工程(2)班 学 号 学生姓名 XXX 指导教师 讲师 完成日期 2012 年 3 月 摘要 随着计算机处理能力的提高,彩色图像分割技术受到研究者们越来 越多的关注。许多研究者在这方面付出了巨大的努力,并取得了相应的 成果。本文对目前的彩色分割方法研究的基础上,提出了一种无监督的 彩色图像分割算法,即合理结合边缘提取、区域生长和区域合并的方法, 实现彩色图像的分割。实验结果表明,获得了良好的分割效果,并且易
2、 于实时性的实现。 关键词 彩色图像分割;边缘检测;区域生长与合并 Abstract With the increasing in computer processing capabilities, the color image segmentation techniques more and more are concerned with by researchers. Many researchers have paid a huge effort in this regard, and obtained the corresponding results. On the basis o
3、f the current color segmentation method, an unsupervised color image segmentation algorithms have been proposed in this paper, combining of edge detection, region growing and region merging method to achieve the segmentation of color images. The experimental results show that a good segmentation res
4、ults can be obtained and real-time performance can be implemented. Key words Color Image Segmentation; Edge Detection; Regional Growth and Merging 目目 录录 1. 引言 1 1.1课题的研究背景和意义 1 1.2彩色图像分割的现状 2 1.3本文的内容安排 5 2彩色图像分割研究 . 6 2.1数字图像处理概述 6 2.2常用的颜色空间 7 2.3彩色图像分割方法 9 2.3.1阈值化方法 . 10 2.3.2基于边缘的分割方法 . 10 2.3.3基于区域的分割方法 . 12 3无监督彩色图像分割 . 13 3.1概述 13 3.2颜色空间的转换 14 3.3Sobel算子边缘提取 15 3.4种子的选取 16 3.5区域生长与合并 17 4实验结果与分析 . 18 5结论 . 20 参考文献 . 21 谢 辞 . 23 台州学院毕业设计(论文) 1 1. 引言 1.1