登录
首页 » matlab » A

A

于 2020-10-05 发布
0 84
下载积分: 1 下载次数: 0

代码说明:

说明:  对图像进行行列循环加密,采用的是3维混沌系统来增强图像加密的安全性(The 3-D chaotic system is used to enhance the security of image encryption)

文件列表:

A-New-Approach-of-Image-Encryption-Using-3D-master, 0 , 2020-10-01
A-New-Approach-of-Image-Encryption-Using-3D-master\.gitattributes, 65 , 2017-10-19
A-New-Approach-of-Image-Encryption-Using-3D-master\A New Approach of Image Encryption Using 3D.pdf, 1076301 , 2017-10-19
A-New-Approach-of-Image-Encryption-Using-3D-master\Relevent images, 0 , 2020-10-01
A-New-Approach-of-Image-Encryption-Using-3D-master\Relevent images\Decrypted images, 0 , 2020-10-01
A-New-Approach-of-Image-Encryption-Using-3D-master\Relevent images\Decrypted images\Decrypted_deblur.jpg, 27817 , 2017-10-19
A-New-Approach-of-Image-Encryption-Using-3D-master\Relevent images\Decrypted images\Decrypted_lena.jpg, 33403 , 2017-10-19
A-New-Approach-of-Image-Encryption-Using-3D-master\Relevent images\Decrypted images\Decrypted_mandrill.jpg, 37704 , 2017-10-19
A-New-Approach-of-Image-Encryption-Using-3D-master\Relevent images\Decrypted images\Decrypted_peppers.jpg, 50284 , 2017-10-19
A-New-Approach-of-Image-Encryption-Using-3D-master\Relevent images\Encrypted images, 0 , 2020-10-01
A-New-Approach-of-Image-Encryption-Using-3D-master\Relevent images\Encrypted images\encypted_deblur.jpg, 103846 , 2017-10-19
A-New-Approach-of-Image-Encryption-Using-3D-master\Relevent images\Encrypted images\encypted_lena.jpg, 103675 , 2017-10-19
A-New-Approach-of-Image-Encryption-Using-3D-master\Relevent images\Encrypted images\encypted_mandrill.jpg, 103786 , 2017-10-19
A-New-Approach-of-Image-Encryption-Using-3D-master\Relevent images\Encrypted images\encypted_peppers.jpg, 103690 , 2017-10-19
A-New-Approach-of-Image-Encryption-Using-3D-master\Relevent images\original images, 0 , 2020-10-01
A-New-Approach-of-Image-Encryption-Using-3D-master\Relevent images\original images\deblur.jpg, 21025 , 2017-10-19
A-New-Approach-of-Image-Encryption-Using-3D-master\Relevent images\original images\lena.jpg, 20401 , 2017-10-19
A-New-Approach-of-Image-Encryption-Using-3D-master\Relevent images\original images\mandrill.jpg, 30658 , 2017-10-19
A-New-Approach-of-Image-Encryption-Using-3D-master\Relevent images\original images\peppers.jpg, 37523 , 2017-10-19
A-New-Approach-of-Image-Encryption-Using-3D-master\matlab code, 0 , 2020-10-01
A-New-Approach-of-Image-Encryption-Using-3D-master\matlab code\Correlation_column_only.m, 829 , 2017-10-19
A-New-Approach-of-Image-Encryption-Using-3D-master\matlab code\Correlation_of_row_col.m, 2829 , 2017-10-19
A-New-Approach-of-Image-Encryption-Using-3D-master\matlab code\Correlation_row_only.m, 693 , 2017-10-19
A-New-Approach-of-Image-Encryption-Using-3D-master\matlab code\Encryption_Decryption_total_process.m, 6578 , 2020-10-01
A-New-Approach-of-Image-Encryption-Using-3D-master\matlab code\Entrophy_analysis.m, 927 , 2017-10-19
A-New-Approach-of-Image-Encryption-Using-3D-master\matlab code\Histogram_Analysis.m, 1066 , 2017-10-19
A-New-Approach-of-Image-Encryption-Using-3D-master\matlab code\Image_show.m, 651 , 2017-10-19
A-New-Approach-of-Image-Encryption-Using-3D-master\matlab code\Key_Sensitivity_analysis.m, 7981 , 2017-10-19
A-New-Approach-of-Image-Encryption-Using-3D-master\matlab code\NPCR_UACI_total.m, 7827 , 2017-10-19
A-New-Approach-of-Image-Encryption-Using-3D-master\matlab code\NPCR_only.m, 471 , 2017-10-19
A-New-Approach-of-Image-Encryption-Using-3D-master\matlab code\UACI_only.m, 420 , 2017-10-19
A-New-Approach-of-Image-Encryption-Using-3D-master\matlab code\logistic_map_analysis.m, 1805 , 2017-10-19

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

