搜索资源列表
-
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下载:
This a JPEG encoding & decoding program of still image. It does not use level shifting. Discrete Cosine transform (DCT) is performed both by classical & Chen s Flowgraph methods. Predefined JPEG quantization array & zigzag order are used here. RUN -
-
-
1下载:
This a JPEG encoding & decoding program of still image. It does not use level shifting. Discrete Cosine transform (DCT) is performed both by classical & Chen s Flowgraph methods. Predefined JPEG quantization array & zigzag order are used here. RUN -
-
-
0下载:
This a JPEG encoding & decoding program of still image. It does not use level shifting. Discrete Cosine transform (DCT) is performed both by classical & Chen s Flowgraph methods. Predefined JPEG quantization array & zigzag order are used here. RUN -
-
-
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
-
-
1下载:
JPEG图像压缩标准MATLAB仿真程序。包括DCT变换及其逆变换、量化及反量化等过程。-JPEG image compression standard MATLAB simulation program. Including the DCT transform and its inverse transform, quantization and inverse quantization and other processes.
-
-
0下载:
基于离散余弦变换的一段音频水印嵌入程序,对毕业设计有一定的帮助-A discrete cosine transform-based audio watermark embedding program, designed for graduates of some help
-
-
0下载:
DCT变换,里面很多有用的matlab程序,你会需要的哈-DCT transform, which a lot of useful matlab program, you will need to Kazakhstan
-
-
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
-
-
1下载:
LMS、LMS/DFT、LMS/DCT、卡尔曼滤波、AR谱分析和小波变换的程序-Program LMS, LMS/DFT, LMS/DCT, Kalman filtering, AR spectral analysis and wavelet transform
-
-
0下载:
程序用vc6.0编写,基于离散余弦变换DCT和bp神经网络的人脸识别。采用ORL人脸库,对图像进行DCT低通滤波,再用BPNN进行训练或识别,样本空间内识别效果好。设计流程参考了本站 yaxuan 的v3.3(http://www.pudn.com/downloads330/sourcecode/math/detail1452162.html)(本程序不包含原作的粒子群修正权值及网络结构调整等功能,但调整了训练样本的排列顺序) 感谢原作者,若有侵权我会删除此上传^ ^-Vc6.0 procedu
-
-
0下载:
信息隐藏,基于DCT变换的信息隐藏算法,matlab实现,多多指教(This is the code about information hiding,which based on DCT transform,using matlab to program ,and hope you guys enjoy this code)
-
-
2下载:
整数DCT变换的图像压缩的程序实现,编程的平台是matlab(Integer DCT transform image compression program implementation, programming platform is matlab)
-