1 / 51
文档名称:

模糊聚类及其在图像分割中的应用.pdf

格式:pdf   页数:51
下载后只包含 1 个 PDF 格式的文档,没有任何的图纸或源代码,查看文件列表

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

分享

预览

模糊聚类及其在图像分割中的应用.pdf

上传人:numten7 2014/7/4 文件大小:0 KB

下载得到文件列表

模糊聚类及其在图像分割中的应用.pdf

文档介绍

文档介绍:河北大学
硕士学位论文
模糊聚类及其在图像分割中的应用
姓名:曹铮
申请学位级别:硕士
专业:通信与信息系统
指导教师:李昆仑;刘明
20100601
摘要
摘要
图像分割是指把图像分为各具特性的不重叠区域以提取出感兴趣目标的技术和过
程,是数字图像处理技术中的关键技术之一,也是计算机视觉中的一个经典问题。图像
分割是对图像进行分析理解的基础,在计算机视觉、模式识别、目标跟踪和医学图像处
理等领域已经得到了广泛应用。
由于图像在成像过程中受到各种因素的影响,导致待提取目标和背景之间具有一定
的相似性和不确定性,而模糊理论和模糊图像处理技术适合于处理这种带有不确定性的
问题。模糊聚类方法是处理图像分割问题的一个重要理论分支。目前在实际应用中广泛
使用的是模糊 C-均值(Fuzzy C-means, FCM)算法,它将聚类归结为一个带有约束的非
线性规划问题,通过对目标函数的优化求解获得数据集的模糊划分。
本文在对 FCM 基本理论及半监督学习深入研究的基础上,针对传统算法中存在的
问题和在图像分割领域中存在的实际困难,将如何改善算法的初始聚类中心和提高算法
对有噪声图像的处理能力作为研究重点,提出了自己的解决方法。本文主要获得以下研
究成果:
(1)提出了一种新的基于约束的半监督模糊 C-均值算法,以少量标记数据组成约
束信息集,将约束集中心作为算法的初始类中心并求取初始隶属度矩阵,提高算法的收
敛速度,减少迭代次数,同时尽可能避免陷入局部最优。
(2)在将 FCM 算法用于图像分割时,本文主要考虑空间分布信息对算法抗噪声性
能的重要影响,有选择的利用部分邻域信息,在 FCM 目标函数中加入空间约束,并推
导出最终的迭代优化公式。在标准图像和实际图像上的分割实验表明,改进算法在不显
著增加计算时间的情况下提高了算法的鲁棒性。

关键词 FCM 半监督学习半监督聚类图像分割空间约束
I
Abstract
Abstract
Image segmentation is the technology and process that an image is divided into a number
of non-overlapping regions which have consistency in properties and extract the interesting
target. Image segmentation is one of the key technologies in digital image processing and also
is a classical problem puter vision. Image segmentation is the foundation of image
analysis and image understanding. Image segmentation has been essfully used in many
fields such puter vision, pattern recognition, target tracking and medical images
processing etc.
Because of the effect of various factors in the imaging procedure, similarity and
uncertainty exist between background and objectives to be extracted. Fuzzy theory and fuzzy
image processing technology is especially suitable to handle these issues with uncertainty.
Fuzzy clustering method is an important theoretical branch of image segmentation technology.
The fuzzy c-means (FCM) is a classic fuzzy clustering method which is widely used in many
fields. The clustering came down to a nonlinear programming problem with constraints, the
final fuzzy parti