搜档网
当前位置:搜档网 › 一种基于参考点距离的SIFT特征点匹配算法

一种基于参考点距离的SIFT特征点匹配算法

第10卷第3期一一一一一一一一一一一一一一智一能一系一统一学一报一一一一一一一一一一一一一Vol.10?.3

2015年6月一一一一一一一一一一一一一CAAITransactionsonIntelligentSystems一一一一一一一一一一一Jun.2015DOI:10.3969/j.issn.1673?4785.201311020网络出版地址:http://www.cnki.net/kcms/detail/23.1538.tp.20150402.1518.001.html一种基于参考点距离的SIFT特征点匹配算法

唐坤1,韩斌2

(1.东南大学交通学院,江苏南京210096;2.江苏科技大学计算机科学与工程学院,江苏镇江212000)

摘一要:针对SIFT特征点匹配时间消耗大的问题,提出了一种基于参考点距离的SIFT特征点匹配算法 DRP算法三该算法首先计算一次所有待匹配特征点到参考点之间的距离,对之进行快速排序并保存三然后计算待查询特征点到参考点的距离,并在已排序的距离中使用二分法搜索返回此距离的最近邻三最后以此最近邻为中心,在有限范围内搜索待查询特征点的近似最近邻三VGG实验室ACF图片库的测试结果表明,相比于经典的SIFT算法,DRP算法可以在不损失匹配效果的前提下,有效降低SIFT特征点匹配的时间消耗三

关键词:SIFT;DRP算法;特征点匹配;最近邻;参考点

中图分类号:TP319一文献标志码:A一文章编号:1673?4785(2015)03?0376?05

中文引用格式:唐坤,韩斌.一种基于参考点距离的SIFT特征点匹配算法[J].智能系统学报,2015,10(3):376?380.

英文引用格式:TANGKun,HANBin.ASIFTmatchingalgorithmbasedonthedistancetoreferencepoint[J].CAAITransactionsonIntelligentSystems,2015,10(3):376?380.

ASIFTmatchingalgorithmbasedonthedistancetoreferencepoint

TANGKun1,HANBin2

(1.SchoolofTransportation,SoutheastUniversity,Nanjing210096,China;2.SchoolofComputerScienceandEngineering,JiangsuUniversityofScienceandTechnology,Zhenjiang212000,China)

Abstract:Toaddressthehightimecostoffeaturepointmatchinginscaleinvariantfeaturetransform(SIFT),anewSIFTfeaturepointmatchingalgorithmbasedonthedistancetoreferencepoint DRPalgorithmisputforward.Firstly,distancesfromthereferencepointtoeveryfeaturepointtobematchediscomputedusingDRPalgorithm.Then,thesedistancescomputedpreviouslyisorderedandsavedinadatasetnamedasdistanceofordering.Next,distancesfromthereferencepointtothefeaturepointtobequeriedisalsocomputed.Afterthat,thenearestneigh?borofthedistanceindistanceoforderingisretrievedwithbinarysearchandreturnedasindexofcenter.Finally,thenearestneighboroffeaturepointtobequeriedissearchedonebyoneinacertainrangewhosecenterisindexofcenter.ItisprovenbyexperimenttestedonACF(affinecovariantfeatures)picturesfromVGG(visualgeometrygroup)laboratorythatDRPalgorithmcaneffectivelydecreasethetimecostofSIFTfeaturepointsmatchingwithoutlossofmatchingresultscomparedwiththeclassicalSIFTalgorithm.

Keywords:scaleinvariantfeaturetransform(SIFT);distancetoreferencepoint(DRP)algorithm;featurepointmatching;nearestneighbor;referencepoint收稿日期:2013?11?28.一网络出版日期:2014?04?02.

基金项目:国家自然科学基金资助项目(61374195);中央高校基本科

研业务费专项资金资助项目;江苏省普通高校研究生科研

创新计划资助项目(KYLX_0180).

通信作者:唐坤.E?mail:tkpaperzc@sina.cn.一一Lowe提出的尺度不变特征变换(scaleinvariantfeaturetransform,SIFT)[1]是一种鲁棒性强的图像局

部特征提取算法,具有对旋转二光照二尺度变化等保持不变性[2],广泛应用于三维重建二目标识别二图像融合等领域[3]三SIFT算法由特征点检测及描述与特征点匹配两部分构成,其中,SIFT特征点匹配实质上可以转化为在高维空间中搜索特征点最近邻的问题,并且在很多情况下,只需要得到查询特征点的

相关主题