搜索资源列表
Watermarking_Edge
- this is partial code for paper "A Robust Wavelet-Based Watermarking Algorithm Using Edge Detection"
waterdem
- watermarking algorithm by using wavelet
Audio-watermarking-internship-report
- 音频信号的水印设计,以音频信号为载体,将秘密信号嵌入载体音频信号当中, 实现音频信号的水印。采用变换域小波变换(DWT)的技术,将音频信号进行小波变换,提取出低频分量,然后将水印嵌入到音频信号的低频当中。实验当中先在MATLAB 上面进行了仿真实验,并且通过加入噪声以及滤波等进行干扰以此检测了算法的透明性和健壮性,然后利用C 语言进行了测试,最后经 过一些修改,例如加入定时器以及进行中断的处理和加入缓冲在DSP 板子上实现了加入水印的音频声音的播放。-Audio signal water
watermarking-image-aimage
- 在Matlab环境下实现图片的水印嵌入,利用离散小波变换,较好的实现了应有的功能,并且通过计算PSNR值很好的验证了水印算法的不可见性和鲁棒性。-Watermark image is realized in Matlab environment, using the discrete wavelet transform, achieve a better functions, and are in good agreement with the watermark imperceptibilit
Water-marking-using-Har-wavelet-transform
- the Matlab project contains the source code used for simple watermarking using wavelet transform. Performs watermarking of the input image by decomposing the image using haar wavlet. Noise generated with normal distribution is used as the key and is
MATLAB数字水印[dwt+dct多攻击+GUI界面]
- 本课题为基于MATLAB的小波变换dwt和离散余弦dct的多方法对比数字水印系统。带GUI交互界面。有一个主界面GUI,可以调用dwt方法的子界面和dct方法的子界面。流程包括,读取宿主图像和水印图像,嵌入,多种方法的攻击(剪切,加噪,旋转等),提取,最后利用psnr峰值信噪比进行评价不同攻击下,鲁棒性的好坏。(This topic is based on MATLAB wavelet transform DWT and discrete cosine DCT multi method comp