图像压缩算法JPEG基于DCT图像压缩算法JPEG基于DCT图像压缩算法JPEG基于DCT图像压缩算法JPEG基于DCT
2019-12-21 20:07:48 256KB DCT JPEG图像压缩编码 MATLAB实现
1
基于Matlab实现的经典的图像压缩算法,包括哈夫曼编码,算术编码、字典编码、行程编码-Lempel-zev 编码正交变换编码如DCT、子带编码 粒子、子采样、比特分配、矢量量化
2019-12-21 20:07:10 1003KB 压缩算法 Matlab实现
1
基于dct的数字图像压缩解压 MATLAB
2019-12-21 20:06:09 205KB DCT 图像压缩 matlAB
1
基于主成分分析,图像压缩和重建,降维,注释详细,有例图
2019-12-21 20:05:48 125KB 主成分分析
1
文章作者写的matlab源代码,该文章发表在Digital Signal Processing: Ke-Kun Huang , Hui Liu, Chuan-Xian Ren, Yu-Feng Yu and Zhao-Rong Lai. Remote sensing image compression based on binary tree and optimized truncation. Digital Signal Processing, vol. 64, pp. 96-106, 2017. (http://dx.doi.org/10.1016/j.dsp.2017.02.008) 遥感图像数据非常广泛,因此需要通过空间设备上的低复杂度算法进行压缩。具有自适应扫描顺序(BTCA)的二叉树编码是一个的有效算法。然而,对于大规模遥感图像,BTCA需要大量的内存,而且不能随机存取。在本文中,我们提出了一种基于BTCA的新的编码方法。小波图像首先划分为几个块,并由BTCA单独编码的。根据BTCA的属性,仔细选择每个块的有效截断点,以优化速率失真的比例,从而获得更高的压缩比、更低的内存要求和随机访问性能。由于没有任何熵编码,所提出的方法简单快速,非常适合于空间设备。对三个遥感图像集进行实验,结果表明它可以显着提高PSNR、SSIM和VIF,以及主观视觉体验。 The remote sensing image data is so vast that it requires compression by low-complexity algorithm on space-borne equipment. Binary tree coding with adaptive scanning order (BTCA) is an effective algorithm for the mission. However, for large-scale remote sensing images, BTCA requires a lot of memory, and does not provide random access property. In this paper, we propose a new coding method based on BTCA and optimize truncation. The wavelet image is first divided into several blocks which are encoded individually by BTCA. According the property of BTCA, we select the valid truncation points for each block carefully to optimize the ratio of rate-distortion, so that a higher compression ratio, lower memory requirement and random access property are attained. Without any entropy coding, the proposed method is simple and fast, which is very suitable for space-borne equipment. Experiments are conducted on three remote sensing image sets, and the results show that it can significantly improve PSNR, SSIM and VIF, as well as subjective visual experience.
2019-12-21 20:03:54 2.64MB 图像压缩
1
用MATLAB做的基于霍夫曼编码的图像压缩,里面有个文件时专门的霍夫曼编码函数,自己写的。
2019-12-21 20:03:26 684KB MATLAB 图像压缩 霍夫曼编码
1
小波变换在图像压缩中的应用,用MATLAB实现时因为MATLAB自带小波分析工具箱,所以编程比较简便,主要是算法要理解。这里附上了4个程序代码,1是局部压缩,2、3是两个压缩实例(EZW算法,让部分高频系数置零),4是阈值确定实例。载入图像时MATLAB软件自带的,因此不需要转换图像格式等语句。另外,一些函数的不理解的,可以查看help看函数的意义。因为实验结果上传起来比较费时,所以只给了源文件。仅供学习参考。希望能起到帮助作用
2019-12-21 20:02:52 3KB 小波变换 图像压缩 MATLAB
1
软件压缩/解压缩软件 Szip(Huffman算法及应用) 灰度图像压缩/解压缩类的实现 (动态规划算法的应用) 源码及报告 C++ VS2005 MFC 实现
2019-12-21 19:59:36 11.04MB 数据结构 Huffman算法
1
用C/C++语言实现了JPEG图像压缩算法
2019-12-21 19:58:58 8KB 图像压缩 JPEG
1
数字图像处理图像压缩MATLAB程序及仿真,带有源代码,数字图像处理必备。
2019-12-21 19:56:39 132KB 数字图像处理 图像压缩 MATLAB程序
1