搜索资源列表
数字水印技术
- 包含了基于可移植的C语言的数字水印算法的代码。这些代码具有示范性的意义,且有一定的鲁棒性。需要安装NetPGM的程序包(用来存取pgm格式图像),然后才能在linux下面编译。NetPGM是图像文件的输入/输出软件包。可以在网上搜索得到。如果需要读取其它格式的图像,读者可以修改程序中图像存取部分的代码。对于Linux下编译程序不熟悉的可以参考相关的Linux编程书籍。-contains transplantation based on the C language digital waterma
数字水印代码
- 不同域数字水印图像的matlab代码-different domain digital watermark image of Matlab code
数字水印算法的代码
- 该目录包含了基于可移植的C语言的数字水印算法的代码。这些代码具有示范 性的意义,且有一定的鲁棒性。
watermark小波代码
- 这是基于小波变换的数字水印代码,在嵌入的水印加上一个pn尾随机序列-This is based on the wavelet transform digital watermark code, the embedded watermark with a random sequence late pn
watermark LSB代码
- 一LSB的数字水印代码,很好用,代码里面有注释说明-a digital watermark code is useful, code inside annotated
watermark的DCT代码1
- 一个基于DCT域的数字水印代码,里面有详细的注释说明。-This is a digital watermarking sourcecode based on DCT.Attached with detailed comments and explanation.
数字水印源码
- 是关于数字水印的空域算法原代码,用的是delphi7.0。是把二值水印嵌入到原图像的低三位的嵌入算法-This is a watermark soucecode based on Spacial Domain Algorithm implemented by using Delphi7.0. The main idea is to embed the binary watermark into the primary image.
数字水印源代码
- 很好用的水印代码
DCTWatermark
- DCT 数字水印 VC源代码 DCT 数字水印 VC源代码--DCT digital watermarking VC source code DCT digital watermarking VC source code
dwt_svd_GUI
- matlab GUI数字水印代码。小波变换中的dwt与svd算法的结合,加密用的是混沌加密。是毕业设计的代码。下载后注意图片的路径。-digital watermarking matlab GUI code. Wavelet transform dwt in combination with the svd algorithm, encryption is used for chaotic encryption. Is a graduate of the code design. Attenti
svd
- 这是一种基于奇异分解的数字水印代码包括嵌入、提取代码。效果图都包含在内了良好的鲁棒性-This is based on singular decomposition of a digital watermark embedded in the code including the extraction code. Plans have included the effect of a good robustness
watermarking
- 基于小波变换的vc代码实现方案,实现了数字水印的嵌入与提取。-Vc code based on wavelet transform implementations to realize the digital watermark embedding and extraction.
DCTmatlabwatermark
- 基于dct域的数字水印技术算法的源代码 嵌入提取都有-dct matlab watermark
make_watermark
- 一个VC++生成水印图片的代码,对研究数字水印非常有用!-VC++ to generate a watermark image of the code, the study of digital watermarking is very useful!
WaterMark
- 用Visual编写的数字水印源代码,希望大家喜欢!-Visual prepared using digital watermarking source code, I hope you like!
jiyuhundunjiamidexiaobodaima
- 基于混沌加密的小波域数字水印代码,毕业设计源代码-chaos
双随机全息数字水印技术代码
- 包含实验图片,实验代码,对于从事数字图像处理工作有一定帮助(including experimental images and agrithms.It is benificial to image procecing workers.)
代码
- 完成基于DCT变换的数字水印,采用多相正交矩阵加密(Completing digital watermarking based on DCT transform, using Multiphase Orthogonal Matrix Encryption)
部分代码
- 数字水印程序的matlab实现,转发别人的(The matlab implementation of the digital watermarking program, forwarding others)
MATLAB基于离散小波变换(DWT)的语音和音频信号的数字水印代码
- 这段代码实现的是MATLAB基于离散小波变换(DWT)的语音和音频信号的数字水印代码,有GUI几乎每句都有详细的注释,附带一个录音的小程序,其中加入了两种干扰,一是低通滤波,二是白噪声干扰。另外还附赠解释小波变换原理的小程序,也供下载,如果你还需要更多类似的资源,可以看看我的另一个基于LSB算法的语音信号的数字水印资源。