基于Arnold 变换的图像置乱Matlab 程序- 下载
|
本程序用Matlab语言实现了基于Arnold变换的图像置乱算法。。-this procedure using Matlab-based Arnold Transform Image Scrambling algorithm. . 下载
|
用matlab实现的图像加密算法-基于Arnold变换的图像加密-using Matlab achieve image encryption algorithm-based Arnold Transform Image Encryption 下载
|
这个程序对图像计算arnold变换周期,然后进行变换把二值图像置乱,然后一定的周期之后进行复原。- 下载
|
Arnold变换 图形图形课程作业. 吧图片转换为乱码.生成新图片- 下载
|
VC实现的图像加密算法,采用Arnold变换,对于初涉信息安全的人员有一定参考价值-The algorithm of encrypted image completed in VC, applying the Arnold transform .It is valuable to people who will devote himself to infomation security 下载
|
这个程序对图像进行arnold变换,把二值图像置乱,然后一定的周期之后进行复原。- 下载
|
该程序为arnold,即猫脸变换-the procedures for arnold, cat face Transform 下载
|
Arnold图像置乱Matlab代码 %% -------------------------------------------------------------------- %% % Function: Arnold图像置乱 % Arnold: x =(x+y) mod N, y =(x+2y) mod N % 变换周期(N,M): (128,96),(256,192),(512,384) % Argument: dPSNR: 置乱后PSNR % outImg: 置乱后输出图像 % inImg: 输入图像 % iTimes: 置乱次数 % Version: 1.01.20070409 %% -------------------------------------------------------------------- %%-Arnold image scrambling Matlab code ----------------%% ---------------------------------------- ------------%%% Function : Arnold image scrambling% Arnold : x = (x y) mod N, y = (x 2y) mod N% transform cycle (N, M) : (128,96), (256,192), (512,384)% Argument : dPSNR : Scrambling after PSNR% outImg : Scrambling% of the output image inImg : input image% iTimes : Scrambling frequency% Version : 1.01.20070409 -------------------------%% ---------------------------------------- ---%% 下载
|