搜索资源列表
仿真:Podilchuk
- 这个对podilchuk文中的数字水印算法DCT部分的仿真,对于正在写数字水印程序的人很有帮助!
DCT分块图像数字水印
- DCT分块方法嵌入数字水印极其各种攻击方法的检测及对比,MATLAB程序详细整齐!!
数字水印
- 对原始信号做DCT的算法:Cox 和Piva 等人提出的DCT技术的经典之作。Cox利用随机数发生器产生标准正态序列作为水印信息对图像进行整体DCT变换后,选取除去DC系数之外部分较低频率系数叠加水印信息 Piva则修改整幅图像的中频部分。对原始信号分块后,再作DCT的算法:Hsu和Wu 把图像进行8*8分块,将一个二进制序列作为水印放入DCT的中频区;有些学者则计算整个图像的DCT,把一个实数序列嵌入DCT的中频系数上。选择中频区的好
watermark的DCT代码1
- 一个基于DCT域的数字水印代码,里面有详细的注释说明。-This is a digital watermarking sourcecode based on DCT.Attached with detailed comments and explanation.
watermark的DCT代码2
- 有一个机遇DCT域的数字水印算法,里面有详细的注释说明,可以拿来研究-This is a DCT watermarking algorithm attached with detailed comments and explanation, which can be used for research purpose.
dct1
- 用DCT算法做数字水印,水印为伪随即序列。对整个图做DCT变换-DCT algorithm used as a digital watermark, watermark for the pseudo-then sequence. The entire plan to do DCT
DCT-based_Image_Digital_Watermarking
- 基于DCT域的图像数字水印技术: 摘要:数字水印技术作为数字媒体版权保护的有效办法,近年来在国内外引起了人们极大的兴趣。作者采用了DCT离散余弦变换的算法,对图像这种多媒体数字作品进行了数字水印的嵌入和检测研究。并且使用了高效实用的编程工具MATLAB来介绍了一种DCT域的图像数字水印嵌入和提取的实例,并且在最后对嵌入水印的图像进行了攻击实验,验证了该算法的鲁棒性和不可见性。-Based on the DCT domain imag
dct
- 在图像的dct域内嵌入数字水印,包括水印嵌入和提取程序。水印为一副图像。-In the image embedded in the DCT domain of digital watermarking, including the watermark embedding and extraction procedures. Watermark for an image.
dct
- 基于matlab编写的dct数字水印程序,文件包括有源程序以及简单的说明等-DCT matlab prepared based on digital watermarking procedures, documentation, including source code, as well as simple descr iptions
watemarkr
- 一种基于DCT变换的音频数字水印,将MP3音乐声音文件转化为WAV声音文件,将水印信息嵌入到WAV声音文件,再将WAV声音文件转化为MP3音乐声音文件。 -DCT-based audio digital watermark, the MP3 music sound files into WAV sound files, the watermark information embedded into the WAV sound files
dct
- 用MATLAB实现的数字水印的DCT算法,还包括本次试验的实验报告,对算法有详细的解读!-Implemented using MATLAB DCT digital watermarking algorithm, also including the test lab report, a detailed interpretation of the algorithm!
dct
- 好东东哦,希望大家来下载,是 我们本科毕业设计论文成果,基于dct域的数字水印技术
DCT
- 基于离散余弦变换的数字水印,包括水印的嵌入和提取以及常间的各种水印攻击-Discrete cosine transform based on digital watermarking, including the watermark embedding and extraction, as well as between the various watermark attacks often
(DCT)基于MATLAB数字水印系统设计
- 数字水印技术作为数字媒体版权保护的有效办法,近年来在国内外引起了人们极大的兴趣。但是由于数字水印技术涉及到的知识面比较广,即使是专业人员有时也感到力不从心,那么如何选择一种有效的编程工具便成为一个亟待解决的问题。(Digital watermarking technology, as an effective way of copyright protection for digital media, has aroused great
dct-watermark-master
- 数字水印嵌入,检出。隐藏数字水印,实现版权保护,非法拷贝等检测(Digital watermark embedding and detection. Hidden digital watermarks, for copyright protection, illegal copies, such as testing)
MATLAB(DCT+DWT)
- 数字水印(DCT+DWT)原理加代码,这是变化域的主要两方面(Digital watermarking algorithm of DCT and DWT)
MATLAB数字水印[dwt+dct多攻击+GUI界面]
- 本课题为基于MATLAB的小波变换dwt和离散余弦dct的多方法对比数字水印系统。带GUI交互界面。有一个主界面GUI,可以调用dwt方法的子界面和dct方法的子界面。流程包括,读取宿主图像和水印图像,嵌入,多种方法的攻击(剪切,加噪,旋转等),提取,最后利用psnr峰值信噪比进行评价不同攻击下,鲁棒性的好坏。(This topic is based on MATLAB wavelet transform DWT and discret
基本数字水印和DCT数字水印
- 掌握基本数字水印和DCT数字水印的实现和检测方法;检验DCT数字水印,抵抗高斯噪声攻击、椒盐噪声攻击、剪切攻击和旋转攻击的能力。(Grasp the implementation and detection methods of basic digital watermarking and DCT digital watermarking, and test the ability of DCT digital watermarking
DCT,DWT,DFT,LSB数字水印MATLAB+GUI界面
- 本课题为基于MATLAB的小波变换dwt和离散余弦dct的多方法对比数字水印系统。带GUI交互界面。有一个主界面GUI,可以调用dwt方法的子界面和dct方法的子界面。流程包括,读取宿主图像和水印图像,嵌入,多种方法的攻击(剪切,加噪,旋转等),提取,最后利用psnr峰值信噪比进行评价不同攻击下,鲁棒性的好坏。(This project is based on MATLAB wavelet transform DWT and discr
MATLAB数字水印[GUI,dwt,dct,lun文]
- 该课题为基于MATLAB的数字水印系统。包括离散余弦DCT和小波变换DWT两种算法的对比,有一个GUI界面,包括嵌入,加噪,旋转,剪切,压缩等多种攻击,提取候,具有评价指标PSNR,NC等来评价算法的鲁棒性(This project is a digital watermarking system based on MATLAB. It includes the comparison of DCT and DWT. It has a G