搜索资源列表
Matlab
- 本文介绍了遗传算法的流程及几个算子, 给出了在matlab 语言环境下实现编码、译码、选择、重组和变异各算子的编程方法, 最 后用一个实例来说明遗传算法在寻找全局最优解中的应用。
MATLAB图像处理源程序
- 程序代码说明 P0201:MATLAB赋值 P0202:MATLAB中的for循环 P0203:MATLAB中的for循环和if条件 P0205:MATLAB图像处理的基本操作 P0206:MATLAB高级图像处理操作 P0207:根据RGB图像创建一幅灰度图像 P0208:二值图像的取反操作 P0209:用imshow函数显示图像 P0210:在同一个窗口内显示两幅图像 2.rar (15.23k) 程序代码说明 P0301:数字图像矩阵数据的显示及其傅立叶变换 P0
利用sobel算子和霍夫变换求出图像的边缘
- 利用sobel算子和霍夫变换求出图像的边缘,并计算图像边缘间距离,采用matlab处理,matlab
speedyGAv1.3.zip
- 一种快速简单的遗传算法程序,基于Matlab7,加入特殊的交叉算子和变异算子,使算法更快。,SpeedyGA is a vectorized implementation of a genetic algorithm in the Matlab programming language.SpeedyGA has been created and tested under Matlab 7 (R14). Added mutation and crossover mask pregeneration
scale-space.rar
- sift算子中高斯金字塔和DOG的生成,只是该算子的最初步骤,sift operator:the generation of Gaussian pyramid and DOG。it is only the first steps
MATLAB-genetic-algorithm-toolbox
- 介绍遗传算法的原理,流程。详细展示了交叉,变异,选择等算子。同时,还介绍了谢菲尔德大学遗传工具箱的使用 。本书对初学遗传算法者很有帮助。-Introduce the principle of genetic algorithms, processes. Detail shows crossover, mutation, selection operator. Meanwhile, the University of Sheffield also introduced the use of gen
SUSAN
- SUSAN算子检测图像边缘和角点,可以自己定义不同的检测模板,实现不同功能的角点检测。-SUSAN operator detect image edges and corners, can define a different template to different functions of the corner detection.
arithXover
- 遗传算法中交叉算子的MATLAB程序-Genetic algorithm crossover operator of the MATLAB program
CannyalgorithmMATLAB
- canny算子,很有用的一个程序.容易掌握.-a simple and easy algorithm.
CannyMatlab
- canny算子提取图像边缘的matlab 源代码-canny operator edge extraction of the matlab source code
log_edge
- 用matlab编写的拉普拉斯高斯算子代码(LoG算子),用该函数实现LoG算子提取图像边缘点的功能。-Written by matlab Laplacian of Gaussian operator code (LoG operator), using the LoG operator functions for extracting the image edge points of the function.
遗传算法选择算子
- 有关于遗传算法中一些经典选择算子的MATLAB实现(Some Realizations of Classical Selection Operators in Genetic Algorithms)
遗传算法变异算子
- 有关遗传算法中一些经典的变异算子的MATLAB实现(Some Realistic Variation Operators in Genetic Algorithms)
用MATLAB实现遗传算法程序.pdf
- 遗传算法的基本步骤如下: 1)在一定编码方案下,随机产生一个初始种群; 2)用相应的解码方法,将编码后的个体转换成问 题空间的决策变量,并求得个体的适应值; 3)按照个体适应值的大小,从种群中选出适应值 较大的一些个体构成交配池; 4)由交叉和变异这两个遗传算子对交配池中的 个体进行操作,并形成新一代的种群; 5)反复执行步骤2-4,直至满足收敛判据为止。(The basic steps of the genetic algorithm are as follows: 1) u
Matlab遗传算法的部分映射交叉算子(pmx)源码
- Matlab遗传算法的部分映射交叉算子(pmx)源码(Partial mapping crossover operator (PMX) source code of Matlab genetic algorithm)
Canny
- Matlab环境下用Canny算子进行边缘检测的例程(Canny Image_Edge_Detection)
teager
- teager能量算子MATLAB代码,应用于信号分析(Teager Energy Operator MATLAB Code)
遗传算法的算子选择结果分析
- 对120中算子组合的运行结果进行统计分析(Statistical analysis of operation results of operator combination in 120)
Log算子图像分割的matlab程序
- Log算子图像分割的matlab程序,高斯滤波+拉普拉斯算子运算,阈值可以自己设置
设计程序
- 本资源运用Matlab中的计算机视觉技术对视频监控中的运动人体的一些异常行为进行研究分析,涉及到了运动目标检测以及跟踪和人体异常行为检测等几个方面。背景模型的建立则是分别利用了中值滤波法和二值化背景模版建模法,通过帧间差分 来实现不断更新背景模版。在检测运动人体异常行为中,本文在检测运动人体跌倒的异常行为时利用外接矩形来确定运动人体及其质心,并通过定义一些特征算子来把人体行为进行量化,从而判断是否行为异常。(In this paper, we use matlab technology to d