CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 搜索资源 - 图片信息隐藏

搜索资源列表

  1. lsbok.txt

    0下载:
  2. 数字水印图片信息隐藏在载体图片的最低有效位lsb,直接替换,该方法简单易操作,鲁棒性很差,经不起加噪,滤波,剪贴等攻击-digital watermarking Photo vector information hidden in the lowest effective photo-lsb direct replacement, The method is simple and easy to operate, robust poor and the inability to increase
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:244004
    • 提供者:chenxiang
  1. Watermark

    1下载:
  2. 由于工作的内容主要是图像处理,ocr等方面的工作,前端时间应客户要求编写一个图像水印软件,要求可以把一段文字,一副图片隐藏到一副图片中。于是在网上找到了一个算法,偶把它用汇编写出来。 将信息嵌入BMP文件的步骤为: I.将待隐藏信息转化为二进制数据码流; II.将BMP文件图像数据部分的每个字节的奇偶性与上述二进制数码流进行比较; III.通过调整字节最低位的“0”或“1”,改变字节的奇偶性,使之与上述二进制数据流一致,即将信息嵌入到24位BMP图像中。
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:61022
    • 提供者:宋芬
  1. bw_fragile

    0下载:
  2. matlab编写的对二值图像的数字水印添加与提取程序。压缩包中有示例图片。可以添加水印,结果肉眼不易分辨出变化,不影响使用。可加入信息长度达100个字节。提取时可验证是否被修改过,如未修改,可提取隐藏信息。
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:76900
    • 提供者:张亮
  1. bw_fragile_robust

    0下载:
  2. matlab编写的对二值图像的数字水印添加与提取程序。压缩包中有示例图片。可以添加水印,结果肉眼不易分辨出变化,不影响使用。可加入信息长度达100个字节。提取时可验证是否被修改过,如修改不严重,可提取隐藏信息,如果修改过多,则只能确定是否有修改,而不知道隐藏的信息是什么
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:36546
    • 提供者:张亮
  1. f5r12beta

    0下载:
  2. 安全性很高的在jpg图片中隐藏信息的源码,能够保持1阶统计特性不变
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:244038
    • 提供者:zhanglih
  1. cellauto

    0下载:
  2. 数字水印中的细胞生产机算法,用于图片信息隐藏和提取-Digital Watermarking of cells in the production of machine algorithm for image information hiding and extraction
  3. 所属分类:Graph program

    • 发布日期:2017-03-29
    • 文件大小:839
    • 提供者:米加勒
  1. 080707

    0下载:
  2. 通过dct变换,来实现信息隐藏,把需要隐藏的图片嵌入到一副图片中。工具vc-Through dct transform, to achieve information hiding, the need to hide the picture embedded in a picture. Tools vc
  3. 所属分类:Special Effects

    • 发布日期:2017-05-01
    • 文件大小:635484
    • 提供者:陈平
  1. lena

    0下载:
  2. 快速dct 变换,实现信息隐藏的有一个实例。从图片隐藏,到把隐藏的图片读出的,完整实现-Dct rapid transformation, the realization of information hiding are a case in point. Hidden from the picture, to the hidden picture to read out, a complete realization of
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:1248963
    • 提供者:陈平
  1. read-bmp-images-in-binary

    0下载:
  2. 以二进制的形式读取bmp图片,保存图片。应用于图片信息隐藏-To read bmp images in binary form, save the image. Application in the image information hiding
  3. 所属分类:Special Effects

    • 发布日期:2017-03-24
    • 文件大小:1955
    • 提供者:yinpengshuai
  1. 2009-Kim

    0下载:
  2. 图片信息隐藏算法,KIM,基于灰度图像。-Picture information hiding algorithm, KIM, based on gray-scale images.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-14
    • 文件大小:3589
    • 提供者:right
  1. 2006-2009-EMD-DE

    0下载:
  2. 图片信息隐藏算法,EMD-DE,基于灰度图像。-Picture information hiding algorithm, EMD-DE, based on gray-scale images.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-08
    • 文件大小:1810189
    • 提供者:right
  1. TextHideINbmp

    0下载:
  2. 一个可以在图片中加入隐藏文字的演示程序 可以验证图片信息-Can be a demonstration program to join the hidden text in the picture can verify the picture information
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:23770
    • 提供者:蔡骏
  1. txt2bmp

    0下载:
  2. vc++2010写的txt文本信息转化为BMP图片信息,真正地信息在形成图片数据后注入的隐藏信息,这里没有进行转多个图片,可以自己加入转多个图片。隐藏信息的格式进行变更-vc++2010 write txt text information into BMP image information, the information actually injected into the formation of image data is hidden information, there is no
  3. 所属分类:Special Effects

    • 发布日期:2017-11-13
    • 文件大小:6925109
    • 提供者:曾祥园
  1. hide

    0下载:
  2. matlab信息隐藏,被隐藏图经过治乱,隐藏进另一张图片的底四位-matlab information hiding, is Hiding through combat confusion, hide into another picture of the bottom four
  3. 所属分类:Graph program

    • 发布日期:2017-04-29
    • 文件大小:34700
    • 提供者:肖明伟
  1. C-LSB

    0下载:
  2. C语言信息隐藏数字水印LSB算法,BMP图片。信息隐藏大作业。-C language LSB information hiding digital watermarking algorithm, BMP picture. Hide large operations.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-20
    • 文件大小:5778949
    • 提供者:
  1. image-processing

    0下载:
  2. 16QAM调制和借条方法,以及利用小波变换隐藏16QAM调制后生成的图片信息,接收端进行图片的处理,并提取嵌入信息-16QAM modulation and IOU methods, and the use of wavelet transform to hide after 16QAM modulation generated image information, the receiver for processing images and extracting embedded inform
  3. 所属分类:Special Effects

    • 发布日期:2017-04-29
    • 文件大小:11686
    • 提供者:汪雨
  1. 881621

    0下载:
  2. 数字水印与信息隐藏源代码(matlab and c) 很好的(Digital watermarking and information hiding the source code (matlab and c) good)
  3. 所属分类:图片显示

    • 发布日期:2017-12-22
    • 文件大小:15360
    • 提供者:赵子龙56
  1. LSB算法-图片信息隐藏

    1下载:
  2. 基于LSB算法实现图片信息隐藏,图片类型包括png、gif、bmp,可写入的文件类型为jpg、png、gif图片以及txt、exe文件等。(Image information hiding based on the LSB algorithm, the picture types include png, gif, bmp, writable file types are jpg, png, gif pictures, txt and exe files.)
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-09
    • 文件大小:10856448
    • 提供者:启明jun
  1. DCT域内的LSB隐写

    0下载:
  2. dct情况下的LSB隐写术,在图片中隐藏合适的信息(DCT LSB hiding to hide some information)
  3. 所属分类:图形图像处理

    • 发布日期:2018-04-21
    • 文件大小:1024
    • 提供者:jm97
  1. Image-and-Video-Steganography-master

    0下载:
  2. 实现了图像与视频的信息隐藏,输入图片和视频可进行效果演示(The information hiding of image and video is realized)
  3. 所属分类:图形图像处理

    • 发布日期:2019-10-15
    • 文件大小:2781184
    • 提供者:pppsss666
« 12 »
搜珍网 www.dssz.com