Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - matlab image
Search - matlab image - List
自己编写的图像加密程序,要求下载人会用matlab,文件直接解压缩即可-prepare their image encryption procedures, requirements will be downloaded using Matlab, documents can be directly extracted
Date : 2008-10-13 Size : 1.42kb User : 刘流

用matlab实现的图像加密算法-基于Arnold变换的图像加密-using Matlab achieve image encryption algorithm-based Arnold Transform Image Encryption
Date : 2008-10-13 Size : 1.23kb User : 杨柯

DL : 0
RSA加密/解密算法实现源码与例子 -The source code and examples of implement of RAS encryption and decryption algorithm
Date : Size : 18kb User : 站长

DL : 0
% 这是参照 University of California 提供的 MPEG 源代码的基础上编制的。 %用分块方法(8x8的块)对图象做zigzag变换, %效率极高,程序简洁,属信息隐藏中常用的方法之一。 %作者:辽宁大学 信息学院 范铁生 %email:fts0@163.com- This is a reference to University of California to provide the MPEG source code based on the establishment. Of sub-block method (8x8 block) to make zigzag transform images, high efficiency and simple procedure, which is commonly used in information hiding methods. Author: Liaoning University School of Informatics Fan Tiesheng email: fts0@163.com
Date : Size : 1kb User : gao

DL : 0
把一幅图像置乱,相当于加密,然后用相同的密钥再反置乱还原回原始图像。-To an image scrambling, which is equivalent encryption, and then use the same key again to restore the anti-scrambling back to the original image.
Date : Size : 2kb User : 赵鹏君

基于JPEG图像的密写技术,是一个MATLAB程序,大家可以试试看,我觉得可以-JPEG-based image steganography techniques, is a MATLAB program, we can give it a try, I think we can
Date : Size : 1kb User : 陈玉超

对音频信号分帧加窗,对每帧进行三阶小波变换,取其逼近系数平均值(一般为零).在此嵌入二值图像 并有对潜入水印信号进行盲检,恢复其嵌入水印-Sub-frame of the audio signal increases the Hamming window for each frame impletment third-order wavelet transform, whichever is close to the average coefficient (usually zero). according to this embedding binary image and resume its embedded watermark from the watermark signal by the Blind detection
Date : Size : 2kb User : wangyapeng

steganography in jpeg image
Date : Size : 1.28mb User : Nidhin

DL : 0
图像加密隐藏的一个用MATLAB编写的好程序。-Hidden image encryption using MATLAB write a good program.
Date : Size : 1kb User : fanmin

对原始图像在水平方向和垂直方向与2个滤波器(低通、高通)相卷积,可以得到4块面积为原图像1/4的子图,分别为水平方向低频和垂直方向低频(HH)、水平方向低频和垂直方向高频(HG)、水平方向高频和垂直方向低频(GH)、水平方向高频和垂直方向高频(GG)。-The original image in the horizontal direction and vertical direction and two filters (low pass, high pass) with convolution, you can get the original image area of 4 1/4 graph, respectively, horizontal and vertical direction low frequency ( HH), horizontal and vertical high-frequency low-frequency (HG), horizontal and vertical high-frequency low-frequency (GH), horizontal and vertical high-frequency high-frequency (GG).
Date : Size : 1kb User : yuanyuan

image encryption and decryption
Date : Size : 1kb User : alizeh

实现图像加密,过程简单易懂,适用于初学者-Image encryption, the process is simple and easy to understand for beginners
Date : Size : 143kb User : acssi

该程序可以进行图像加密,运用了混沌和小波变换,希望对你有帮助。-adapt chaos and wavelet combined method of matlab image encryption
Date : Size : 1kb User :

matlab中基于4f系统的图像的加密和解密源程序-matlab image encryption and decryption source 4f system based on the
Date : Size : 243kb User : 王云

本matlab函数,利用混沌映射不可预测性,遍历性和敏感性,以它们的参数和初始值的优异特性的,实现一个图像加密算法。我们引入了一个新的二维logistics函数。与现有的混沌映射相比,它具有更广泛的范围内混乱,更好的遍历性,混沌性和relativelylow实施成本。为了研究及其应用,我们提出了一个之乱转换(CMT),以有效地改变图像的像素位置。结合2D-logistics与CMT,我们进一步实现图像加密算法。-In this matlab test,we use the chastic s excellent properties of unpredictability, ergodicity and sensitivity to their parameters and initial values, chaotic maps are widely used in security applications. In this paper, we introduce a new two-dimensional Sine Logistic modulation map (2D-SLMM) which is derived the Logistic and Sine maps. Compared with existing chaotic maps,it has the wider chaotic range, better ergodicity, hyperchaotic property and relativelylow implementation cost. To investigate its applications, we propose a chaotic magic trans-form (CMT) to efficiently change the image pixel positions. Combining 2D-SLMM with CMT, we further introduce a new image encryption algorithm.
Date : Size : 4.63mb User : Knight

首先生成了超混沌序列,通过随机改变像素值,实现了图像的加密与解密,算法运行速度快,秘钥空间大-First ultra-chaotic sequence generated by randomly changing the pixel values, realize image encryption and decryption algorithm is fast, big secret key space
Date : Size : 99kb User : hhh

Logistic混沌系统图像加密MATLAB实现-image encryption
Date : Size : 188kb User : waiting15ky

这是我本科毕业设计论文《基于混沌序列的加密图像隐藏技术的设计与实现》,就是把一张图片加密后隐藏在载体图像中,可以抵御各种攻击,用到了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
Date : Size : 4.3mb User : sdgvf

基于LOGISTIC混沌映射的灰度图像加密和解密,MATLAB源码-the matlab code for image encryption and decryption based on logistic map
Date : Size : 47kb User : 苏永刚

简单的混沌加密,在网易云课堂听课,做的笔记,简单的几个混沌加密,数字水印混沌加密,混沌加密生成二值图像、灰度图像、RGB图像(Simple chaos encryption, in the netease cloud class, take notes, a few simple chaos encryption, digital watermark chaos encryption, chaos encryption generated binary image, gray image, RGB image)
Date : Size : 4kb User : 李庆丹
« 1 2 34 »
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.