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

Image-compression-algorithm

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

  • Orthogonal-Matching-Pursuit
    压缩传感中Orthogonal Matching Pursuit算法的matlab实现以及测试程序,上传者亲自编写,以验证,可放心使用。(The realization of Orthogonal Matching Pursuit (OMP) algorithm via matlab. OMP is a classical algorithm in compressed sensing. The RAR also includes a test program for this algorithm.)
    2012-03-22 11:25:16下载
    积分:1
  • jpeg_decoder_play
    基于tinyjpeg的jpeg解压缩程序,可解码jpeg数据为YUV分量数据(Based Solutions tinyjpeg jpeg compression program, you can decode jpeg data to YUV component data)
    2015-08-20 16:23:30下载
    积分:1
  • Wavelet_OMP
    说明:  运用压缩感知的原理对图片进行处理 并通过正交匹配追踪法进行图像的重构(compressed sensing for colour image and the reconstruction by OMP)
    2010-04-01 16:50:41下载
    积分:1
  • A-REMARK-ON-COMPRESSED-SENSING
    说明:  一篇关于压缩感知的经典文章,压缩感知(Compressed sensing,简称CS,也称为Compressive sampling)理论异于近代奈奎斯特采样定理,它指出:利用随机观测矩阵可以把一个稀疏或可压缩的高维信号投影到低维空间上,然后再利用这些少量的投影通过解一个优化问题就可以以高概率重构原始稀疏信号,并且证明了这样的随机投影包含了原始稀疏信号的足够信息。(A classic article on compressed sensing, compressive sensing (Compressed sensing, referred to as CS, also known as Compressive sampling) different from the modern theory of the Nyquist sampling theorem, which states: the use of a random measurement matrix can be sparse or compressible high-dimensional signal projected to low dimensional space, and then use a small amount of projection by solving an optimization problem to be sparse with high probability to reconstruct the original signal, and prove that random projection of the original sparse signal contains enough information.)
    2011-04-10 08:29:58下载
    积分:1
  • jpeg_enc
    一个jpeg编码程序,有效实现了图像的jpeg压缩,是一个非常好的编码试例。(a jpeg coding procedures, the effective realization of the jpeg image compression, is a very good coding test cases.)
    2005-05-27 22:43:19下载
    积分:1
  • EZW
    EZW算法的matlab代码,希望对大家有用(EZW algorithm matlab code, everyone would like to be useful)
    2021-04-07 16:39:01下载
    积分:1
  • 263yasuoyuv
    263yasuoyuv.rar是把yuv-411格式文件压缩为*.263可直看(263yasuoyuv.rar is yuv-411 format for the*. 263 files can be read straight)
    2008-06-12 20:20:49下载
    积分:1
  • 图片
    代码基于MATLAB平台完成,能够对图片进行压缩处理(Code based on the MATLAB platform, can carry on the compression processing to the image)
    2017-12-28 21:59:09下载
    积分:1
  • hufman
    哈夫曼文本压缩器,两个功能压缩文本文件和解压二进制文件。 内容为源代码,用编译器把源代码运行一遍,把需要压缩的txt文件放到和源代码同一个目录下,压缩名称输入 **.txt 压缩后的名称一定要写二进制格式的 例如 **.dat 只能解压用这个程序压缩后的文件。。 解压名 写 **.dat 解压后名称 **.txt(Huffman text compression, two text files compression and decompression functions binaries)
    2013-12-27 11:06:18下载
    积分:1
  • tiexinyingxiangfenliang
    该程序用来计算变压器互感,相关参数计算一定正确(The procedure used to calculate the mutual inductance of transformer, the relevant parameters must correct)
    2021-03-11 15:39:26下载
    积分:1
  • 696518资源总数
  • 105661会员总数
  • 6今日下载