搜索资源列表
fastDCT
- 快速DCT变换的C++源码,可以参考一下,帮助理解算法,并进行优化-FDCT C source, a reference to help understand algorithms, and optimized
fdct1
- Loffer算法的DCT变换的C代码,还不错,大家看看! -Loffer DCT algorithm C code, quite good, we see!
DCT变换 C实现
- DCT变换的实现,用C语言实现的
fdct_cdiao
- 这是一个DCT变换的C程序,误差小,在实际应用中图像不会发生失真。-This is a DCT transform of C procedures, the error small, in practical applications there will be no image distortion.
dct
- 这个是dct代码。可用于图像转换。。而且是在c环境下实现-the dct
matlab
- 基于MATLAB的数字水印技术研究 关键词:数字水印 Matlab Visual C++6.0 DWT DCT -MATLAB-based digital watermarking technology research Keywords: digital watermarking Matlab Visual C++6.0 DWT DCT
8hz-mp3.src.v02b
- 基于8Khz采样率的mp3源码,其中包括DCT变换,心理学模型,霍夫曼可边长度编码等-mp3 C source code based 8khz sample rate.
jpeg
- JPEG 静态图像压缩 各文件功能说明如下: 1) JPEG压缩程序:gendat.exe 2) 为压缩后的数据加上JPEG文件头的程序genjpg.exe 3) 解JEPG压缩程序extrdat.exe 其中:(1)的输入参量是需要生成的压缩文件的名字。 主程序流程为: a) 程序初始化,读取文件名称、原始图像数据等基本数据; b) 从AC.TAB和DC.TAB两个文件生成AC表和DC表,存入数组 c) 以8×8为样本单位进行DCT变换 d) 以8×8为
DCT
- Visual C++实现视频编码中的DCT和反DCT变换-Visual C++ implementation of the DCT video coding and anti-DCT transform
shuzidianshizhengshudct
- 数字电视的dct编码c++仿真 是整数dct的-failed to translate
DCT
- 使用C语言实现DCT变换 精度不是很高-Using the C language is not very high precision DCT transform
sucess_in_fdct
- 本程序是一幅512*512的lena.raw图像进行快速DCT和其逆变换,整个程序均调试通过,是在C语言环境下编写的,在整个关于快速DCT的源码中,本代码可以说是集大成者,很值得一看。-This procedure is mainly of a float or double type of data, rounding, the float data can be positive or negative, can be, take the whole principle of roundin
DCT_Csharp
- 非常好的DCT代码,自用已经在项目中验证通过-Good source code of DCT transform in C Sharp.
DiscreteCosineTransform
- 利用C#实现基于DCT变化的信息隐藏技术,使用简单方便-C# DCT
DCT
- 主要是离散预先变换的代码 主要是编解码 -DCT C, H.264
DCT
- Discreat cosin transform for data transfermation in c Lamguage
DCT
- DCT,C语言代码,移植性强,dct广泛应用与数字多媒体领域的信息嵌入,以及编码问题上-DCT, the C language code, portability, the DCT wide range of applications and digital multimedia information in the field of embedded and coding issues
CPPDCT
- dct算法c + + 实现。-C++ implementation of DCT algorithm
DCT
- 按照离散余弦变换的定义编写的C++程序,可以在VC上运行-DCT C++