欢迎来到天天文库
浏览记录
ID:37361396
大小:2.13 MB
页数:56页
时间:2019-05-22
《基于图像配准的SIFT算法研究与实现》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、武汉理工大学硕士学位论文基于图像配准的SIFT算法研究与实现姓名:陈志雄申请学位级别:硕士专业:计算机应用技术指导教师:马成前20080401武汉理工大学硕士学位论文摘要图像配准是遥感、医学、计算机视觉等很多领域中的一个基本问题。在遥感领域,实现图像融合、变化检测、图像校正、图像镶嵌等应用中,图像配准都是必不可少的一个关键步骤。由于遥感信息量大,应用范围广,因此实现自动配准一直是人们追求的目标。提取和匹配图像特征是实现图像自动配准的一种重要方法。SIFT(尺度不变特性变换,ScaleInvariantFeatureTransfor
2、m)最初是作为一种关键点的特征提出来的,这种特征对图像的尺度变化和旋转是不变的,而且对光照的变化和图像变形具有较强的适应性,同时,这种特征还具有较高的辨别能力,有利于后续的匹配。正是借助于这些特点,使得传统图像配准中的许多诸如前面提到的共性问题得到了很大程度的改善。因此SI兀在遥感领域,实现图像融合、变化检测、图像校正、图像镶嵌等领域有很广泛的应用。SIFT正是图像配准领域中一个热门的前沿研究方向。论文首先简单介绍了图像配准的应用现状及发展方向,然后着重描述了一种基于图像特征值的配准方法(SIFT算法)。包括SIFT算法的发展历史
3、,算法特点,主要思想和实现步骤,然后实现SIFT点特征提取,利用实验先验数据,设计映射函数,以寻找一种自适应配准映射函数设计方法,优化算法,减少SIFT的算法复杂度和工程实现复杂度,构造虚拟模型,并最终实现了SIFT算法。关键词:SIFT,图像配准,特征值,图像融合武汉理【大学硕士学位论文AbstractImageRegistrationisafundamentalprobleminremotesensing,medical,computervision,andmanyotherfields.Inthefieldofremotes
4、ensing,imageRegistrationisessentialasakeystepinrealizingimagefusion,changedetection,imagecorrection,imagemosaic,andotherapplications.Becauseoftheremotesensinginformationandawiderangeofapplications,automaticregistrationhasbeenagoalpursuedbythepeople.Imagefeatureextract
5、ionandimagematchingisakindofautomaticregJistrationimportantways.SIFT(ScaleInvariantFeatureTransform)inRiallyisasakeyfeaturetobeproposed,whichisnotvariableinthescaleandrotationintheimagechanges,butalsohasastrongadaptabilityinilluminationandimagedeformation.Inthesametim
6、e,thisfeaturealsohashighidentifyability,whichiseasytofollow-upthematch.Itisthroughtheuseofthesecharacteristics,traditionalimageregistrationhasgotalargedegreeofimprovementinmanyofthecommonproblemsmentionedabove.ThereforeSIFThasawiderrangeofapplicationsinthefieldofremot
7、esensing,realizingimagefusion,changedetection,imagecorrection,imagemosaic,andotherfields.SIFTImageRegistrationisahotfieldintheforefrontofresearch.Thispapersimplelyintroducestheimageregistrationapplicationanddirection,thenfocusesonavaluebasedwayinimageregistration(SIFT
8、algorithm).ItincludesthehistoryofSIFTalgorithm,thealgorithmcharacteristics,mainideasandimplementationsteps,andthenfinishedth
此文档下载收益归作者所有