发表评论

0 个回复

  • Project2
    通过图片的外参数矩阵对图片进行透视变换,对图片的外参数进行校正(camera calibration)
    2014-11-14 23:49:33下载
    积分:1
  • StereoVision_SSD
    本算法在Matlab2008b 环境下实现。包括main,san 和ssd 三个函数。 这次实现的算法并不是比较两个已经知道的点是否匹配,而是已知一个图形中的特征点,在另外一个图像中找到与其最匹配的点,匹配度用SAD 或者SSD 来度量。 main.m 是程序的入口,包括生成和读入实验数据,调用sad 函数和ssd 函数求匹配点,最后绘 制出最后的结果。sad.m 是用sad 度量方法在另一图中求解匹配点的函数实现,有3 个参数 y=sad(x,image1,image2)。其中x 是代匹配的数据,image1 是图像1 数据,image2 是图像2 数据。 从理论上分析,ssd 比sad 算法要复杂一点,经过测试,在一幅640*480 的图像中寻找10 个匹配点数据SAD 用时25.062519 秒,SSD 用时25.291432 秒。(The algorithm Matlab2008b environment to achieve. Including the main, san, and ssd three functions. The implementation of the algorithm is not the point of comparing two matches already know, but the known feature points in a graphic, an image found in the other match with the most points, matching measured with the SAD or SSD. main.m is the entry, including the generation and reading test data, call the sad ssd function evaluation functions and matching points, and finally draw the final result. sad.m measure is sad figure in another match point in the function implementation to solve, there are three parameters y = sad (x, image1, image2). Where x is the generation of matching data, image1 is the data image 1, image2 is the image 2 data. From the theoretical analysis, ssd little more complicated than the sad algorithm, tested in a 640* 480 images of 10 match points in the search for data using time 25.062519 seconds SAD, SSD with time 25.291432 seconds. )
    2011-01-25 19:06:47下载
    积分:1
  • lenaentropy
    说明:  求lena图像的信息熵,图像大小为256X256(For lena image information entropy, image size is 256x256)
    2008-11-18 18:58:53下载
    积分:1
  • gvf_snake algorithm
    说明:  GVF-SNAKE分割 解决了收敛速度慢、收敛不理想的问题(Image segmentation using GVF Snake)
    2021-03-04 12:59:32下载
    积分:1
  • wavelet
    小波变换实现图像增强的示例,matlab编写。(an example of image enhacement based on wavelet transformation, writed by matlab.)
    2009-10-02 17:07:09下载
    积分:1
  • Haralick
    计算灰度共生距的matlab源代码Haralick Texture Features Matlab Toolbox v0.1b(Calculation of gray symbiotic matlab source code from the Haralick Texture Features Matlab Toolbox v0.1b)
    2009-01-14 16:48:47下载
    积分:1
  • com
    图像处理算法,实现多种对于灰度/二值图像的基本算法,包括灰度直方图,均衡化,门限处理,模糊,锐化,腐蚀,膨胀,掩模过滤,频域转换,边缘检测,梯度检测,二值化等等.实现的方法较多,且均经过一定的优化,效率不错.(Image processing algorithms to achieve a variety of for the gray/binary image of the basic algorithm, including the gray histogram, equalization, threshold treatment, blur, sharpen, corrosion, expansion, mask filter, frequency domain conversion, edge detection, gradient detection, binarization and so forth. The way to achieve more, and have to undergo a certain degree of optimization, efficiency, good.)
    2010-02-21 17:03:30下载
    积分:1
  • evaluation function
    说明:  SMD,Brenner,Robert,EOG,Sobel算子图像清晰度计算(SMD,Brenner,Robert,EOG,Sobel,evaluation function)
    2019-03-06 21:57:45下载
    积分:1
  • Hough变换圆
    一种基于形貌特征识别圆形的方法,通过拟合圆方程来实现的经典hough变换方法(A method of Circle Recognition Based on morphological features is introduced. The classical Hough transform method is implemented by fitting the circle equation.)
    2018-05-24 15:28:50下载
    积分:1
  • thin-plate-splines
    tps变换算法,一个很好的MATLAB程序,用于图像拼接(tps transform algorithm, a good MATLAB programs for image stitching)
    2011-09-02 13:23:20下载
    积分:1
  • 696518资源总数
  • 104269会员总数
  • 31今日下载