登录
首页 » matlab » Image-compression-algorithm

Image-compression-algorithm

于 2011-06-21 发布 文件大小:60KB
0 179
下载积分: 1 下载次数: 29

代码说明:

  一系列展示图像压缩技术的源代码。包括有:使用块截断编码的图像压缩(Block Truncation)、基于高斯金字塔变换的图像压缩(Gaussian Pyramids)、基于离散余弦变换对图像压缩(Discrete Cosine Transform)、基于奇异值分解(SVD)的图像压缩(Singular Value Decomposition)。给出的代码还可以用于2D图像噪声消除。(Series show the source code for image compression technology. Include: use of block truncation coding for image compression (Block Truncation), Gaussian pyramid transform based image compression (Gaussian Pyramids), based on the discrete cosine transform image compression (Discrete Cosine Transform), based on singular value decomposition (SVD) image compression (Singular Value Decomposition). The code given 2D image can also be used for noise cancellation.)

文件列表:

图像压缩算法演示源代码
......................\compression
......................\...........\btcode.m,13007,2004-04-10
......................\...........\conv2fft.m,6943,2004-01-08
......................\...........\convfft.m,1623,2004-01-08
......................\...........\dctcompr.m,7666,2004-04-15
......................\...........\imcompr.m,4354,2004-04-09
......................\...........\pyramid.m,7747,2004-04-10
......................\...........\testo.txt,1421,2004-04-16
......................\compression.zip,9753,2008-03-02
......................\loadFile.do.htm,47945,2008-03-02
......................\loadFile.do_files
......................\.................\00th.png
......................\.................\30th.png
......................\.................\60th.png
......................\.................\90th.png
......................\.................\blue_band_536x5.gif
......................\.................\bullet.gif,57,2008-03-02
......................\.................\Captcha.htm,6646,2008-03-02
......................\.................\cmnty1.css,10462,2008-03-02
......................\.................\doc.gif,70,2008-03-02
......................\.................\dots_rnav.gif,97,2008-03-02
......................\.................\dots_rnav_top.gif,152,2008-03-02
......................\.................\exclamation.gif,64,2008-03-02
......................\.................\fullstar.gif,145,2008-03-02
......................\.................\fullstar_grey.gif,145,2008-03-02
......................\.................\halfstar.gif,140,2008-03-02
......................\.................\ltblue_top_nav_trans.gif,117,2008-03-02
......................\.................\mail_brdr.gif,155,2008-03-02
......................\.................\mlc_logo.gif,2569,2008-03-02
......................\.................\question.gif,64,2008-03-02
......................\.................\s4838809672192.gif,43,2008-03-02
......................\.................\site3.css,3296,2008-03-02
......................\.................\spacer.gif,43,2008-03-02
......................\.................\submitfile.gif,66,2008-03-02
......................\.................\s_code.js,39111,2008-03-02
......................\.................\xmlicon_30x12.gif,260,2008-03-02
......................\说明.doc,19968,2011-04-21

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

发表评论

0 个回复

  • bnpts点云文件bunny
    bnpts点云文件 进过压缩处理 大约100000个点(bnpts)
    2010-11-01 10:57:16下载
    积分:1
  • Genertate-LG-Beam
    压缩包中包含有拉盖尔函数、缔合拉盖尔函数以及产生拉盖尔高斯光束的文件。光束的两个量子数可以任意修改(Compressed packet contains Laguerre functions, Laguerre functions and association Laguerre Gaussian beam generated files. Beam two quantum numbers can be modified)
    2013-05-28 20:40:43下载
    积分:1
  • Discrete_Cosine_and_Sine_Transforms
    继 Discrete Cosine Transform: Algorithms, Advantages, Applications (K. R. Rao and P. Yip) 之后的一本关于离散余弦变换(DCT)的快速实现算法的最新专著. 本书第五章“Integer Discrete Cosine/Sine Transforms”关于DCT整数近似实现写的非常详细和精彩, 很方便大家编程实现. 值得一提的是本书的第一作者Vladimir Britanak 一直在从事DCT, 尤其是改进的离散余弦变换(MDCT)的快速算法的研究.(This book, which is written very carefully, is a new monograph of Discrete Cosine Transform (DCT).The fifth chapter about the Integer Discrete Cosine/Sine Transforms is especially wonderful. )
    2020-12-02 19:09:28下载
    积分:1
  • Signal
    接收器必须具有某种方法能够知道数据流中字节的起始和结束。在异步通信中,字节边界由起始和停止位指示。在同步通信中,定时机制帮助发送器和接收器处于同步状态。(The receiver must have some way to know the data stream in bytes of the start and end. In asynchronous communication, the byte boundary from the start and stop bit instructions. In synchronous communication, the timing mechanism to help the transmitter and receiver are in sync.)
    2010-01-25 18:37:25下载
    积分:1
  • CArcExt_demo
    加密、压缩(The Examples of Encrypt and Compression)
    2021-03-03 08:29:33下载
    积分:1
  • bin
    说明:  传统游程编码,并且又对游程编码进行了一定程度的改进。(The traditional run-length coding has improved it to some extent.)
    2020-06-24 19:40:01下载
    积分:1
  • 哈夫曼树
    说明:  利用哈夫曼树对简单文件进行压缩和解压缩,对数据的压缩集成(Compression and Decompression of Simple Files Using Huffman Tree)
    2019-05-25 09:42:38下载
    积分:1
  • 7zipDll
    完善后的LZMA(7ZIP)压缩DLL文件,且带有示范使用源码。(Perfect after LZMA (7ZIP) compressed DLL files, and a demonstration on the use of source code.)
    2007-09-24 12:25:04下载
    积分:1
  • haffman
    对输入的字符进行哈弗曼编码,生成编码表,计算压缩比等(haffman tree)
    2011-08-30 14:10:52下载
    积分:1
  • 61857042RLS
    说明:  自适应信号处理的理论和技术经过40多年的发展和完善,已逐渐成为人们常用的语音去噪技术.并通过实例介绍了基于Matlab的RLS自适应语音噪声对消系统的设计与实现.(After more than 40 years of development and improvement, the theory and technology of adaptive signal processing have gradually become a common speech denoising technology. The design and implementation of RLS adaptive speech noise cancellation system based on Matlab are introduced through an exampl)
    2021-03-13 10:57:04下载
    积分:1
  • 696518资源总数
  • 105949会员总数
  • 22今日下载