搜索资源列表
Imagecompressionandsolutioncompression
- 一张图片是之前用摄像机采集的,另一张图片是经过离散沃尔什变换再量化编码压缩后又解压所得,能看出区别吗?呵呵。flik.m是原图,newflik.m是新图。 附上所有MATLAB源程序,有兴趣的话,你也可以用这几个程序对自己的照片“加工”一番。以下6个程序分别保存为6的m文件,文件名与下面给出的一致。待“加工”图片应该存放在Matlab的Work目录下。
dct
- 离散余弦变换的压缩程序MATLAB实现的,大家可以试一试!
图像压缩的几个MATLAB算法
- 图像压缩的几个MATLAB算法:分块编码、高斯金字塔、离散余弦变换、单值分解。-Image Compression Algorithm several MATLAB : Block Coding, Gaussian pyramid, discrete cosine transform, singular value decomposition.
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, 尤其是改进的离散余
001
- MATLAB环境下二维离散余弦变换的图像压缩-Two-dimensional discrete cosine transform image compression
DCT_sim
- 采用离散余弦变换对图像进行压缩的matlab函数代码。-Using discrete cosine transform image compression matlab function code.
DTCWT
- 双树复小波变换具有平移不变性、方向选择性等特点,适合进行图像压缩,优于传统离散小波变换方法。-The DT-CWT is suitable to image compression processing because of its shift invariance and directional selectivity. It is preferable to traditional Discrete Wavelet Transform(DWT).
DCT
- 离散傅里叶变换程序源码,matlab主程序,函数-Discrete Fourier transform program source code, matlab main program, function
Image-compression
- JPEG图像压缩的基本原理,基于离散余弦变换的压缩方法-The basic principles of JPEG image compression, discrete cosine transform-based compression method
matlab
- 通过matlab语言,使用基于离散余弦变换的技术,实现jpeg的图像压缩与解压。-Implementation of jpeg image compression and decompression
MATLAB-shiyan1
- 这是一个在MATLAB里对于离散时间信号的matlab实现,文件夹里有实验所需的全部代码-This is inside the MATLAB realization: MATLAB realization of discrete-time signals. There is experimental code required.
yasuo
- 基于离散余弦变换的图像压缩编码例程,采用Matlab作为编程环境。-Image compression coding routines Discrete Cosine Transform.