搜索资源列表
对图像进行离散余弦变换处理的源代码
- 对图像进行离散余弦变换处理的源代码 很实用的-images of discrete cosine transform the source code is very useful
dct_tansform
- 图象处理 离散余弦变换 用于图象处理 图象处理 离散余弦变换 用于图象处理-image processing discrete cosine transform image processing for image processing discrete cosine transform for image processing
953893dct1_embed
- 关于数字水印的一些代码 基于离散余弦变换 -on digital watermarking code based on the Discrete Cosine Transform
DCTdemo
- DCT离散余弦变换演示。源代码+测试图片 -DCT discrete cosine transform demonstration. Photo source code testing
VC++FreTrans
- VISUALC++实现位图处理,各种正交变换包括付立叶变换,离散余弦变换,沃尔什-哈达玛变换
05
- 经典图像源代码,图像的正交变换,傅里叶,离散余弦变换等
DCT
- 利用离散余弦变换来对图像进行压缩的vc++程序源代码
jiyulisanyuxianbianhuanyu
- 基于离散余弦变换域处理的快速台标插入法 基于离散余弦变换域处理的快速台标插入法
05.rar
- vc++编程实现图像的傅里叶变换、离散余弦变换和沃尔什变换。,vc++ Programming image Fourier transform, discrete cosine transform and the Walsh transform.
FRETRANS
- 这个MFC程序可以实现对256色位图的傅里叶变换、离散余弦变换和沃尔什变换。-The MFC program can achieve 256-color bitmap in the Fourier transform, discrete cosine transform and Walsh transform.
samples(dct)
- 离散余弦变换SSE-Discrete cosine transform SSE
FreTrans
- 正交变换包括有傅里叶变换,离散余弦变换,沃尔什变换-Orthogonal transformation, including Fourier transform, discrete cosine transform, Walsh Transform
erweiDCT
- 用 FPGA实现了二维离散余弦变换和逆变换,结构设计采用行列分解法,乘法器采用移位求和的方法实现,并且采用流水线结构设计,提高处理核的性能-Using FPGA to achieve the two-dimensional discrete cosine transform and inverse transform, the structural design of the use of the ranks of decomposition, the sum of multipliers us
FreTrans
- 傅里叶变换 离散余弦变换 沃尔什变换-Fourier transform Walsh transform discrete cosine transform
zhidct2
- 这个程序根据公式实现了离散余弦逆变换,可以验证自己编写的离散余弦变换是否正确,对理解公式有帮助。-This procedure according to the formula to achieve the inverse discrete cosine transform, you can write your own validation of discrete cosine transform is correct, understanding the formula help.
11912927wavelet_transf
- 本实验主要利用MATLAB程序进行离散余弦变换(DCT)压缩和行程编码(Run Length Encoding, RLE)。-In this study, MATLAB programs using mainly discrete cosine transform (DCT) compression and run-length encoded (Run Length Encoding, RLE).
115157689RLE
- 本实验主要利用MATLAB程序进行离散余弦变换(DCT)压缩和行程编码(Run Length Encoding, RLE)。-In this study, MATLAB programs using mainly discrete cosine transform (DCT) compression and run-length encoded (Run Length Encoding, RLE).
FreTrans
- 对图像做正交变换,傅立叶变换,离散余弦变换,沃尔什变换-Make the image orthogonal transform, Fourier transform, discrete cosine transform, Walsh Transform
InformationHide
- 基于离散余弦变换的数字水印嵌入源代码,可以直接运行-Based on the discrete cosine transform digital watermark embedded in the source code can be run directly
图像处理(C++)
- 用c++代码编写的傅里叶变换算法,涉及快速傅里叶变换,离散余弦变换,沃尔什变换等多种变换