文件名称:CompressImage
- 所属分类:
- 图形图像处理(光照,映射..)
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 2.95mb
- 下载次数:
- 0次
- 提 供 者:
- l***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
灰度图像的像素值范围在[0,255]之间,如果采用一个像素一个字节的存储方式,势必会造成空间的浪费。如果采用一定的无损压缩算法,可以大大提高减小文件大小,减少存储空间。本程序采用动态规划中图像压缩算法(图像分段合并的思想),设计一个类,实现灰度位图数据的压缩和解压过程-Grayscale pixel values in the range [0,255], if we adopt a pixel one byte is stored, it must lead to a waste of space. If you use some lossless compression algorithm can reduce the file size greatly increased, reducing storage space. This program uses dynamic programming algorithm for image compression (image sub-merged the idea), to design a class that implements grayscale bitmap data compression and decompression process
(系统自动生成,下载前可以参看下载内容)
下载文件列表
CompressImage
.............\CompressImage
.............\.............\MainFrm.cpp
.............\.............\MainFrm.h
.............\.............\ReadMe.txt
.............\.............\res
.............\.............\resource.h
.............\.............\...\TestBitmap.ico
.............\.............\...\TestBitmap.rc2
.............\.............\...\TestBitmapDoc.ico
.............\.............\...\Toolbar.bmp
.............\.............\StdAfx.cpp
.............\.............\StdAfx.h
.............\.............\TestBitmap.aps
.............\.............\TestBitmap.clw
.............\.............\TestBitmap.cpp
.............\.............\TestBitmap.dsp
.............\.............\TestBitmap.dsw
.............\.............\TestBitmap.h
.............\.............\TestBitmap.ncb
.............\.............\TestBitmap.opt
.............\.............\TestBitmap.plg
.............\.............\TestBitmap.rc
.............\.............\TestBitmap.sln
.............\.............\TestBitmap.suo
.............\.............\TestBitmap.vcproj
.............\.............\TestBitmap.vcproj.C3AAA71F4295494.Administrator.user
.............\.............\TestBitmap.vcproj.SL410-31FD306FC.sl410.user
.............\.............\TestBitmap.vcproj.Suyan-PC.Suyan.user
.............\.............\TestBitmapDoc.cpp
.............\.............\TestBitmapDoc.h
.............\.............\TestBitmapView.cpp
.............\.............\TestBitmapView.h
.............\Out.txt
.............\pp.bmp
.............\数字化.bmp
.............\纹理.bmp
.............\CompressImage
.............\.............\MainFrm.cpp
.............\.............\MainFrm.h
.............\.............\ReadMe.txt
.............\.............\res
.............\.............\resource.h
.............\.............\...\TestBitmap.ico
.............\.............\...\TestBitmap.rc2
.............\.............\...\TestBitmapDoc.ico
.............\.............\...\Toolbar.bmp
.............\.............\StdAfx.cpp
.............\.............\StdAfx.h
.............\.............\TestBitmap.aps
.............\.............\TestBitmap.clw
.............\.............\TestBitmap.cpp
.............\.............\TestBitmap.dsp
.............\.............\TestBitmap.dsw
.............\.............\TestBitmap.h
.............\.............\TestBitmap.ncb
.............\.............\TestBitmap.opt
.............\.............\TestBitmap.plg
.............\.............\TestBitmap.rc
.............\.............\TestBitmap.sln
.............\.............\TestBitmap.suo
.............\.............\TestBitmap.vcproj
.............\.............\TestBitmap.vcproj.C3AAA71F4295494.Administrator.user
.............\.............\TestBitmap.vcproj.SL410-31FD306FC.sl410.user
.............\.............\TestBitmap.vcproj.Suyan-PC.Suyan.user
.............\.............\TestBitmapDoc.cpp
.............\.............\TestBitmapDoc.h
.............\.............\TestBitmapView.cpp
.............\.............\TestBitmapView.h
.............\Out.txt
.............\pp.bmp
.............\数字化.bmp
.............\纹理.bmp