资源描述:
《基于vc++的图像处理系统设计与实现毕业论文》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、基于VC++的图像处理系统设计与实现VC++basedImageProcessingSystemDesignandImplementation摘要本文对图形图像处理系统的发展现状和所采用的主要技术进行了详细分析,确定了相应的结构和主要功能,以及实际开发中所采取的技术。系统在WindowsXP平台下实现,本课题是采用VisualC++作为编程工具,采用面向对象的程序设计技术实现一个图形绘制和图像处理的应用软件。主要工作分为三类,包括基本图形绘制与编辑、简单的图像处理、图像格式的转换。图形方面主要是设计图形基类,以及继承图形基类的具体图形类。通过对独立功能的封装,可以为今后需要的图形图像的应用奠
2、定基础。系统的优点有:充分体现了面向对象的设计思想,充分运用了C++的特性。程序结构清晰,可读性好,程序中做了充分的注释。最后,对系统进行测试表明,系统功能达到了预期的要求,界面友好,操作简便,运行也较稳定,是一个完成基本功能的图形图像系统。总体上,本文介绍了系统开发设计的全过程和设计过程中部分代码,对系统中采用的关键技术也作了一些必要的说明,对图像变换的基本原理,图像处理的基本原理和各种图像格式做了详细的阐述。关键词:图像处理系统,图像显示,图片格式转换。19AbstractThisarticlehascarriedonthedetailedanalysisaboutgraphimagep
3、rocessingsystemdevelopmentandusingofthekeytechnology,identifythecorrespondingstructureandcentralfunction,aswellasthesystemadoptstechnologyintheactualdevelopment.ThesystemrealizesundertheWindowsXPplatform,thetopicuseVisualC++asaprogrammingtool,useobject-orientedprogrammingtechniquestoachieveagraphic
4、andimageprocessingsoftware.Majorworkisdividedintothreecategories,basicdrawingandeditinggraphics,simpleimageprocessing,andimageformatconversion.Thegraphaspectisdesignsthegraphbaseclass,aswellasinheritsthegraphbaseclass’sspecificgraphclass.Throughindependentfunction'sencapsulation,forthefuture’sneeds
5、ofthegraphicimageslaysthefoundation.Thesystemmerithas:theobject-orienteddesign’sthoughtapplicationofthec++properties,Program’sstructureisclear,goodreadability,codeshasthefullannotationintheprogram.Easyexpansionandtransplantation.Finally,system’stestingshows,system’sfunctionsachievetheexpecteddemand
6、,friendlyinterface,andtheoperationissimple,alsoamuchstableoperation,ithasbasicfunctionsofthegraphicimagesystem.Asawhole,thispaperdescribesthesystemdesignprocessandpartoftheprocessofdesigningcode,itmadesomenecessaryexplanationsaboutkeytechnologyinthesystem,itmadethedetaileddescriptiontoimagetransfor
7、mofthebasicprinciple,theimageprocessingbasicprincipleandvariousimageformats.Keyword:Theimageryprocessingsystem,imagedisplay,imagetransforms.19目录摘要IAbstractII第一章图像处理系统11.1概述11.2系统分析11.2.1需求分析11.2.2可行性分析11.3总