搜索资源列表
H264中的整数DCT变换编码及量化代码
- H264中的整数DCT变换编码及量化代码,并附有原文的DCT编码、量化的说明文档。本源码从X264及JM中抽取后整理得来,并用原文档中的示例数据进行了测试,与原文档结果完全一样,是学习H.264不可多得的参考资源.
数字水印DCT变换
- 水印DCT变换嵌入
DCT变换 C实现
- DCT变换的实现,用C语言实现的
DCT程序实现文档
- dct变换-DCT transform
dct
- dct变换,给出了dct变换的函数,使用时只要把该文件包含即可使用。-dct transformation, has produced the dct transformation function, when the use so long as contains this document then uses.
一个基于DCT变换域的数字水印系统实例
- 一个基于DCT变换域的数字水印系统实例-based on a DCT domain of digital watermarking system examples
图象的DCT变换
- 这是我VB实习弄的图象的DCT变换程序,与大家分享-This is my VB internship get images of DCT procedures, and share
dct变换
- 实现离散余弦(TCD)变换-achieve discrete cosine (TCD) Transform
基于DCT变换的图像编码方法研究
- 本文结合DCT变换的特性,利用分形的Peano一hilbert扫描曲线,对基于DCT变换的图像编码方法进行了研究,并提出了改进方法。主要工作分为两个部分: 一是在分块DCT基础上的改进。对分块后生成的各图像块矩阵,不直接作二维DCT变换,而是先进行扫描,使之重排成一维向量,再进行一维DCT变换,这样可以减少运算量。 其次是对层次余弦变换编码部分的改进。使用层次DCT变换与零树编码相结合的方法,并在扫描编码过程中,按Peano一hilbe
dct变换的VC实现
- DCT变换的VC实现,对研究DCT如何用C实现有很大的参考作用,或可直接调用-DCT VC to study how to use C DCT achieve a great reference, or direct call
所有dct
- 我所有的dct变换程序,包括mmx,sse,sse2等,对于大家应该有用。-all my A1501 transform procedures, including mmx, SSE, SSE3, should be useful for everyone.
DOC的快速变换
- 考虑到DCT变换中的系数要重复计算,可使用查找表来提高运行的效率,只要开始DCT变换之前计算一次,DCT变换中就可以只查找而无需计算系数。-to the DCT coefficients to be calculated, the use of look-up tables to improve operational efficiency, as long as the DCT started once before, on DCT
fdct快速dct变换
- 演示快速DCT变换和普通dct变换的区别-demonstration FDCT and ordinary Extra transform the difference
图像dct变换的程序
- 对原始灰度图像 Lena_gray.bmp进行图像压缩实验 1.对此图进行 8×8 DCT 变换后,分别只保留 DC系数,以及保留前 4、8、16 个变换系数(DC+AC) ,然后再分别进行 IDCT 变换,比较结果。 2.可以使用 Matlab - Image Processing Toolbox 中的函数实现。 -gray image of the original image compression Lena_gray
dct+ss
- dct变换+扩频的数字水印算法 水印为随即序列-Extra transform Spread Spectrum Watermarking digital watermarking algorithm for the forthcoming series
DCT-transform
- 这是一个非常有用的DCT变换的原代码,用c语言编写,希望对大家有帮助。-This is a very useful DCT's original code using the c language, and I hope to be helpful.
DCT
- 将一副256*256的灰度图像分成8*8的小图像块,然后进行dct变换-Will be a 256* 256 gray image is divided into 8* 8 small image blocks, and then proceed to DCT transform
dct
- dct变换的源码,谢谢大家了。这里是个好环境,希望能在里面学到很多东西!-DCT transform of the source, I would like to thank the U.S.. Here is a good environment, and hope to be able to learn a lot there!
dct
- 2维DCt源码,可以实现8乘8点数据的2维DCT变换 -2-D DCT-source, you can realize 8 x 8 data 2-D DCT transform
DCT变换图片压缩
- 里面要求实现基于DCT变换的图片压缩程序,基本上复制以后就可以直接运行。值得一提的是,我里面直接调用了三个个外部的包,如果用eclipse编译器或者其他的话,需要在偏好设置中自行设置,否则会报错。具体设置可以自行百度,很简单的(It requires the implementation of image compression program based on DCT transform. After copying, it can