- 1、本文档共33页,可阅读全部内容。
- 2、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
SIFT特征點提取
摘 要
SIFT(尺度不变特性变换,Scale Invariant Feature Transform)最初是作为一种关键点的特征提取出来的,其匹配能力较强,可以处理两幅图像之间发生平移、旋转、防辐射[4]等变换情况下的匹配问题,甚至在某种程度上对任意角度拍摄的图像也具备较为稳定的特征匹配能力。作为一种优秀的局部特征描述子,SIFT算子被广泛应用于目标识别、图像配准、室内场景定位等场合。
论文着重介绍了一种基于图像特征值的匹配方法(SIFT算法),包括SIFT算法的发展历史,算法特点,主要思想和实现步骤,然后实现SIFT特征点提取,以寻找一种优化算法,减少SIFT的算法复杂度。(介绍用什么实验,得到什么结论)
关键词Astract
In remote sensing image matching, medical, computer vision many adjacent domain in a wide range of applications, Extraction and matching image characteristics is to realize the automatic image registration is a kind of important method . SIFT was originally as a key point for feature extraction of come out, its matching with the strong ability can handle two images occur between translation, rotation and anti-radiation such transformation under the circumstance of the matching problem, even in some extent of arbitrary Angle photographs of image and also has a relatively stable feature matching ability. As a kind of excellent local characteristics description son, SIFT operators are widely used in target recognition, image registration, indoor scene positioning and so on. This paper mainly introduces a method based on image eigenvalue of matching method (SIFT algorithm). Including SIFT algorithm development history, algorithm characteristics, main ideas and implementation steps and then realized SIFT feature point extraction to find an optimization algorithm to reduce SIFT algorithm complexity .
(请不要直译)
Keywords:SIFT algorithm, feature matching, feature point extraction, simplified algorithm.
目 录
要 I
第1章 绪论 1
1.1 课题背景 1
1.2目的意义 1
1.3研究内容及结构安排 2
第2章 智能优化方法 3
2.1 基于蚁群的优化算法 3
2.2 基于鱼群的优化算法 3
2.3 基于神经网络的优化算法 3
2.4 本章小结 3
第3章 SIFT基本算法 4
3.1 构建尺度空间 5
3.2局部极值点的检测 7
3.3 极值点的方向分配 7
3.4特征点描述子的生成 8
3.5 SIFT算法的扩展 9
3.6 本章小结 10
第4章 SIFT算法的改进方案 11
4.1 SIFT简化算法介绍 11
4.2 SIFT简化算法 12
4.3 本章小结 14
第5章 实验结果及分析 15
5.1 简化算法不变性测试 15
5.2 描述子维数的选择 15
5.3改进算法的时间复杂度 15
5.4 本章小结 15
致 谢 16
参考文献 17
附录 18
第1章 绪论
1.1 课题背景第2章 智能优化方法
优化算法简单介绍
2.1 基于蚁群的优化算法
文档评论(0)