基于区域合并的纹理图像分割—MSRM算法的MATLAB实现本科毕业论文

合集下载
  1. 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
  2. 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
  3. 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。

本科毕业设计

题目: 基于区域合并的纹理图像分割—MSRM

算法的MATLAB 实现

摘要

图像分割是图像分析及计算机视觉系统中的重要环节,是图像处理研究中的一个基本难题。图像分割是由图像处理到图像分析的关键步骤,只有在图像分割的基础上才能对目标进行特征提取、参数测量和识别,使得更高层的图像分析和理解成为可能,图像分割质量的好坏直接影响后续图像处理的效果。因此,可以说图像分割是图像处理中最为重要的环节。

基于区域的图像分割方法,将图像按内容划分成许多区域。虽然存在过分割,但是可以通过研究改进算法减少过分割或选择有效的后处理算法得到有用的结果。例如,在Mean Shift和Watershed这两种图像分割算法中,一方面可以研究各种减少过分割的改进算法。另一方面,也可以采用有效的预处理,去除噪音,使图像适宜于Watershed或Mean Shift算法分割。

MSRM是基于最大相似度的区域合并算法,该算法简单有效,不需要设定区域合并的阈值,且对单目标和多目标图像都能正确分割。本设计在提取了图像的颜色特征和纹理特征之后,计算相邻区域的相似度,在人工交互信息的指导下,基于最大相似度准则逐步对初始过分割区域进行合并,分离出图像中的目标和背景。

关键词:MSRM;区域合并;交互式图像分割;算法;纹理图像

Abstract

Image segmentation is the important elements of image analysis and computer vision systems ,and it is a fundamentalproblem in image processing。Image segmentation is a key step that from image processing to the image analysis。Only on the basis of image segmentation to object feature extraction, parameter measurement and recognition,which make it possible to analysis and understanding of the higher-level image, and the quality of image segmentation directly affects the effect ofsubsequent image processing. Therefore, we conclude that image segmentation is the most important part of image processing.

Region-based image segmentation method is divided into many regions according to the contents of the image。Although there is over-segmentation,studing improved algorithm can reduce the over-segmentation or choosing an effective post-processing algorithms are useful results. For example, in both Mean Shiftt and Watershed image segmentation algorithm, One can study a variety of improved algorithm to reduce over-segmentation, On the other hand, effective pretreatment can also be used to remove noise, and make the image suitable for Mean Shiftt and Watershed segmentation algorithm.

MSRM is a algorithm which based on the maximum similarity of the region merging, the proposed algorithm is efficient and effective, it does not require a preset threshold and can successfully extract the single objective and multi-target image from complex scenes . In this design, calculate the similarity of adjacent regions afte the extration of image color features and texture features, under the guidance of interaction information ,a maximal similarity based region merging mechanism was proposed to gradually merged the initial over-segmentation of regions. Then separated the target and background from image.

Keywords:MSRM; Region merging; Interactive Image Segmentation; Algorithm;

Texture image

目录

1 绪论 (1)

1.1 研究的背景和意义 (1)

1.2 内容与组织结构 (2)

2 图像分割技术研究综述 (3)

2.1 引言 (3)

2.2 图像分割的概念和分类 (3)

2.3 基于阈值的图像分割 (4)

2.4 基于间断检测的图像分割 (4)

2.5 基于区域的分割 (4)

2.5.1 基于区域生长的分割 (5)

2.5.1 基于分裂合并的分割 (6)

2.5.1 基于聚类的分割............................. 错误!未定义书签。

2.5.1 基于形态学的分割........................... 错误!未定义书签。

2.6 本章小结 (7)

3 基于最大相似度的交互式区域合并算法的研究 (8)

3.1 引言 (8)

3.2 区域表示和相似性度量 (9)

3.3 目标和背景标记 (9)

3.4 基于最大相似度的区域合并机制 (9)

3.5 区域合并算法.................................... 错误!未定义书签。

3.6 收敛性分析...................................... 错误!未定义书签。

3.7 本章小结 (8)

4 图像分割系统设计及实验结果 (15)

4.1 引言 (15)

4.2 图像分割系统 (15)

4.3 实验结果与分析 (15)

4.3.1 实验结果 (15)

相关文档
最新文档