摘要3D视频能给人带来更好的视觉效果,并在近年来得到了快速的发展,但由于3D视频片源匮乏,且已经存在许多经典的2D电影,所以2D到3D视频的转换变得很有现实意义。在本文中根据提取深度图依据的不同线索,简单介绍了几种2D-3D视频转换方法,并对块匹配法进行了深入的研究。在块匹配的研究中,首先检测出静止块,减少搜索;再用到了搜索起点预测,减少了搜索点数;最后对于快速和慢速移动块用菱形搜索法获得匹配。最后得到运动矢量,并生产深度图。64228
毕业论文关键词 2D转3D 块匹配 深度图
毕业设计说明书(论文)外文摘要
Title 2D-3D video conversion technology research
Abstract 3D video obtains fast development in recent years because of better visual effect on people.Due to lack of 3D video resource,it is very meaningful to convert classic 2D film to 3D.We introduce several video conversion methods of 2D to 3D according to different cues of extracting depth map and carry on a further research on the block matching method.With regard to block matching method ,static blocks are detected to reduce the search firstly,and then to the predict initial search point to reduce the search points.In addition,to obtain slow moving block matching by diamond search method.Finally motion vectors are obtained and depth map is generated.
Keywords 2D to 3D block matching depth map
1 引言 5
1.1 研究背景 5
1.2 研究意 3
1.3 2D-3D片源转换技术热点发展现状 3
1.4 论文的章节安排 5
2 2D-3D转换方法简介 5
2.1 双目立体视觉原理 6
2.2 物体的相对运动 7
2.3 遮挡关系 7
2.4 平面视差 8
2.5 基于三维结构信息 8
2.6 摄像机运动视差 9
2.7 透视信息 9
3 基于块匹配法的2D-3D转换 10
3.1 块匹配法介绍 10
3.2 块匹配法的原理 10
3.3 匹配准则 11
3.4 搜索起点预测 11
3.5 中止阈值 12
3.6 搜索模式的选择 12
3.7 获得深度图 13
4 算法设计与分析 14