登录
首页 » matlab » shuzishuiyindeng

shuzishuiyindeng

于 2021-03-13 发布 文件大小:13851KB
0 204
下载积分: 1 下载次数: 304

代码说明:

  基于LSB图像隐藏系统的设计与实现,LSB算法代码,信息隐藏攻击算法,DCT域的隐藏以及数字水印。(LSB based image hiding system design and implementation, LSB algorithm code, information hiding attack algorithm, DCT hiding and digital watermarking domain.)

文件列表:

数字水印

........\LSB
........\...\im2bin.m,221,2010-06-02
........\...\LSB
........\...\...\bin2im.m,145,2010-06-02


........\...\...\LSB.asv,963,2010-06-02
........\...\...\LSB.m,1038,2010-06-02
........\...\...\recover.m,285,2010-06-02



........\...\...\watermark_recover.asv,582,2010-06-02
........\...\...\watermark_recover.m,384,2010-06-02
........\...\LSB 算法代码.docx,14239,2010-06-02
........\...\LSB.asv,746,2010-06-02
........\...\LSB.m,746,2010-06-02
........\...\LSB.rar,398843,2010-06-02

........\...\numbin2dec.m,131,2010-06-02
........\...\numdec2bin.m,164,2010-06-02


........\...\基于LSB图像隐藏系统的设计与实现.pdf,332342,2010-06-02
........\实验1-6
........\........\DCT域隐藏


........\........\.........\hide.asv,1974,2010-06-02

........\........\.........\hist_image.m,194,2010-06-02
........\........\.........\inhide.asv,514,2010-06-02
........\........\.........\myhide.asv,2937,2010-06-02
........\........\.........\myhide.m,3210,2010-06-02
........\........\.........\myinhide.asv,681,2010-06-02
........\........\.........\myinhide.m,885,2010-06-02
........\........\.........\readme.txt,700,2010-06-02
........\........\.........\signal.bmp
........\........\.........\signal.jpg
........\........\.........\source.bmp,30118,2010-06-02
........\........\.........\source.jpg,14375,2010-06-02
........\........\.........\watermark.jpg,2056,2010-06-02

........\........\LSB隐藏
........\........\.......\abstract.asv,135,2010-06-02
........\........\.......\abstract.m,164,2010-06-02
........\........\.......\abstractdown.m,184,2010-06-02
........\........\.......\bin2im.m,145,2010-06-02





........\........\.......\elephant.tif,800164,2010-06-02
........\........\.......\feather.jpg,24281,2010-06-02
........\........\.......\fun717.m,1416,2010-06-02
........\........\.......\im2bin.m,221,2010-06-02
........\........\.......\im3.jpg,86458,2010-06-02
........\........\.......\imcat3.m,247,2010-06-02
........\........\.......\inwatermarking.tif,92454,2010-06-02
........\........\.......\inwatermarking1.tif,92454,2010-06-02
........\........\.......\inwatermarking2.tif,92454,2010-06-02
........\........\.......\LSB.asv,590,2010-06-02
........\........\.......\LSB.m,569,2010-06-02
........\........\.......\LSB1.asv,564,2010-06-02
........\........\.......\LSB1.m,564,2010-06-02
........\........\.......\LSB2.m,584,2010-06-02
........\........\.......\LSB3.asv,607,2010-06-02
........\........\.......\LSB3.m,605,2010-06-02
........\........\.......\LSB4.m,616,2010-06-02
........\........\.......\lsbmain.asv,1026,2010-06-02
........\........\.......\lsbmain.m,997,2010-06-02
........\........\.......\main.tif,162084,2010-06-02
........\........\.......\numbin2dec.m,131,2010-06-02
........\........\.......\numdec2bin.m,164,2010-06-02
........\........\.......\readme.txt,461,2010-06-02
........\........\.......\recover.m,273,2010-06-02
........\........\.......\reLSB.asv,317,2010-06-02
........\........\.......\reLSB.m,413,2010-06-02
........\........\.......\shuiyin.jpg,8451,2010-06-02
........\........\.......\source.jpg,14260,2010-06-02
........\........\.......\submain.asv,304,2010-06-02
........\........\.......\submain.m,340,2010-06-02
........\........\.......\watermark.bmp,276534,2010-06-02
........\........\.......\watermark.jpg,9077,2010-06-02
........\........\.......\watermarknew1.tif,25250,2010-06-02
........\........\.......\watermarknew2.tif,25250,2010-06-02
........\........\.......\图像分层

