登录
首页 » Visual C++ » 实现图像的无损压缩

实现图像的无损压缩

于 2008-06-02 发布 文件大小:101KB
0 250
下载积分: 1 下载次数: 465

代码说明:

  该程序主要实现图像的无损压缩,具体算法包括: (1)整数小波变换+SPIHT无损压缩 其中整数小波可以采用JPEG2000提供的5-3小波,也可以采用S+P变换,本程序均已给出。 (2)DPCM+算术编码 DPCM采用的是JPEG中采用的方法; (3)JPEG-LS标准 JPEG-LS的无损压缩性能非常好,超过JPEG2000。(The program mainly realize lossless image compression, the specific algorithm include: (1) integer wavelet transform SPIHT Integer Wavelet lossless compression which can be used to provide the 5-3 wavelet JPEG2000, can also adopt the S P transform, the procedures are given. (2) DPCM arithmetic coding DPCM is used in JPEG methodology (3) JPEG-LS standard JPEG-LS lossless compression of very good performance, more than JPEG2000.)

文件列表:

Losslesscoding
..............\Lossless coding
..............\...............\ARITHCoding.cpp
..............\...............\ARITHCoding.h
..............\...............\Dib.cpp
..............\...............\Dib.h
..............\...............\HIC.APS
..............\...............\HIC.clw
..............\...............\HIC.cpp
..............\...............\HIC.dsp
..............\...............\HIC.dsw
..............\...............\HIC.h
..............\...............\HIC.ncb
..............\...............\HIC.opt
..............\...............\HIC.plg
..............\...............\HIC.rc
..............\...............\HICDoc.cpp
..............\...............\HICDoc.h
..............\...............\HICView.cpp
..............\...............\HICView.h
..............\...............\IntDwt53.cpp
..............\...............\IntDwt53.h
..............\...............\JPEG_LS.cpp
..............\...............\JPEG_LS.h
..............\...............\LiftDwt97.cpp
..............\...............\LiftDwt97.h
..............\...............\LinkList.cpp
..............\...............\LinkList.h
..............\...............\MainFrm.cpp
..............\...............\MainFrm.h
..............\...............\MATRIX2D.CPP
..............\...............\MATRIX2D.H
..............\...............\ReadMe.txt
..............\...............\res

..............\...............\...\HIC.rc2


..............\...............\Resource.h
..............\...............\SPIHTCoder.cpp
..............\...............\SPIHTCoder.h
..............\...............\SPTransform.cpp
..............\...............\SPTransform.h
..............\...............\StdAfx.cpp
..............\...............\StdAfx.h

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • MyGraphBrian
    我改写后的graphbrian类,原本支持柱状图饼图和折线图的,现在添加了对这些图的风格调整,主要是增加了调整绘图区背景色和文本背景的功能,还增加了把图片保存为bmp文件的功能,以便用其他软件方便的打印。(I would then graphbrian category, which originally supported the pie chart histogram and line graph, and now added to adjust the style of these plans, the main adjustment is to increase the drawing area background color and text background function, but also an increase of the picture saved as bmp files, in order to use other software to facilitate printing.)
    2008-01-30 11:27:56下载
    积分:1
  • Hough-transform
    基于规格化Hough变换的天波超视距雷达检测前跟踪算法(Hough transform based on the normalized horizon radar detection and tracking algorithms)
    2013-12-09 16:41:57下载
    积分:1
  • las_tools
    一个非常实用的las文件处理工具,可以实现很多功能,如读写las文件,分类,分块,抽稀,合并,生成边界线,生成DEM,点云高度归一化,数据格式转换,波形数据压缩等(A very useful the las file processing tools, you can achieve a lot of features, such as read and write las file classification block Rarefy merge to generate the boundary line, generated DEM point cloud height normalized data format conversion, waveform data compression, etc.)
    2021-01-24 20:58:38下载
    积分:1
  • xzjz
    本代码功能是将图像旋转任意角度,为进一步的图像处理做铺垫。(The code function is to rotate the image at any angle, laying the groundwork for further image processing.)
    2010-08-07 12:59:02下载
    积分:1
  • EffectShow
    精通Visual C++图像处理编程中的一个小程序,实现图像的各种扫描和移动,百叶窗等,可以作为初学者学习用
    2009-05-12 09:06:21下载
    积分:1
  • OTSUMultiThre
    1.本程序功能包含显示直方图,OTSU的单值分割,OTSU的二值分割,OTSU的三值分割 2.在OTSU的分割时,通常情况下我们是通过类间方差得到一个分割阈值,但是有时候我们需要得到各灰度级别的目标,那么采取多值分割是 很必要的,通过改进得到OTSU的多值分割方法 3.本程序另外还有显示直方图,计算程序运行时间,处理结果以新的窗口显示等细节,这部分适合MFC初学者。(1. This procedure shows the histogram feature, OTSU single segmentation, OTSU binary segmentation, OTSU three segmentation 2. OTSU segmentation, it is usually the case we are through the between-cluster variance by a partition threshold , but sometimes we need to be the gray level of the target, then the multi-segmentation is necessary, through improved access to multi-OTSU segmentation methods 3. This procedure in addition to show the histogram to calculate run time, treatment the results of a new window display the details of this part of MFC for beginners.)
    2009-02-06 14:55:41下载
    积分:1
  • Three-dimensional-algorithm
    关于MC三维重建算法的二义性消除的文章,很好的消除了MC算法中的二义性(it s the article about Three-dimensional reconstruction algorithm to eliminate ambiguity in MC)
    2014-01-17 13:19:26下载
    积分:1
  • Three-dimensional-algorithm
    关于MC三维重建算法的二义性消除的文章,很好的消除了MC算法中的二义性(it s the article about Three-dimensional reconstruction algorithm to eliminate ambiguity in MC)
    2014-01-17 13:19:26下载
    积分:1
  • MedianFilter_GPU
    该VC++程序是基于CUDA架构的中值滤波程序,GPU加速,并且使用了opencv函数库(The VC++ program is based on the CUDA architecture median filtering program, GPU acceleration, and use the opencv library)
    2014-10-27 18:29:32下载
    积分:1
  • ImageTool
    图像处理 二值化 旋转 90 180 等,支持多种 图片(图像处理 二值化 旋转)
    2012-05-04 15:26:20下载
    积分:1
  • 696518资源总数
  • 106235会员总数
  • 12今日下载