资源描述:
《基于vc++的图像融合技术的实现毕业论文》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、基于VC++的图像融合技术的实现摘要近年来,图像融合已成为图像理解和计算机视觉领域中一项重要而有用的新技术。融合图像更符合人和机器的视觉特性,更有利于诸如目标识别、特性提取等进一步的图像处理。图像融合已成为人类社会的很重要的一项技术。本文将介绍图像融合技术研究的背景,描述了图像融合的基本概念、层次、应用及国内外研究动态。图像预处理、创建融合图像和对融合图像进行质量评价是这次研究的主要内容。图像预处理包括图像的复原和图像的变换,通过预处理提高图片的融合质量。创建融合图像建融合图像是对至少两幅源图像,在空域或频域根据一定的规则加以组合,创建一个全新的图像;最后就是对融合图像的质量进行评价。图象融
2、合是指将自不同类型传感器获取的同一地区的各图像数据进行空间配准,然后采用一定的算法将配准后的各图像数据中所含的显著信息或互补信息有机地结合起来,产生新的图像数据,并对新数据进行解译。融合后图像对场景的描述比任何单一源图像都更全面、更精确。融合图像更符合人和机器的视觉特性,更有利于诸如目标识别、特性提取等进一步的图像处理。再具体一些。关键词:C++,链接库,图像处理,图像的配准,图像融合ABSTRACTInrecentyears,imagefusionhasbecometheimageunderstandingandcomputervisionfieldsisanimportantanduse
3、fultechnique.Fusionimagesaremoresuitableforhumanandmachinevision,moreconducivetosuchastargetrecognition,featureextraction,furtherimageprocessing.Imagefusionhasbecomehumansocietyoneoftheimportanttechnology.Thispaperintroducestheimagefusiontechnologyresearchbackground,describesthebasicconceptofimagef
4、usion,theapplicationlevel,andthedomesticandinternationalresearchtrends.Imagepreprocessing,creatingimagefusionandqualityevaluationoffusedimageisthemaincontentoftheresearch.Imageprocessingincludingimagerestorationandimagetransform,throughpretreatmentimprovesimagefusionquality.Createthefusionimagefusi
5、onimageisbuiltonatleasttwosourceimageinspatialdomainandfrequencydomain,accordingtocertainrulestobecombined,createanewimage;finallyistothefusionimagequalityassessment.Imagefusionreferstothedifferenttypesofsensorstoobtainfromthesameareaoftheimagedatatospatialregistration,andthenusingacertainalgorithm
6、willbeaftertheregistrationoftheimagedatacontainedinthesignificantorthecomplementaryinformationorganically,generatinganewimagedata,andtonewdatainterpretation.Afterthefusionimagedescriptionofthescenethananyoftheindividualsourceimagesaremorecomprehensive,moreaccurate.Fusionimagesaremoresuitableforhuma
7、nandmachinevision,moreconducivetosuchastargetrecognition,featureextraction,furtherimageprocessing.KeyWords:C++library,ImageProcessing,Imageregistration,ImageFusion目 录前 言1第1章面向对象技术与MFC概述21.1面向对象技术21.2MFC概述第2