登录
首页 » matlab » encrypt2

encrypt2

于 2017-05-17 发布 文件大小:56KB
0 213
下载积分: 1 下载次数: 36

代码说明:

  图像加密 matlab程序 图像加密的程序 混沌系统图像加密的程序(encrypt photo)

文件列表:

encrypt2
........\Demo_Rossler.m,594,2016-03-18

........\LWANG.m,1526,2015-12-30
........\main.m,450,2016-06-12
........\memo.m,107,2009-03-06
........\Rossler.m,1526,2015-12-30
........\xgx.m,414,2016-06-12
........\xiangguanxing.m,869,2016-06-12
........\xiangguanxing2.m,547,2016-06-12
........\zhifangtu2.m,138,2016-06-12

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

发表评论

0 个回复

  • GASA
    基于遗传模拟退火和Otsu法的图像分割。采用一种基于模拟退火算法(SA)的混合遗传算法(GASA),来进行Otsu方法选择阈值,其中进行求解时是非线性的遗传算法(GA)的应用优化了求阈值过程,并尽可能地减少其运算量,而加入SA则避免了遗传算法(GA)常见的早熟收敛现象,从而实现有效简单的图像分割。 (adopt hybrid genetic algorithm(GASA) based on simulated annealing algorithm,choose threshold by Ostu method,which applicated the non-linear genetic algorithm(GA) allows us to optimize the process of threshold. And, where possible, to reduce the computation. in order to achieve effectivly and simply image segmentation. Combination SA is to avoid the common phenomenon about premature convergence in genetic algorithm (GA) to achieve a simple and effective image segmentation.)
    2009-12-10 16:54:58下载
    积分:1
  • harrisandransac
    harris角点检测以及NCC特征匹配MATLAB代码(Harris corner detection and NCC feature matching MATLAB code)
    2017-06-19 10:26:49下载
    积分:1
  • yuandaima
    以多光谱数据为原始数据,通过空间变换、滤波、融合、纹理及图像处理等手段,提取遥感图像多维、多尺度特征,最终建立面向目标检测、识别和分析的特征空间,并使用NASA的实测数据对方法的性能进行验证和分析。(Multi-spectral data to the original data, through space conversion, filtering tools, integration, texture and image processing, remote sensing images to extract multi-dimensional, multi-scale features, for the eventual establishment of target detection, identification and analysis of the characteristics of the space, and measured using NASA performance of the method for data verification and analysis.)
    2014-03-11 16:27:57下载
    积分:1
  • EDLines 快速直线检测算子
    EDLines是一种快速直线检测算子,2012年在ICCV上提出,也是目前处理直线检测最快的算法之一,该算法包含三个步骤:(1)边缘提取:利用Edge Drawing (ED)算法[28,29]从灰度图像中提取边缘片段;(2)线段检测:利用最小二乘法提取直线段;(3)线段确认:遵循Helmholtz定律,从已提取的直线段中摒弃虚假线段。EDLines算法的优越性得益于Edge Drawing (ED)算法能够从灰度图像中准确、快速、稳定地提取出光滑、完整的边缘片段。Edge Drawing (ED)算法包含以下步骤: (1)采用size=5*5,σ=1的高斯核对灰度图像进行平滑滤波,去除噪声; (2)采用一种常用的梯度算子,如Prewitt、Sobel或Scharr等计算平滑后图像中每个像素点的梯度幅度和梯度方向; (3)将梯度图中邻域内幅度最大的像素点标记为锚点,这些锚点成为图像边缘点(edge elements)的概率很大; (4)将相邻的锚点连接成边缘线。从一个锚点起始,ED利用相邻像素的梯度幅度和方向在梯度为最大值的锚点之间游走。 (Edge Drawing (ED) is our recently-proposed, novel, fast edge detection algorithm. What makes ED stand out the existing edge detectors, e.g., Canny, is the following: While the other edge detectors give out a binary edge image as output, where the etected edge pixels are usually independent, discontinuous entities ED produces a set of edge segments, which are clean, contiguous, i.e., connected, chains of edge pixels. Thus, while the output of the other edge detectors requires urther processing to generate potential object boundaries, which may not even be possible or result in inaccuracies ED not only produces perfectly connected object boundaries by default, but it also achieves this in blazing speed compared to other edge detector.)
    2021-03-22 16:29:16下载
    积分:1
  • Graph_Cut
    用图切分(Graph_Cut)分割图像彩色图像、灰度图像及二值图像,效果较好,尤其是金相组织图像的分割更加有效。(Graph_Cut)
    2010-12-20 01:18:04下载
    积分:1
  • Itxxhm
    图像细化注意,本程序的细化算法要应用于于含线条的黑白二值图像才可以看出细化效果。 (The thinning Note refinement algorithm of this program is to be applied to black and white binary image containing lines can be seen that the refinement effect.)
    2012-08-05 18:16:42下载
    积分:1
  • video-read-and-coding
    在matlab中读入视频序列,并显示出来。对视频流文件进行按帧读取,并计算帧与帧之间差值,并统计差值的分布。(Read into the video sequence in matlab, and displayed. Streaming video, read the press frame, and calculate the difference between frames, and statistical difference between the distribution.)
    2012-07-11 22:08:34下载
    积分:1
  • 6Improved-discriminate-analysis-
    6Improved discriminate analysis for high dimensional data and its application to face recognition. 2007-Zhuang-Dai.pdf
    2014-10-22 20:44:04下载
    积分:1
  • gaijinzhongzhilvbo
    一种改进的快速加权中值滤波算法,较好的保留了图像的细节(Fast weighted median filtering algorithm, an improved and better retain the image details.)
    2012-04-09 13:19:39下载
    积分:1
  • gmm
    EM算法以及混合高斯模型,c++实现,控制台程序,函数调用很简单方便。可以在低版本vc6.0运行。(EM algorithm and hybrid Gauss model, c++ implementation, the console program, function call is very simple and convenient. Can be run at low vc6.0.)
    2015-11-19 16:20:15下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载