搜索资源列表
LSB
- 实现了最低有效位LSB水印算法。 压缩文件中含有原图,可直接放到Matlab中运行。-We realize the least significant bit (LSB) watermarking algorithm. It contains all the images you need,and it can be run directly in Matlab.
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,
work
- 基于空域的脆弱水印算法,该方法最具代表性的是最低有效位(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
lsb
- 基于空域的脆弱水印,可以有效检测出图像发生篡改的区域-Airspace based on fragile watermarking can effectively detect the occurrence of tampering with the image of the region
LSB
- 基于LSB的数字水印算法及MATLAB实现-LSB-based watermarking algorithm and MATLAB implementation
LSB
- 数字水印的LSB 数字水印算法,可以对图像进行加密,也可以解密-LSB watermarking digital watermarking algorithm can encrypt the image, you can decrypt
tatouage-image
- image watermarking insertion and extraction by lsb
LSB-algorithm
- MATLAB中基于LSB算法实现二值图像水印嵌入与提取-LSB algorithm in MATLAB-based image watermarking embedding and extraction
imformation_write
- 基于LSB的信息隐藏,用matlab实现的,本文件只实现信息写入,而读出隐写的信息需要另外一个文件-Based on the information hiding LSB, using matlab, only to realize this document information, and read the hidden write information need to another file
imformation_read
- 基于LSB的信息隐藏,使用matlab实现的,本文件只实现信息读出,而写入隐写的信息需要另外一个文件-Based on the information hiding LSB, using matlab, the documents to realize information only read, write and hidden write information need to another file
lsb-matlab
- 基于LSB的数字水印算法及MATLAB实现,matlab中实现LSB数字水印算法。-The LSB-based digital watermark algorithm and MATLAB, the LSB digital watermarking algorithm in Matlab.
LSB
- 基于LSB算法的水印嵌入与提取程序,用matlab实现算法功能-LSB algorithm-based watermark embedding and extraction procedure
lsb
- 基于LSB的彩色图像数字水印的matlab实现水印的嵌入与提取,能抵抗噪声,剪切等攻击,鲁棒性良好-Based on LSB of color image digital watermark matlab watermarking embedding and extracting, can resist noise, shear and attack, good robustness
lsb
- lsb最低有效位信息隐藏,加密和解码。matlab源码-lsb the least significant bit information hiding, encryption and decoding. matlab source
MATLAB-2
- 实现将水印使用lsb算法隐写到图片中,并且在使用时会自动将水印扩展到图片大小,因此对水印大小的要求并不严格-Watermarking algorithm implementation will use lsb wrote hidden picture, and when used will automatically be extended to the watermark image size, so the size of the watermark is not critical
lsb-MATLAB
- 本论文包含5个源程序,分别为LSBCut、LSBCollage、DCTCut、DCTCollage和PSNR,其中LSBCut实现了LSB水印算法的剪切篡改的检测、LSBCollage实现了LSB水印算法的拼贴篡改的检测、DCTCut实现了DCT水印算法的剪切篡改的检测、DCTCollage实现了DCT水印算法的拼贴篡改的检测、PSNR功能是计算嵌入水印嵌入的峰值信噪比,以此来说明嵌入水印后图像载体的失真大小。LSBCut、LSBCollage、DCTCut、DCTCollage是独立的程序,每
LSB
- 由matlab实现的LSB算法,将图像a隐藏在图像b下,然后提取-The LSB algorithm implemented by matlab hides the image a under image b and then extracts it
Jsteg
- 基于DCT的jsteg图像隐写及分析算法,MATLAB实现。 JSteg的算法主要思想是将秘密消息嵌入在量化后的DCT系数的最低比特位上,但对原始值为O、1的DCT系数不进行嵌入。提取秘密消息时,只需将载密图像中不等于0、l的量化DcT系数的LSB取出即可。(The main idea of the JSteg algorithm is to embed secret messages in the lowest bit of the quantized DCT coefficients, b
lsb
- LSB算法MATLAB实现,内含源代码,图片,以及实验报告。(The LSB algorithm is implemented in MATLAB, containing source code, pictures, and experimental reports.)
DCT,DWT,DFT,LSB数字水印MATLAB+GUI界面
- 本课题为基于MATLAB的小波变换dwt和离散余弦dct的多方法对比数字水印系统。带GUI交互界面。有一个主界面GUI,可以调用dwt方法的子界面和dct方法的子界面。流程包括,读取宿主图像和水印图像,嵌入,多种方法的攻击(剪切,加噪,旋转等),提取,最后利用psnr峰值信噪比进行评价不同攻击下,鲁棒性的好坏。(This project is based on MATLAB wavelet transform DWT and discrete cosine DCT multi method co