矢量量化VQ,是一个常见的压缩技术。Linde, Buzo, and Gray (LBG)提出了基于训练序列的Vector Quantization (VQ)算法。
2021-04-21 09:49:10 38KB Matlab LBG算法
1
本代码为MATLAB代码,是经典的图像压缩算法SPECK算法的完整实现。包含了该算法的全过程,能正常运行。
2021-04-19 09:38:25 70KB 图像压缩
1
矢量量化(VQ)实际上就是一种逼近的形式,它的思想和“四舍五入”有异曲同工之妙,都是用一个和一个数最接近的整数来近似表示这个数。VQ问题可以这样描述:给定一个已知统计属性的矢量源(也就是训练样本集,每一个样本是一个矢量)和一个失真测度。还给定了码矢的数量(也就是我们要把这个矢量空间划分为多少部分,或者说量化为多少种值),然后寻找一个具有最小平均失真度(数据压缩,肯定是失真越小越好)的码书和空间的划分。
2021-04-17 13:39:52 3KB MATLAB 矢量量化
1
Linde, Buzo, and Gray (LBG) proposed a VQ design algorithm based on a training sequence. The use of a training sequence bypasses the need for multi-dimensional integration. The LBG algorithm is of iterative type and in each iteration a large set of vectors, generally referred to as training set, is needed to be processed. Usually, vectors sampled from a group of typical signals to be encoded altogether construct a training set T={x1,x 2,?.x M} ,where xi represents a sampled training vector and M represents the size of training set which is far greater than the codebook size N.
2021-04-16 17:37:24 2KB LBG,图像压缩
1
用MATLAB做的基于霍夫曼编码的图像压缩,里面有个文件时专门的霍夫曼编码函数,自己写的。
1
多DSP图像压缩实时并行处理系统,多DSP图像压缩实时并行处理系统
2021-04-13 20:43:24 227KB 多DSP图像压缩实时并行处理系统
1
能实现JPEG图像的压缩与解压,注释的很好,解释清晰,十分实用。
2021-04-12 23:18:14 100KB JPEG matlab 源代码 图像压缩
1
该程序是基于mfc开发的图像压缩传输windows窗体程序,完美实现了压缩和传输的功能。
2021-04-12 08:27:54 6.69MB 图像压缩传输
1
医学图像压缩感知matlab
2021-04-07 17:40:33 255KB 医学图像压缩感知matlab
1
使用位分配优化的基于应用程序的兴趣区域的图像压缩
2021-04-06 11:07:21 2.62MB 研究论文
1