欢迎来到天天文库
浏览记录
ID:10812481
大小:447.00 KB
页数:54页
时间:2018-07-08
《基于bmp图像文件的图像压缩存储技术论文》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、图像编码的设计与实现--基于BMP图像文件的图像压缩存储技术摘要:一幅图像含有巨大的信息。因此,图像的存储需要一个巨大的存储空间。由于计算机等设备存储空间的有限,这就导致一些图像不能较好的存储;同时,由于图像信息具有大量的冗余度---如时间冗余,空间冗余,结构冗余,知识冗余,视觉冗余等,如果完全存储图像信息,这就浪费了存储空间,降低了存储空间的使用效率。为了解决这些问题,我们就要利用图像的冗余度对图像数据进行压缩存储,从而达到利用少量的空间存储具有巨大信息量的图像的要求。本文以BMP格式图像为例
2、,在VisualC++6.0的MFC编程环境下,系统介绍了图像压缩存储的全过程。由于是基于BMP的图像处理,本文首先介绍了BMP图像文件的格式,因为它是所有图像处理工作的基础。接下来简单介绍了VisualC++6.0编程环境,使读者对其有个了解。最后是对BMP图像数据的具体处理。本文主要完成的工作是:BMP文件的读取与显示;BMP文件的位图数据的压缩;压缩数据的解压缩及图像再现。采用的压缩算法是无失真的霍夫曼编解码原理。为了方便读者的理解,本文对完成上述工作时要注意的问题以及一些处理方法的具体过
3、程作了详细的介绍。在附录中有具体的源程序,希望对读者有些帮助。关键词:图像压缩,图像编码,图像存储,霍夫曼编码,BMP文件格式Designingandrealizingofthepicture’scoded50---ThecompressingandsavingtechnologyoftheBMPpictureAbstractApicturecontainsenormousinformation.So,thememoryofthepictureneedsanenormousmemoryspace
4、.Becausesuchequipmentmemoryspacesasthecomputerarelimited,sosomepicturecan'tbesavedbetter;Meanwhile,becausetheinformationofthepicturehasalargeamountofredundancydegrees–suchastimeisredundant,thespaceisredundant,thestructureisredundant,knowledgeisredund
5、ant,thevisionisredundant,etc.ifallofthepicture’sinformationissaved,thismustwastemorememoryspaceandreducedtheserviceefficiencyofthememoryspace.Inordertosolvetheseproblems,wewillutilizeredundancydegreeofthepicturetocompressstoringtopicturedatasoon,thus
6、reachthedemandforutilizingasmallamountofspacetostorethepicturewithenormousamountofinformation.ThistexttakesBMPformpictureasanexample.SystemintroducesthepictureandcompressesthewholecourseofstoredsystematicallyunderMFCprogrammingenvironmentsofVisualC++
7、6.0.ThistextintroducesBMPformfirstbecauseitisafoundationoftheworkoftreatmentofallpictures.AndthenthistextintroducesVisualC++6.0brieflyprogrammingenvironmentsinordertomakereadersunderstandtoit.AndthelastistheconcretetreatmentofBMPpicturedata.theworkso
8、fthistextfinishesmainly:ThereadingandshowingofBMPfile;CompressionofthelocationpicturedataofBMPfile;Thedecompressionandpicturewhichcompressthedataarereproduced.ThecompressionalgorithmthatadoptedisprincipleofHuffman.Forfacilitateunderstandingofreader,s
此文档下载收益归作者所有