搜索资源列表
watermark LSB代码
- 一LSB的数字水印代码,很好用,代码里面有注释说明-a digital watermark code is useful, code inside annotated
LSB.rar
- 利用LSB算法去实现了电子水印技术。代码完全实现了嵌入以及提取, 算法同时包含了4种攻击算法以及利用psnr测量提取的水印和攻击后提取的水印,This algorithm describes digital watermark technique by using LSB. This code implement embedding and extraction. At the meanwhile, this algorithm includes 4 different kinds of att
LSB-Data-Hiding-Image
- 图像的组成无非是一些字符串或者一些字节组成的字符串,然而,每一个字节数据位的重要度并不是一样的,两个相邻字节往往只有低位是不一样的。例如:00100110和00100111代表了两个不同渐变度的红色,但是就人眼是分辨不出来的。最低有效位LSB算法,就是利用这一点,达到图像压缩,或者数字水印的功能。-The composition of the image is nothing more than some number of bytes or string composed of string,
Watermark
- 脆弱数字图像水印,使用LSB算法实现的脆弱数字图像水印-Digital Watermarking
Watermark
- VC++中应用lsb算法的数字水印实现,喜欢对大家有用!-A watermarking based on VC++,using LSB
LSB
- 在matlab环境下利用LSB最低有效位算法将一个图片水印隐藏在载体图片中,并对被隐藏那个信息进行提取。-Matlab environment in the use of least significant bit LSB algorithm will be a picture watermark hidden in the picture carrier, and that information has been extracted hidden.
lsb
- 实现了用LSB嵌入水印,还有两种水印分析方法:X2和信息量分析法-Achieved using LSB embedding the watermark, there are two kinds of watermarks analysis methods: X2 and the amount of information analysis
watermark
- 置乱变换后图像的lsb嵌入,以及提取程序,另外还包含psnr程序,可以与本人上传的dct频域嵌入进行对比-Image scrambling transformation lsb embedding, as well as the extraction procedure, also includes psnr program, can I upload dct compare the frequency domain embedding
LSB
- lsb数字图像水印程序 lsb数字图像水印程序-lsb watermark lsb watermark
watermark
- watermark+LSB 数字图像水印的lab实现 源代码-watermark+ LSB lab digital image watermarking implementation source code
LSB
- 数字水印的最低有效位方法,能够把水印嵌入到宿主图像的最后一位。-Least significant bit digital watermarking method to embed watermark into the host image to the last one.
watermark
- 一个给视频添加水印的程序,用的是MD5 Hash法在LSB加入水印-Add a watermark to the video program, using a MD5 Hash join the watermark in LSB
watermark_embed
- watermark embedding using lsb substitution
using-visial-c-to-programming-a-LSB-watermark
- 利用c++实现LSB的图像水印程序,可供参考,方便大家进一步的学习-the LSB digital watermark using c++
lsb-watermarking-3
- If you re wondering about the number 7 on the equation, the watermark is inserted every 7 pixels. Why not in every pixel? You could, but this way, you can add a second watermark (and a 3rd, and a 4th, etc.) at the same time using the pixels in betwee
1-LSB
- LSB 数字图像水印嵌入与提取的matlab实现-LSB watermark embedded extraction
watermark-LSB-algorithm-
- 数字水印技术在空间域的最低有效位(LSB)算法,包括水印信息的嵌入和水印信息的提取。-Spatial domain digital watermarking technology in the least significant bit (LSB) algorithm, including the watermark embedding and watermark extraction.
lsb-code
- 经典的水印算法,lsb,比较适合学习水印的初学者们学习-watermark code lsb
LSB替换算法
- LSB替换算法 水印嵌入及水印提取 并计算psnr值(LSB replacement algorithm watermark embedding and watermark extraction and calculation of PSNR value)
Watermark
- 基于LSB的脆弱数字水印实现,VC++实现,使用OPENCV(Implementation of fragile digital watermarking based on LSB)