搜索资源列表
-
0下载:
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
-
-
2下载:
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
-
-
0下载:
本程序是在VC++编译环境下,用纯C语言编写的2D-DCT变换,程序中用的是一个4*4的矩阵进行的变换,可以改为对一幅图像进行。运算结果正确,在Matlab中进行了检验,dct2()指令即进行DCT变换。有一定的参考价值。-This procedure is in VC++ compiler environment, written in pure C 2D-DCT transform, the program used is a 4 x 4 matrix for the transformat
-
-
0下载:
在视频编码中常用的一种变换,离散余弦变换[DCT].此程序用C语言编写成源码,并经调试通过.-The DCT is the commonly transform.The program is compile by c language.
-
-
0下载:
该程序利用离散余弦变换(DCT)对JPEG图像进行压缩与解压缩-The program using the discrete cosine transform (DCT) for JPEG image compression and decompression
-
-
0下载:
离散傅里叶变换程序源码,matlab主程序,函数-Discrete Fourier transform program source code, matlab main program, function
-
-
0下载:
用MATLAB实现数据压缩中的DCT变换,程序里有比较详细的说明。-DCT transform data compression using MATLAB program, a more detailed explanation.
-
-
0下载:
this program is written in verilog compute the dct transform of an image used for jpeg and other image compression methods-this program is written in verilog compute the dct transform of an image used for jpeg and other image compression methods
-
-
2下载:
整数DCT变换的图像压缩的程序实现,编程的平台是matlab(Integer DCT transform image compression program implementation, programming platform is matlab)
-