您好,欢迎访问三七文档
当前位置:首页 > 商业/管理/HR > 管理学资料 > 用于图像重建的图像快速高精度匹配算法研究
ResearchOnTheFastAndHighPrecisionMatchingAlgorithmForImageSuper-resolutionReconstructionAbstract用于图像重建的图像快速高精度匹配算法研究中文摘要图像重建是计算机视觉研究领域的重要技术,它是从多幅具有相互位移且有互补信息的图像中获得一幅更高分辨率图像的过程。它通过对同一目标拍摄多幅图像,并利用图像配准算法求出由于摄像机抖动引起的每幅图像的位移量,最后利用重建算法提高图像的分辨率。由于该项技术能大幅改善图像质量,因此在视频监控、医学诊断、遥感、天文观测、生物信息识别等领域有很好的应用前景。为了提升实际应用中图像重建速度,本文对快速配准算法进行了重点研究,研究内容主要包括特征提取、特征点定位、特征匹配算法及重建、基于OpenCV平台实现等问题。本文主要工作如下:1.针对传统图像特征提取算法速度慢的问题,在分析对比各特征提取方法和策略的前提下,提出了一种快速的特征提取算法,该方法速度快、精度高,可以满足准实时图像重建的要求。2.深入研究了Harris角点定位的原理,将角点的定位精度提升到亚像素级,同时利用金字塔Lucas-Kanade算法进行匹配以解决传统算法处理大而不连贯的运动时匹配不准的问题,最后采用RANSAC算法去除伪角点对,提高匹配准确度。3.综合分析比较各重建算法性能后,采用维纳滤波去噪方法进行图像复原。4.基于OpenCV软件平台,完成了图像超分辨率重建算法程序,包括特征点提取、特征匹配、维纳滤波。最后总结了本文所做工作,并对今后图像配准研究方向进行展望。关键词:图像重建;亚像素;维纳滤波;OpenCV;特征匹配AbstractResearchOnTheFastAndHighPrecisionMatchingAlgorithmForImageSuper-resolutionReconstructionIIResearchOnTheFastAndHighPrecisionMatchingAlgorithmForImageSuper-resolutionReconstructionAbstractImagereconstructionisanimportanttechnologyinthefieldofcomputervisionresearch,whichisaprocessthatputsmultipleimageswithdisplacementandcomplementaryinformationintoahigherresolutionsingleimage.Firstly,thetechnologyobtainsmultipleimagesforthesametarget;secondly,itusestheimageregistrationalgorithmforcalculatingthedisplacementofeachimagecausedbycamerashake;finally,ahigherresolutionsingleimagecanbeobtainedbythereconstructionalgorithm.Becausethetechnologycansignificantlyimprovetheimagequality,Imagereconstructionhasagoodapplicationprospectinmanyfields,suchasvideomonitoring,medicaldiagnosis,remotesensing,astronomicalobservation,biologicalinformationidentificationandsoon.Inordertomeetthespeedofimagereconstructioninpracticalapplication,theresearchworkinthispaperfocusesonfastregistrationalgorithm,includingfeatureextraction,featurepointpositioning,featurematchingalgorithmandimplementationbasedonOpenCVplatform.Inthispaper,themaincontributioncanbesummarizedasfollows:1.Accordingtothelowspeedoffeatureextractionusingtraditionalalgorithms.Withananalysisofthefeatureextractionalgorithmsandstrategies,afastfeatureextractionalgorithmisproposed,anditsadvantageishighspeedandprecision,anditcanmeettherequirementsofquasireal-timeimagereconstruction.2.ThepaperstudiesthetheoryofHarriscornerlocationandlocatesthecornerfrompixelleveltosub-pixellevelandthenthepyramidLucas-Kanadealgorithmisusedtosolvetheproblemoflargeandincoherentmotion,FinallytheRANSACalgorithmisappliedtoremovefalsematchingpoints,anditnotonlyreducestheprobabilityofResearchOnTheFastAndHighPrecisionMatchingAlgorithmForImageSuper-resolutionReconstructionAbstractmismatchbutalsoimprovesthematchingaccuracy.3.Aftercomprehensiveanalysisandcomparisonwithallkindsofreconstructionalgorithms’performance,thispaperuseswienerfilteringforimagerestoration.4.BasedonOpenCVplatform,thepapercompletestheexperiment.Itincludesfeatureextraction,featurematchingandimagereconstruction.Finally,thesummaryandthetrendoftheresearchonimageregistrationwouldbegivenatthelastchapter.Keywords:imagereconstruction;sub-pixel;Wienerfiltering;OpenCV;featurematching目录中文摘要...............................................................................................................................IABSTRACT.........................................................................................................................II第一章绪论.....................................................................................................................11.1课题研究背景及意义.................................................................................................11.2超分辨率重建的现状和难点.....................................................................................31.2.1超分辨率重建研究现状.......................................................................................31.2.2超分辨率重建技术难点.......................................................................................41.3本文的主要研究内容和安排.....................................................................................51.3.1本文的主要工作...................................................................................................51.3.2本文的工作安排...................................................................................................5第二章图像超分辨率重建研究基础.................................................................................72.1引言..........................................................................................................................72.2图像超分辨率重建简介.............................................................................................72.2.1图像降质模型.......................................................................................................72.2.2超分辨率重建过程...............................................................................................92.3图像配准算法理论基础...........................................................................................102.3.1图像配准的基本原理.........................................................................................102.3.2空间几何变换............................................................................................
本文标题:用于图像重建的图像快速高精度匹配算法研究
链接地址:https://www.777doc.com/doc-2202666 .html