搜索资源列表
watermark的DCT代码2
- 有一个机遇DCT域的数字水印算法,里面有详细的注释说明,可以拿来研究-This is a DCT watermarking algorithm attached with detailed comments and explanation, which can be used for research purpose.
work.rar
- 常用图像压缩编码码matlab实现。包括:DM编码、变换编码(FFT和DCT)、算术编码、行程编码、Huffman编码、线性预测编码和一个近似的JPEG编码过程。非常适合入门用户实践。,Commonly used image compression coding matlab code to achieve. Including: DM coding, transform coding (FFT and DCT), arithmetic coding, Run-Length Coding, Hu
Watermark_zs.rar
- 用c语言实现一种基于DCT系数均值的盲水印算法,C language implementation with a mean value based on the DCT coefficient of the Blind Watermarking Algorithm
19854796watermarking
- 武汉大学信息隐藏实验实现源代码 各种隐藏算法dct变换,小波变换,MD5算法等-Wuhan University Experimental realization of information hiding all kinds of hidden algorithm source code dct transform, wavelet transform, MD5 algorithm
Dct
- 主要研究了彩色图像数字水印算法,在DCT域进行了水印的自适应嵌入和提取,并用Matlab进行了仿真实验,测试算法的性能-The main color image watermarking algorithm in the DCT domain adaptive watermark embedding and extraction, and with the Matlab simulation experiment to test the performance of algorithm
jiyudct
- DCT域数字水印源代码.水印嵌入,水印检测,攻击实验以测试鲁棒性,重要参数计算。希望对做数字水印的XDJM有所帮助。--DCT-domain digital watermarking source code. Watermark embedding, watermark detection, attack experiment to test the robustness, an important parameter calculation. Want to do digital waterm
Watermarking_althorithm_based_on_DCT(MATLAB)
- 基于DCT变换的水印图像水印算法源代码(matlab实现)。将文件解压缩到MATLAB安装目录下的work文件夹中,然后打开aaa.m文件,运行即可。-Based on the DCT Transform Watermarking Image Watermarking Algorithm source code (matlab achieve). Extract the file to the MATLAB installation directory under the work folder
water
- 基于dct变换的数字水印 matlab源码及测试用数据-Based on the DCT Transform Digital Watermarking matlab source code and test data
dct
- 基于matlab编写的dct数字水印程序,文件包括有源程序以及简单的说明等-DCT matlab prepared based on digital watermarking procedures, documentation, including source code, as well as simple descr iptions
DCT
- 基于DCT域的鲁棒水印,能抗击一定程度的压缩,剪切等攻击-Based on the DCT domain robust watermarking, can fight against a certain degree of compression, shear, such as attacks
DCT
- DCT数字图像水印算法的源代码!含有图像的水印的嵌入和水印的提取!-DCT digital image watermarking algorithm source code! Containing the watermark image watermark embedding and extraction!
DCT
- Matlab Code for watermarking in DCT
dct
- DCT域数字水印嵌入算法MATLAB实现-DCT domain watermarking algorithm MATLAB Implementation
dct
- 这是一个基于DCT的数字水印技术的研究,有详细的程序和代码-DCT watermarking
A-DCT-watermarking-algorithm
- 提出了一种在数字图像上实现的盲水印算法, 嵌入的水印是64 64 8 bit 灰度图。该算 法用宿主图像的8 8 分块的DCT 域低频对应系数, 进行量化取余的方法嵌入水印。-Proposes a new digital image watermarking algorithm implemented on the embedded watermark is 64 64 8 bit gra
GOOD-dct
- 一些比较好的dct的数字水印的PDF文章,可以-Some of the better dct watermarking the PDF articles, you can see
DCT-watermarking
- 关于向图像中嵌入二值图像作为水印,用的是交换中频系数的方法。-DCT watermarking
DCT-watermarking
- I have uploaded a code for DCT watermarking..I have embed a basic matrix into original image and calculated the difference.
MATLAB DCT水印
- 在matlab平台下对DCT水印算法进行仿真实现。(In Matlab platform, the DCT watermarking algorithm is simulated.)
matlab实现DCt
- 用MATLAB实现DCT水印算法。信号经过DCT后,从空间域变换到频域。是一种正交变换的方法。是图像处理中应用即为广泛的傅氏变换中一种特殊的情况(被展开函数是实偶函数,再离散化,即为离散余弦变换)。 同傅氏变换一样,有正反两种变换。(DCT watermarking algorithm is implemented with MATLAB.)