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

Image-compression-algorithm

于 2011-06-21 发布 文件大小:60KB
0 253
下载积分: 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 个回复

  • Somp
    SOMP算法,该算法主要是应用在压缩传感中的信号恢复算法。(Compressed Sensing)
    2011-06-16 15:30:55下载
    积分:1
  • GaTspInMatlab
    说明:  TSP 程序 ,有Matlab GUI界面,完常直观,很有学习价值。(TSP programs with GUI base on GA,it s worth downloading)
    2010-04-09 08:00:51下载
    积分:1
  • 3542600_d04376dd2aa0bb13cfe65f01dc4a5e48
    说明:  fxstabilizer-ea-fx84netFXS.dll, 3485696 , 2015-09-17 fxstabilizer-ea-fx84netstabilizator.ex4, 72650 , 2015-09-17
    2019-05-01 18:22:06下载
    积分:1
  • peakfinder
    This function quickly finds local peaks or valleys (local extrema) in a noisy vector using a user defined magnitude threshold to determine if each peak is significantly larger (or smaller) than the data around it. The problem with the strictly derivative based peak finding algorithms is that if the signal is noisy many spurious peaks are found.
    2021-03-12 19:39:25下载
    积分:1
  • 哈夫曼树
    说明:  利用哈夫曼树对简单文件进行压缩和解压缩,对数据的压缩集成(Compression and Decompression of Simple Files Using Huffman Tree)
    2019-05-25 09:42:38下载
    积分:1
  • Huffman
    对于哈夫曼编码的仿真,可以计算平均码长、熵、压缩比、编码效率(Simulation of Huffman coding)
    2020-12-11 23:09:18下载
    积分:1
  • 图象开发包 Jpeg2000 SDK
    一个强大的图象压缩开发包,支持压缩格式为jpeg,jpeg2000有损无损压缩(A powerful image compression development kit, support for compression formats jpeg, jpeg2000 detrimental to lossless compression)
    2008-06-08 00:10:01下载
    积分:1
  • digitalaudio
    详细介绍了数字音频的压缩和传输,同时介绍了mp3、wma和AC-3音频的关键技术。(Details of digital audio compression and transmission, at the same time introduced the mp3, wma and AC-3 audio of key technologies.)
    2007-11-16 00:57:18下载
    积分:1
  • 200430481
    赫夫曼编译码器: 用哈夫曼编码进行通信可以大大提高信道利用率,缩短信息传输时间,降低传输成本。但是,这要求在发送端通过一个编码系统对待传数据预先编码,在接收端将传来的数据进行译码(复原)。对于双工信道(即可以双向传输信息的信道),每端都需要一个完整的编/译码系统。试为这样的信息收发站写一个哈夫曼码的编/译码系统。 [基本要求]一个完整的系统应具有以下功能: (1)I:初始化(Initialization)。从终端读入字符集大小n,以及n个字符和n个权值,建立哈夫曼树,并将它存于文件hfmTree中。 (2)E:编码(Encoding)。利用已建好的哈夫曼树(如不在内存,则从文件hfmTree中读入),对文件ToBeTran中的正文进行编码,然后将结果存入文件CodeFile中。 (3)D:译码(Decoding)。利用已建好的哈夫曼树将文件CodeFile中的代码进行译码,结果存入文件TextFile中。 (4)P:印代码文件(Print)。将文件CodeFile以紧凑格式显示在终端上,每行50个代码。同时将此字符形式的编码文件写入文件CodePrin中。 (5)T:印哈夫曼树(Tree printing)。将已在内存中的哈夫曼树以直观的方式(树或凹入表形式)显示出,同时将此字符形式的哈夫曼树写入文件TreePrint中。()
    2021-03-06 09:19:30下载
    积分:1
  • SPIHT
    基于小波的SPIHT编码,没有用算法编码。是matlab程序(Wavelet-based SPIHT coding algorithm for encoding to no avail. Is matlab program)
    2021-04-26 15:28:46下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载