搜索资源列表
20070707-165713
- LSB信息隐藏算法,就是通常把信息隐藏在图像像素的最后一位,可能对你们有帮助
CGHwatermarkmatlabcode
- 关于半色调编码计算全息图的信息隐藏Matlab程序的说明: 算法实现主程序为CGHwatermark; 位相恢复函数为phaseSL; 用计算全息记录已知振幅和位相的复波前函数为Hologen; 半色调编码函数为AMhalftone; 嵌入信息的提取直接调用Matlab自带的FFT2函数; 主程序的函数调用关系如下 读入宿主信息和水印信息-----------phaseSL--->Hologen--->AMhalftone(
shuzishuiyindeng
- 基于LSB图像隐藏系统的设计与实现,LSB算法代码,信息隐藏攻击算法,DCT域的隐藏以及数字水印。-LSB based image hiding system design and implementation, LSB algorithm code, information hiding attack algorithm, DCT hiding and digital watermarking domain.
Information-hiding
- 基于 DCT(离散余弦变换 )域的信息隐藏算法是目前应用最广的变换域算法 ,此类算法的最大不足是嵌信息量小。通过分析 DCT域隐藏算法隐藏容量少的原因 ,提出了一种大容量的 DCT域信息隐藏算法。算法首先对载体图像进行频谱均匀化处理 ,然后对图像进行全局 DCT变换 ,并将隐藏信息嵌入到载体图像的低频 DCT系数上 ,信息嵌入采用分段量化的方法实现 ,提取隐藏信息时不需要原始载体图像。实验结果表明 ,该算法的嵌入容量大 ,不可感知性好。-Based on DCT (discrete cosine
dct
- 这是用matlab写的dct代码用于图像的信息的隐藏和提取。。部分老师写的哦。-This is used to write the DCT matlab code for the image and extract the hidden information. . Oh part of the Writing Teacher.
information-hiding
- 采用MATLAB实现图像信息隐藏。将文本信息,通过DCT和LSB算法嵌入到二维图像中实现信息隐藏。-hide information into voice signal with the methods of DCT and LSB
lsb
- lsb的基于图像的信息隐藏,水印嵌入和信息的提取-lsb Information Hiding
Anorld_Matlab
- 属于信息隐藏技术,图像图像处理的Arnold变换代码及其改进代码,输入图像输出图像,简单实用,欢迎下载~-Is information hiding, image, image processing and improve the code Arnold transform code, simple and practical, are welcome to download ~
gifshuf
- 一个针对GIF图像的信息隐藏程序,gifshuf该版本为Windows版本-A GIF image for information hiding procedure, gifshuf the version of Windows version
yuzhibinhiding
- 阈值隐藏图像,图像通过阈值方式,把小图像隐藏到大图当中,实现信息隐藏,用于二值图像的信息隐藏-Threshold hidden image, the image by the threshold method, the small images to enlarge them hidden, to achieve information hiding for binary image information hiding
RLEhiding
- 通过游程编码的方式,进行图像信息隐藏,此方法适用于二值图像的隐藏-Length coding by the way the image information hiding, this method is suitable for binary image of the hidden
binhiding
- 运用分块算法将秘密图像嵌入的一幅大图中,达到信息隐藏的效果-Block algorithm using a secret image is embedded in a large figure, to the effect of information hiding
image-hiding
- 实现大容量的图像信息隐藏,采用双随机置乱算法-Realize large-capacity image information hiding, using double-random scrambling algorithm
imge-information-hiding
- matlab 图像信息隐藏 LSB方法-LSB method of information hiding matlab
dctxxyc
- 基于DCT的图像信息隐藏于提取,隐藏位置为随机数列确定-DCT-based image information hiding in the extraction, hidden location to determine a random series
432687234
- 可用于图像处理,提取图像中隐藏信息,并对图像进行修改-Can be used for image processing, extracting images hidden information, and modify images
00044663
- 用于图像处理的程序,可提取图像中隐藏的信息,并对图像进行修正-For image processing procedures, can extract the hidden information in the image, and image correction
Hiding-data-in-an-image
- matlab程序源码,可以在图像中隐藏信息-Hiding data in an image
Information Hiding
- 文件主要通过matlab实现图像的数据隐藏,以及相关优化代码(File is mainly achieved through MATLAB, image data hiding, and related optimization code)
lab2
- 使用matlab实现低4比特图像降级(包含信息隐藏与提取,软件版本matlab2016).该算法浅显易学,程序中自带注释。