1 / 63
文档名称:

基于概率图模型的图像特征点匹配算法.pdf

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

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

分享

预览

基于概率图模型的图像特征点匹配算法.pdf

上传人:cherry 2014/7/1 文件大小:0 KB

下载得到文件列表

基于概率图模型的图像特征点匹配算法.pdf

文档介绍

文档介绍:华中科技大学
硕士学位论文
基于概率图模型的图像特征点匹配算法
姓名:徐靖钧
申请学位级别:硕士
专业:通信与信息系统
指导教师:刘文予
20090525
华中科技大学硕士学位论文
摘要
特征点匹配是计算机视觉和模式识别领域中一个基本而重要的课题,在图像配
准、医学图像分析、运动目标检测与跟踪、手写体识别等领域有着广阔的应用背景。
同时,特征点匹配也是计算机视觉领域中的一个难题,这是因为在图像获取以及特
征点提取等图像处理过程中会产生不同程度的噪声,使得特征点之间本来精确的对
应关系变得难以确定。除了噪声之外,不同点集之间往往有着非对应点以及非刚性
形变,使得匹配算法变得更加困难和复杂。
找到两个二维点集之间的对应关系和空间映射关系是本文匹配算法的研究目标。
在多数实际应用中,由于存在噪声等不利因素,场景点集中不可避免的会出现虚假
点、丢失点以及扭曲点,刚性点集匹配算法不适用,因此,本文结合概率图模型,
针对非刚性特征点匹配给出了一种旋转、缩放不变,并且能够承受一定程度噪声的
非刚性点集匹配算法,该算法有严密的逻辑推理,计算量小,有较好的普适性,结
果可信度高。
首先,本文介绍了点集匹配的基本概念以及涉及到的关键技术,比较了目前常用
的点集匹配算法,对其进行了比较与分类,并指出了各类算法的优缺点;然后,引
入了概率图模型的理论和方法,详细介绍了无向概率图模型(马尔可夫随机场),定
义了簇以及联合概率分布的表示;接着,把马尔可夫随机场应用到点集匹配中,得
到模板点集的马尔可夫随机场表示,并分析了实际应用中可以减少计算量、提高计
算速度的途径,对算法进行了优化,降低了复杂度,从而得到了模板点集的非刚性
全匹配算法;最后,引入匹配阈值,对全匹配算法进行了改进,最终得到了一种非
刚性部分匹配算法,同时给出了部分实验结果。

关键词:点集匹配概率图模型马尔可夫随机场非刚性匹配

I
华中科技大学硕士学位论文

Abstract
Feature points matching play a basic and key role puter vision and pattern
recognition. It can be widely used in many areas such as image registration, medical
image analysis, motion target detection and tracking, handwritten text recognition and so
on. Meanwhile, feature points matching are also a difficult issue puter vision
because of the noise, which blurs the accurate relationship between two sets of points.
Apart from noise, outliers and non-rigid transformation make the algorithm of points
matching more and plicated.
The object of this thesis is to determine the mapping relation between two sets of
points in two-dimensional space. In a great number of practical applications, there are
noise and distort transformation for points matching, so rigid matching methods are
inappropriate. In this case, a rotation and scale invariant feature points matching algorithm
based on the probability graph model is presented in allusion to non-rigid feature points
matching. The proposed algorithm can also withstand a certain degree of noise, and
rigorous theoretical foundation, plexity, go