Welcome![Sign In][Sign Up]
Location:
Search - watermark lsb matlab

Search list

[matlabwatermark LSB代码

Description: 一LSB的数字水印代码,很好用,代码里面有注释说明-a digital watermark code is useful, code inside annotated
Platform: | Size: 289792 | Author: 符号 | Hits:

[matlabLSB

Description: lsb算法将水印图像按最不重要位(LSB)方法嵌入到载体图像中,在把水印从载体图像中提取出来-This is a LSB algorithm that embedding watermark into the least important part of the primary image, and the watermark can be extracted from the primary image.
Platform: | Size: 1024 | Author: wj | Hits:

[Audio programaudioLSB

Description: 通过matlab实现对音频的LSB数字水印嵌入-through Matlab to achieve LSB digital audio watermark embedding
Platform: | Size: 2048 | Author: mark | Hits:

[Special Effectswatermark_lsb

Description: 这是数字水印算法中最简单的LSB算法,实现了嵌入和提取,验证可以正确运行.测试运行环境为:matlab6.5-This is the digital watermarking algorithm LSB most simple algorithm, and the embedding and extraction. Verification can correct operation. runtime environment for testing : matlab6.5
Platform: | Size: 104448 | Author: 萧鹏 | Hits:

[Otherlsb

Description: 用matlab实现的基于LSB的数字水印算法。算法可以在BMP灰度图像中嵌入水印,水印信息为二值图像,并将其扩展到与原始图像同样大小,进行重复嵌入,提高鲁棒性。同时算法中给出了PSNR值以评价水印图像的效果,-Using matlab realize the number of LSB-based watermarking algorithm. Algorithm can be embedded BMP gray image watermark, watermark information for the binary image, and its expansion to the original image the same size, the repetition of embedding, improve robustness. At the same time algorithm PSNR values are given to evaluate the effect of watermark images,
Platform: | Size: 150528 | Author: zheng | Hits:

[Special EffectsLSB

Description: 图像的LSB加水印算法。简单实用~~但是抗攻击性比较弱!可以先学习一下再改进。-LSB plus image watermarking algorithm. Simple and Practical ~ ~ However, relatively weak anti-offensive! Can learn and then improve.
Platform: | Size: 128000 | Author: 晁文婷 | Hits:

[Special EffectsLSB

Description: 该程序开发的工具主要是运用了Matlab,对水印方面的进行处理-The program development tools are mainly used Matlab, to deal with aspects watermark
Platform: | Size: 256000 | Author: richard | Hits:

[matlablsb_watermark_image

Description: 个人制作的基于lsb的图象水印算法,忍痛割爱,算法个人独创,将水印信息嵌入于一幅图象中,请大家不要用于不法途径-Individuals produced by lsb-based image watermarking algorithm, pain afford to spare, personal original algorithm, the watermark information embedded in an image, please do not use illegal means
Platform: | Size: 104448 | Author: 张啊强 | Hits:

[Special EffectsLSB

Description: 最低有效位嵌入水印的matlab程序,比较基础的,希望对给位有用。-Least significant bit of matlab watermark embedding process, the basis of comparison, in the hope that useful to the bit.
Platform: | Size: 4096 | Author: 杨霞 | Hits:

[Special EffectsLSB

Description: LSB算法生成数字水印的例子,具有可执行文件,并且提供程序,同时有水印提取的算法源码,对学习数字水印的朋友比较实用-LSB digital watermarking algorithm example, with an executable file, and to provide procedures, at the same time have the watermark extraction algorithm source, on learning of digital watermarking Friend more practical
Platform: | Size: 135168 | Author: yang | Hits:

[Special EffectsLSB-Data-Hiding-Image

Description: 图像的组成无非是一些字符串或者一些字节组成的字符串,然而,每一个字节数据位的重要度并不是一样的,两个相邻字节往往只有低位是不一样的。例如:00100110和00100111代表了两个不同渐变度的红色,但是就人眼是分辨不出来的。最低有效位LSB算法,就是利用这一点,达到图像压缩,或者数字水印的功能。-The composition of the image is nothing more than some number of bytes or string composed of string, however, one byte for each data bit is not an important degree of the same, often only two adjacent low-byte is not the same. For example: 00100110 and 00100111 represent the gradient of two different degrees of red, but on the human eye is not out to tell. Least significant bit LSB algorithm, is to take advantage of this point, to achieve image compression, or digital watermark feature.
Platform: | Size: 322560 | Author: xlz | Hits:

[Special Effectswork

Description: 基于空域的脆弱水印算法,该方法最具代表性的是最低有效位(LSB)法,也就是文件中的方法,两个文件分别给出了水印的生成和检测。-Airspace based on fragile watermarking algorithm, the method is the most representative of the least significant bit (LSB) method, which is the method of the document, two documents were given watermark generation and testing.
Platform: | Size: 2048 | Author: 张伟 | Hits:

[matlabLSB

Description: 利用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 attacks and in the end, measure psnr between extracted watermark and attacked extracted watermark
Platform: | Size: 2048 | Author: 宋春霖 | Hits:

[matlabLSB

Description: 在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.
Platform: | Size: 1024 | Author: 耿其 | Hits:

[Graph programlsb

Description: 实现了用LSB嵌入水印,还有两种水印分析方法:X2和信息量分析法-Achieved using LSB embedding the watermark, there are two kinds of watermarks analysis methods: X2 and the amount of information analysis
Platform: | Size: 436224 | Author: lyb | Hits:

[Graph programwatermark

Description: 置乱变换后图像的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
Platform: | Size: 3072 | Author: blazer | Hits:

[Otherwatermark

Description: watermark+LSB 数字图像水印的lab实现 源代码-watermark+ LSB lab digital image watermarking implementation source code
Platform: | Size: 309248 | Author: Mark | Hits:

[Special Effects1-LSB

Description: LSB 数字图像水印嵌入与提取的matlab实现-LSB watermark embedded extraction
Platform: | Size: 339968 | Author: | Hits:

[Special Effectslsb-code

Description: 经典的水印算法,lsb,比较适合学习水印的初学者们学习-watermark code lsb
Platform: | Size: 215040 | Author: liu | Hits:

[Special Effectslsb-matlab

Description: 基于LSB的数字水印算法及MATLAB实现,matlab中实现LSB数字水印算法。-The LSB-based digital watermark algorithm and MATLAB, the LSB digital watermarking algorithm in Matlab.
Platform: | Size: 441344 | Author: 王宪 | Hits:
« 12 3 »

CodeBus www.codebus.net