搜索资源列表
DrakeDCT050629B
- DCT离散余弦变换编码和解码,利用vc对bmp图像实行变换,可以对变换和恢复后的结果进行保存和观看比较结果-the program of DCT coding and decoding.It is used to transform bmp to jpg.you can compare the original bmp to transformed jpg
数字图象处理学VC++实现
- 其中包括图像压缩的基本编码方法如Huffman编码\\算术编码\\JPEG 2000\\H.261压缩编码标准\\小波变换编码\\运动估计算法\\视频图象采集的VC实现等.-including the basic image compression coding methods as Huffman coding \\ arithmetic coding \\ JPEG 2 000 \\ H.261 coding standard \\ Wavelet Transform Coding \\ m
20060304073455509
- 基于小波变换的嵌入式图像零树编码与解码。-based on wavelet transform embedded images Zerotree encoding and decoding.
yinpinyasuo
- 【转载】叙述了MPEG音频编码标准中的变换编码技术,包括改进余弦变换和反变换,时域混叠抵消与自适应窗选择。
JPEGcompression.rar
- 1.首先通过DCT变换去除数据冗余; 2.使用量化表对DCT系数进行量化; 3.对量化后的系数进行Huffman编码。 具体源程序由主程序及两个子程序(DCT量化、Huffman编码)组成: ,1. First of all, through the DCT transform to remove data redundancy 2. The use of quantization table of quantization DCT coefficients 3. Of quanti
work.rar
- 常用图像压缩编码码matlab实现。包括:DM编码、变换编码(FFT和DCT)、算术编码、行程编码、Huffman编码、线性预测编码和一个近似的JPEG编码过程。非常适合入门用户实践。,Commonly used image compression coding matlab code to achieve. Including: DM coding, transform coding (FFT and DCT), arithmetic coding, Run-Length Coding, Hu
JPEG.rar
- 图像JPEG压缩算法,由8*8DCT变换,调用量化表进行量化,最后由Huffman编码完成算法,JPEG image compression algorithm, the 8* 8DCT transform, quantization table calls to quantify, and finally completed by the Huffman coding algorithm
ImageCoding
- 图像的压缩编码,有像素编码、预测编码、变换编码等-Image compression coding, there are pixel coding, predictive coding, transform coding, etc.
H.264
- H.264标准解码器全部verilog源码,包括帧内、帧间、变换编码、熵编码、滤波等所有模块-Standard H.264 decoder all verilog source, including intra-, inter-frame, transform coding, entropy coding, filtering all modules
9854125413
- 运动估计是视频编码的关键技术,其最基本的原理是利用相邻帧间的时间 相关性,通过预测来减少时间冗余度。在实际编码中,为了节省码率,并不传 输每一帧的全部数据,而是利用运动估计求出每一帧与其预测参考帧之间的差 值。运动估计越准确,差值的分布越趋近与零,差值块的能量越小,经过变换、 量化和熵编码后所产生的码流的比特位率也越少。因此,运动估计搜索的准确 程度直接影响到了编码的压缩性能。 -Motion estimation is the key to video encodin
Untitled3
- 离散余弦变换图像压缩-分块,变换,编码,传送,解码-Discrete cosine transform image compression- block, transform, coding, transmission, decoding
5
- 这是变换编码技术 是一种压缩技术 可以对图片或者字符-This is a transform coding technique is a compression technology, or characters in the picture
wavelet
- 这是关于利用小波变换进行二层压缩的小程序,利用小波工具箱,进行图像编码,分层,解压缩,最后还原。-This is a program about wavelet
DCT
- 变换编码中的dct编码是一种常用的压缩编码方法,用于文本文件压缩。-Dct transform coding in the code is a common compression method, used for text file compression.
WSDHM
- 变换编码中的沃尔什-哈达玛变编码,用于文本文件的压缩,是常用压缩编码方法。-Transform coding in the Walsh- Hadamard change encoding for text file compression, compression coding method is used.
Data_Compress_System
- 各种数据压缩和解压的源码,用mfc实现。包括熵编码,预测编码,变换编码,字典编码- 是作为论文参考,和学习解压缩解压的完美代码。-The source of a variety of data compression and decompression, with mfc achieved. Entropy coding, predictive coding, transform coding, dictionary coding- as reference papers, and learni
transform-coding
- 对于变换编码的知识介绍,包括DCT,DHT,HARR,KLT,并对不同变换的性能做了对比-For transform coding knowledge presentation, including DCT, DHT, HARR, KLT, and the performance of different transform to do a comparison
cal_cor
- 变换编码中相关系数的求解,特别适用于KLT变换,得到对角矩阵-Correlation coefficients in transform coding solution, especially suitable for KLT transform, the diagonal matrix
224071252zuixinwenzhang
- 离散余弦变换(DCT)是一种常用的数字速率变换编码方法。DCT首先将整个图像分割成n×n像素块,然后在n×n像素块上逐帧执行DCT变换。由于图像的高频成分很小,与高频分量对应的系数通常为零,肉眼对高频分量的变化并不敏感, 因此,我们使会用简洁的定量方法。因此,数字传输系数的速率远小于用于传输图像像素的数字速率。到达接收机后,逆离散余弦变换返回到样本值。虽然会有一定的失真,但人眼是可以接受的。(The coefficients of the DCT domain motion compensati
JPEG
- 实现bmp图像的压缩编码解压,包括哈弗曼编码解码 dct变换 量化(Realize the BMP image compression coding decompression)