........\........\.......\........\LSB3.m,605,2010-06-02
........\........\.......\........\numbin2dec.m,131,2010-06-02
........\........\.......\........\numdec2bin.m,164,2010-06-02
........\........\.......\图像分层.rar,214997,2010-06-02
........\........\信息隐藏攻击算法

........\........\................\myattack.asv,745,2010-06-02
........\........\................\myattack.m,745,2010-06-02
........\........\................\mycompress.m,93,2010-06-02

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • moving_average_v3.1
    Smooths a matrix (with/without NaN s) via recursive moving average method and eliminates data gaps. (MOVING_AVERAGE(X,F) smooths the vector data X with a boxcar window of size 2F+1, i.e., by means of averaging each element with the F elements at his right and the F elements at his left. The extreme elements are also averaged but with less data, obviously. Leaving the edges intact. The method is really fast. MOVING_AVERAGE2(X,M,N) smooths the matrix X with a boxcar window of size (2M+1)x(2N+1), i.e., by means of averaging each element with its surrounding elements that fits in the mentioned box centered on it. This one is also really fast. The elements at the edges are averaged too, but the corners are left intact. NANMOVING_AVERAGE(X,F) or NANMOVING_AVERAGE(X,F,1) accept NaN s elements in the vector X the latter interpolates also those NaN s elements surrounded by numeric elements. NANMOVING_AVERAGE2(X,M,N) or NANMOVING_AVERAGE2(X,M,N,1) accept elements NaN s in the matrix X the latter interpolates also those NaN elements surrounded by numeric elements.)
    2009-03-06 23:10:07下载
    积分:1
  • ex3
    说明:  Matlab在图像处理与目标识别方面的应用实例(Matlab image processing and target recognition in the application examples)
    2011-03-27 22:51:48下载
    积分:1
  • qq715
    一个曲柄滑块机构的matlab仿真代码,包括其运动仿真,以及变量变化曲线图的生成。(A slider-crank mechanism of matlab simulation code, including its motion simulation, and variable changes in graph generation.)
    2011-08-22 10:40:06下载
    积分:1
  • quasi-optical-mode-converter
    计算了基模高斯波束的电场,相位,该代码可用来计算光学中高斯波束的相关系数(Fundamental mode Gaussian beam calculated the electric field, phase, the optical code can be used to calculate the correlation coefficient in the Gaussian beam)
    2011-09-23 00:00:39下载
    积分:1
  • FDTD-1-D
    1 D FDTD using Matlab. Paper source : Hung Loui, Student Member, IEEE. ECEN-6006 NUMERICAL METHODS IN PHOTONICS PROJECT-1, SEPTEMBER 2004
    2012-08-29 02:57:21下载
    积分:1
  • Matlab
    采用matlab进行傅里叶变换,将图像变换成频谱形式的图像。(Using MATLAB Fourier transform, the image is converted into a spectrum in the form of image.)
    2012-11-20 19:55:10下载
    积分:1
  • ESPMA
    说明:  自己编写的改进人口迁移算法求解函数最优值,已实现(I have written to improve the migration algorithm optimal value function has been to achieve)
    2008-12-03 22:34:26下载
    积分:1
  • IS95_baseband_simulation
    his packet is a IS-95 baseband simulation for 1 data channel of 9.6 KBps rate. The simulation is written for static channel and AWGN noise. The packet include: 1) Packet Builder (Viterbi Encoding, Interleaver, PN generation) 2) Modulator (RRC filter) 3) Demodulator (Matched Filter, RAKE receiver) 4) Receiver (HD or SD) (Deinterleaver, Viterbi Decoder). You should run "Simulation.m" function that include all modules.(his packet is a IS-95 baseband simulation f or a data channel rate of 9.6 KBps. The simulatio n is written for static channel and AWGN noise. T he packet include : 1) Packet Builder (Viterbi Encoding. Interleaver. PN generation) 2) Modulator (RRC filter) 3) Dem odulator (Matched Filter, RAKE receiver) 4) Receiver (HD or SD) (Deinterl eaver. Viterbi Decoder). You should run "Simulation. m "function that include all modules.)
    2007-03-14 18:36:48下载
    积分:1
  • MatlabClassic-tutorial
    加你如何快速的熟悉和掌握matlab语言,以及在矩阵运算和数据分析方面的应用(Plus you how to quickly become familiar with and master the matlab language, as well as matrix operations and data analysis applications)
    2013-07-30 17:55:41下载
    积分:1
  • UMATPS85
    横向拉应力和平面剪应力的损伤模型umat(Damage Model umat plane transverse tensile stress and shear stress)
    2016-06-30 21:35:46下载
    积分:1
  • 696518资源总数
  • 106010会员总数
  • 4今日下载