搜索资源列表
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
loadcode
- 在MATLAB中编写实现图像的不同级别小波分解算法;2选择合适的小波基;3对经典的几幅黑白和彩色图像进行DWT变换;4实现零树、基于塔式网格矢量量化、基于LBG算法、基于标量量化等小波变换编码;5得到分析比较结果。达到的目的:1综合训练学生编程的能力;2对高数、计算方法、程序设计、数据结构、算法、数字图像处理等课程的复习和运用;3可培养学生的算法设计和分析能力。-in MATLAB prepared to achieve different levels of image wavelet dec
DCTpcm_code
- 子块DCT变换编码/帧内预测编码DPCM,基于JPEG量化矩阵的量化与反量化-block DCT encoding / decoding predictive coding DPCM. JPEG quantization matrix based on the quantitative and anti - quantization
yinpinyasuo
- 【转载】叙述了MPEG音频编码标准中的变换编码技术,包括改进余弦变换和反变换,时域混叠抵消与自适应窗选择。
zheng
- 嵌入式零树小波变换编码 EZW 的MATLAB 程序
EZW图像编码
- 使用小波变换进行图像编码的经典程序。非常有用
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
DCT
- 图像的基于8*8分块的DCT变换编码 MATLAB编程环境 -Images based on 8* 8 block of DCT transform coding MATLAB programming environment
DCT
- 将图象分块(8*8),作DCT变换,并作IDCT:DCT是一种可分离图象变换,用来图象压缩编码,IDCT用来解压缩。-The image sub-block (8* 8) for the DCT transform, and to make IDCT: DCT is a separable image transformations, is used to image compression coding, IDCT is used to decompress.
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
LSCS_KFCS_code
- 压缩采样,基于乃奎斯特采样,压缩编码,变换编码-compressed sampling
wavelet
- 这是关于利用小波变换进行二层压缩的小程序,利用小波工具箱,进行图像编码,分层,解压缩,最后还原。-This is a program about wavelet
bianhuanbianma
- 变换编码的实现,对初学者还是值得参考的 比较有用的