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

实现图像的无损压缩

于 2008-06-02 发布 文件大小:101KB
0 248
下载积分: 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 个回复

  • kalmanPcamshift(meanshift)
    Kalman+CamShift实现视频追踪(Kalman+CamShift video track)
    2014-05-14 16:46:19下载
    积分:1
  • contrast
    28个vc++图像处理原程序之--对比度拉伸(28 vc++ Image processing of the original procedure- contrast stretching)
    2008-12-24 11:58:36下载
    积分:1
  • MARK_Dehaze
    2009年CVPR最佳论文《Single image haze removal using dark channel prior》暗原色图像去雾的算法实现。与原文不同的是本程序没有完成最后matting细化效果的部分,但仍能够达到视觉上可以接受的去雾效果。计算机视觉课程作业。工程运行于VS2008环境,需要OpenCV支持。Debug目下exe文件可以直接双击运行查看结果。(CVPR 2009 Best Paper " Single image haze removal using dark channel prior" to the dark fog of the primary image algorithm. The difference is that with the original program did not complete the final matting refinement part,yet haze-removal result is visually acceptable. Visual course work. This project runs under VS2008 with OpenCV. Double click the exe file under Debug folder to check the final result.)
    2011-08-10 16:46:35下载
    积分:1
  • 2342525234
    DCT 数字水印 VC源代码 DCT 数字水印 VC源代码(DCT digital watermarking VC source code DCT digital watermarking VC source code)
    2007-04-08 20:59:38下载
    积分:1
  • PS
    说明:  讲述PS技术的抠图经典问题,帮助你快速熟悉抠图的精华!(PS about the classic problem of technology, matting, matting to help you quickly familiar with the essence!)
    2011-05-13 23:58:48下载
    积分:1
  • gundongzimu
    在两个控件里实现自动的字幕滚动,点击取消后,停止(In the two controls in the subtitles automatically scroll, click Cancel, stop)
    2010-08-25 21:17:20下载
    积分:1
  • motiontrack
    运动目标的给总与识别,可以实时显示目标的运动轨迹,支持高速相机实时处理视频数据,并可以获得运动目标的轮廓矩等信息(Moving target to the total and the identification of moving targets in real-time display track, real-time processing to support high-speed video camera and moving target access to information such as contour moments)
    2020-10-06 00:17:39下载
    积分:1
  • -TV-platform-
    一种求解电大平台天线互耦的时域积分方程快速算法(Solving the Antenna TV platform stie fast algorithm)
    2013-12-05 19:25:04下载
    积分:1
  • Light-Spot
    针对空间发光点缩成光斑图像中心的高精度提取问题,本文提出一种亚像素提取方法。该方法简历了具有高斯能量分布的空间发光点的透视投影光斑图像灰度分部数学模型,证明了空间发光点能量中心的透视投影不变性。(Light-emitting points of space shrunk to spot high-precision center of the image extraction problem, we propose a subpixel extraction method. This method resumes a space with Gaussian energy distribution points of perspective projection spot light gray segment mathematical model to prove the energy center of the space light-emitting point perspective projection invariance.)
    2010-12-10 22:56:07下载
    积分:1
  • laplace
    说明:  本代码采用的是opencv,有视频采集和对采集的视频帧进行laplace处理的功能!(This code uses a opencv, with video capture and the capture of video frames laplace processing capabilities!)
    2009-08-24 09:50:35下载
    积分:1
  • 696518资源总数
  • 106222会员总数
  • 14今日下载