登录
首页 » matlab » image-hiding-

image-hiding-

于 2021-04-20 发布 文件大小:4400KB
0 759
下载积分: 1 下载次数: 175

代码说明:

  这是我本科毕业设计论文《基于混沌序列的加密图像隐藏技术的设计与实现》,就是把一张图片加密后隐藏在载体图像中,可以抵御各种攻击,用到了Matlab,里面包括开题报告,论文,可执行程序。本文系统介绍了混沌加密、信息隐藏技术。归纳了混沌加密、信息隐藏的分类、特性与应用,给出了混沌加密、信息隐藏的原理和基本框架以及其性能的评价方法,介绍了几种图像的攻击方法。实现了一种混沌加密和图像隐藏的方法。使用混沌加密对待隐藏图像进行加密后嵌入载体图像中,并对嵌入待隐藏图像的载体图像进行了几种攻击以验证其鲁棒性。本系统运用MATLAB编程实现对图像的混沌加密,运用LSB算法将加密后图像嵌入载体图像中,并能承受图像剪切,图像增亮,图像变暗,增加对比度,减低对比度,添加积性噪声,添加高斯噪声,旋转45度,直方图均衡化等一定程度的毁损和各种攻击检测,仍然能解密得到原图像,原图像清晰可辨,鲁棒性非常好。总之本文较好的实现了基于混沌序列的加密图像隐藏技术。(This is my graduation design thesis Design and implementation of chaotic sequence image hiding technique based encryption is encrypted to hide the picture in the carrier image, can withstand a variety of attacks, uses Matlab, which includes opening report, thesis, an executable program. This article describes the chaos encryption system, information hiding technology. Summed up the chaos encryption, information hiding classification, characteristics and application, given the chaotic encryption, information hiding principle and basic framework and its performance uation methods, and introduces the method of attack several images. It implements a chaotic encryption and hidden image method. After using Chaotic Encryption treat hidden image encryption embedded vector images, vector images and embedded image to be concealed several attacks carried out in order to verify its robustness. This system using MATLAB programming chaotic image encryption, use LSB algorithm encrypted image is em)

文件列表:

上传
....\可执行程序

....\..........\Contoh_WPhaseCorrelation.m,605,2015-05-27
....\..........\Correlation.m,328,2015-05-02
....\..........\ExtPhaseCorrelation.m,1739,2015-05-28

....\..........\j.mat,640,2015-06-21
....\..........\m.mat,635,2015-06-21
....\..........\main.fig,23157,2015-05-28
....\..........\main.m,24447,2015-05-28
....\..........\main2.fig,2685,2015-05-01
....\..........\main2.m,5641,2015-05-01
....\..........\mm.mat,459,2015-04-29
....\..........\mm.txt,11369,2015-04-29
....\..........\n.mat,2136489,2015-06-21
....\..........\psnr.m,1056,2015-05-27
....\..........\s.mat,428,2015-04-29
....\..........\test2.fig,2024,2009-12-06
....\..........\test2.m,4244,2015-05-27
....\..........\test3.m,951,2015-05-27


....\..........\w.mat,46503,2015-06-21
....\..........\xiangguanxing.m,798,2015-05-01
....\..........\安装使用说明书.txt,185,2015-06-29
....\..........\源程序.txt,24459,2015-06-29
....\基于混沌序列的加密图像隐藏技术的设计与实现论文.docx,1650941,2016-01-21
....\张三开题1.pptx,422078,2016-01-21
....\张三开题报告5.doc,204800,2016-01-21

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

发表评论

0 个回复

  • imputation
    不完全数据分析MATLAB程序(部分信息重建):最小均方估计、协方差矩阵、缺失值推测(Analysis of incomplete datasets: Estimation of mean values and covariance matrices and imputation of missing values)
    2020-07-04 06:00:01下载
    积分:1
  • Huffman
    实现哈夫曼编码的matlab程序,可用于图像压缩处理,还可以计算出压缩率。(Matlab program to achieve Huffman coding can be used for image compression, the compression ratio can be calculated.)
    2011-04-22 20:08:48下载
    积分:1
  • 1
    说明:  假设时变系统的特性用一个系数为时间函数的n阶微分方程的形式来描述,仿真该系统(Assuming time-varying characteristics of the system as a function of time with a coefficient of order n in the form of differential equations to describe the simulation of the system)
    2011-07-16 23:18:54下载
    积分:1
  • 灰色系统理论建模源代码 张
    说明:  灰色预测是就灰色系统所做的预测。所谓灰色系统是介于白色系统和黑箱系统之间的过渡系统。其具体的含义是:如果某一系统的全部信息已知为白色系统,全部信息未知为黑箱系统,部分信息已知,部分信息未知,那么这一系统就是灰色系统。(Grey prediction is the prediction of grey system. The so-called grey system is a transitional system between the white system and the black box system. Its concrete meaning is: if all information of a system is known as a white system, all information is unknown as a black box system, some information is known, and some information is unknown, then this system is a grey system.)
    2020-06-18 02:20:02下载
    积分:1
  • SEISMIC_ANALYSIS
    T. K. Datta, "Seismic Analysis of Structures" Wiley | 2010 | ISBN: 0470824611 | 464 pages | PDF
    2010-07-19 16:01:47下载
    积分:1
  • 信号子空间变换算法(SST)的聚焦矩阵
    说明:  信号子空间变换算法(SST)的聚焦矩阵是利用各频率点与参考频点之间信号子空间的关系导出的.(The focus matrix of signal subspace transform (SST) algorithm is derived from the relationship between the signal subspace of each frequency point and the reference frequency point.)
    2019-03-05 09:48:02下载
    积分:1
  • MyRunge_Kutta
    实现四阶龙格库塔算法,求解非线性方程或是非线性方程组。(To achieve fourth-order Runge-Kutta algorithm for solving nonlinear equations or nonlinear equations.)
    2010-12-05 11:34:50下载
    积分:1
  • CG
    说明:  求解大规模对称矩阵的CG算法,及预处理PCG使用Matlab语言,可以解1000阶以上的矩阵,以病态矩阵hilbert为例(Solving large-scale symmetric matrix of the CG algorithm, and pretreatment of PCG using Matlab language, you can order more than 1,000 solution matrix, as an example to pathological matrix hilbert)
    2008-11-19 19:35:10下载
    积分:1
  • spTimer_2.0-0.tar
    关于空时建模的程序,有时候苦于没有模型产生数据(On the space-time modeling procedures, sometimes suffer no model to generate data)
    2015-04-17 11:06:15下载
    积分:1
  • simulink
    齿轮系统MATLAB/SIMULINK仿真图,本人能力有限,希望能够对其他人有所帮助。(MATLAB/SIMULINK simulation of gear system, I limited capacity, hoping to help others.)
    2021-04-24 11:48:47下载
    积分:1
  • 696518资源总数
  • 105531会员总数
  • 4今日下载