摘要人类很大一部分信息是通过视觉来获得,而随着生活和科研水平的不断进步,人类对于从视觉获得的图像视角和质量要求也越来越高。但是又因为目前大多主流相机的全景拍摄无法同时兼顾图像分辨率和视角两方面的优点,因此全景拼接技术毫无疑问成了目前的热门研究技术。全景拼接技术也就是通过某种算法来实现多幅源图像无缝拼接,同时也要保证拼接图像的高分辨率。该技术主要包括图像配准和图像融合两部分。本文的主要工作是对全景图像拼接算法的Matlab软件实现,首先介绍了目前几种常用的拼接算法及其基本原理;其次选取Harris角点检测算法,通过Matlab软件进行程序设计实现算法仿真,针对不同场景的多幅图像进行图像拼接并对拼接结果进行分析。73358
毕业论文关键字 全景拼接 图像配准 图像融合 特征点匹配
毕业设计说明书外文摘要
Title Research on the mosaic technology of image based on Matlab
Abstract People obtain a large part of information through visual,and the requirements of human for the images obtained from visual are increasing as living standards and scientific progress especially in the perspective of the image。Most of the current camera can not take into account the advantages of both image resolution and viewing angle, so that the current panoramic mosaics technology will become a popular research technique without doubt。Panoramic mosaics technology has a function to paste together several pictures to create a panoramic mosaic having high resolution and it includes image registration and image fusion。The main work of this paper is to implemente the algorithm by software,and it introduces the current commonly used algorithm and its basic principles。 Then I selecte the Harris corner detection algorithm,and simulate it by Matlab。 Meanwhile I compare the difference between pictures got different views or different standards。
Keywords: Panoramic mosaic Image registration Image fusion Feature matching
目 次
1 引言 1
1。1 研究背景和意义 1
1。3 本文的主要工作及其章节安排 3
2 图像拼接算法原理 4
2。1 基于SIFT(尺度不变特征变换)的拼接算法 4
2。2 基于LM算法的图像拼接方法 5
2。3 基于Harris角点检测的图像拼接算法 6
2。4 图像融合 10
2。4。1 图像融合的目的 10
2。4。2 图像融合的方法 10
3 图像拼接的MATLAB仿真实现 11
3。1 Matlab简介 12
3。2 基于Harris角点检测算法的图像拼接的Matlab实现过程 12
3。3 仿真结果 14
3。4 仿真结果分析 20
结 论 21
致 谢 22
参 考 文 献 23