- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
特征检测跟踪与步场景生成算法研究.pdf
摘 要
基于视觉的相机跟踪技术,是计算机视觉领域中的一个重要课题。主要就是
通过图像分析处理和计算机视觉的相关方法,实现对相机在真实场景中位置和方
向的跟踪。
本文研究了一种在未知场景中估计相机姿态,同时生成同步场景的方法,该
方法是基于自然特征的检测与跟踪实现的。该方法所实现的系统可用于小范围场
景中便携式相机运动的跟踪。
本文的主要研究内容如下:(1)对相机实时采集的图像进行预处理,而后进行
FAST-9 角点特征检测跟踪,得到两帧选定图像匹配点对的集合。(2)基于图像匹配
点对的集合,由 5 点算法估计初始的相机姿态。(3)根据相机姿态和相机内参,对
匹配点进行三角测量,得到图像匹配点对所对应的3D 空间点,并通过极线搜索增
加3D 空间点。(4) 由3D 空间点的集合估计显著平面,调整相机姿态与3D 空间点
坐标。(5)将3D 空间点投影到当前帧,通过计算并最小化重投影误差更新相机姿态。
(6)生成同步场景,并借助OpenGL 予以显示。
关键词:特征检测跟踪 相机姿态 显著平面 同步场景
Abstract
The vision-based camera tracking is an important subject of Computer Vision. It
tracks the location and orientation of a camera in real scene mainly by image analysis
and some relevant methods of Computer Vision.
This paper researches on a method of estimating camera pose and mapping the
simultaneous scene in an unknown scene. This method is based on the detection and
tracking of natural features. The result system can be used to track a hand-held camera
in a small workspace.
The main contents are as follows: (1)Get a set of feature correspondences by the
detection and tracking of the FAST-9 corners. The FAST-9 corners are in frames which
were captured by the camera and have been pre-processed. (2)Employ the five-point
stereo algorithm to estimate the initial camera pose with the set of feature
correspondences. (3)Triangulate the feature correspondences to get the corresponding
3D map points, according to the camera pose and internal parameters. And then add
more map points by epipolar search. (4)Calculate a dominant plane according to the set
of 3D map points. Then adjust the camera pose and the coordinates of these map points.
(5)Reproject the 3D map points into the current frame, and then update the camera pose
by minimizing an
文档评论(0)