搜索资源列表
-
0下载:
此程序通过遗传算法(ga )实现灰度图像的分割,遗传算法的计算过程首先是将实际的优化问题编码成符合串,-This procedure through the genetic algorithm (ga) realize grayscale image segmentation, genetic algorithm calculation process is to first of all, the actual coding optimization problem into line wit
-
-
0下载:
Snake的初衷是为了进行图像分割,但它对初始位置过于敏感,且不能处理拓扑结构改变的问题。初始位
置的敏感性可以用遗传算法来克服,因为它是一种全局优化算法,且有良好的数值稳定性。为了更精确地进行图
像分割,本文提出了一种基于遗传算法的双T—Snake模型图像分割方法,它将双T—Snake模型解作为遗传算法的搜
索空间,这既继承了T—Snake模型的拓扑改变能力,又加快了遗传算法的收敛速度。由于它利用遗传算法的全局优
化性能,克服了Snake轮廓局部极小化的缺陷,从而可得到对目标的
-
-
0下载:
本文研究了多峰优化问题, 利用梯度算子和筛选策略, 得到了一种可求解多峰函数
全部最优解的改进型遗传算法. 数值模拟结果表明, 该算法在处理复杂多峰函数优化问题时, 局
部搜索能力和克服过早收敛能力方面相对于传统遗传算法均有很大提高.-In this paper, multimodal optimization problems, the use of gradient operator and screening strategies can be solved by a multi-
-
-
0下载:
通过matlab实现遗传算法对最优化问题的只适应求解!-Matlab genetic algorithm to solve the optimization problem only to adapt!
-
-
0下载:
摘 要 为了实现快速精确的图像配准, 提出了基于改进粒子群优化算法的互信息图像配准方法, 以互信息作为图像配准的相似性测度, 使用改进的 PSO 算法来求解配准所需的空间变换参数 改进的粒子群算法引入组织的概念把整个种群划分为多个子群体共同进化, 并引入变异运算减少算法陷入局部最优 把改进的粒子群优化算法应用到医学图像配准领域上来, 实验结果表明, 算法能够得到比较满意的配准结果-Abstract In order to realize the fast precise image regist
-
-
1下载:
]图像分割是图像处理的一个重要研究方向,本文在介绍了基于阈值的图像分割算法的基础上,针对最大类间方差的寻优问
题,利用遗传算法求解最佳闽值-Image processing image segmentation is an important research direction in this paper, based on the threshold image segmentation algorithm based on Otsu, aiming at the optimizatio
-
-
0下载:
提出一种基于遗传算法的二维熵多阈值自适应图像分割方法.在分析研究二维熵阈值分割原理的基础上,
将可变码长的遗传算法应用于多阈值分割处理过程,采用基于多阈值的整数编码方式,将图像分割的类别数即染色
体的码长融合到适应度函数中,从而实现了在对阈值寻优的同时得以优化分割类别数,最终实现图像的多阈值自适
应分割处理.实验分析结果表明,该方法具有实现阈值寻优速度快,最优解对应图像分割效果好的特点-Propose a genetic algorithm based 2D entropy mult
-
-
1下载:
本文主要介绍遗传算法的基本理论,叙述遗传算法在图像增强的的主要应用,即将原始图像变得更加清晰,特征变得更加明显。
现今关于图像增强的算法有很多,而这些算法大多是基于退化函数或者点扩展函数的知识进行图像处理的。当图像出现模糊或噪声影响大时,设计出的图像清晰化的效果肯定不够理想,因此有必要对图像进行增强处理。于是,可利用到遗传算法这种成熟稳定的仿生物进化的全局寻优算法,进行图像增强,由于遗传算法控制参数少、自适应度高,将选择该方法对图像退化分别进行不同的清晰化处理. 这样既增强了图像的对比度,又
-
-
0下载:
粒子群算法,也称粒子群优化算法(Particle Swarm Optimization),缩写为 PSO, 是近年来发展起来的一种新的进化算法((Evolu2tionary Algorithm - EA)。PSO 算法属于进化算法的一种,和遗传算法相似,它也是从随机解出发,通过迭代寻找最优解,它也是通过适应度来评价解的品质,但它比遗传算法规则更为简单,它没有遗传算法的“交叉”(Crossover) 和“变异”(Mutation) 操作,它通过追随当前搜索到的最优值来寻找全局最优。这种算法以其实现
-
-
0下载:
人工神经网络中的遗传算法用于特征优化,不错的程序-Program of artificial neural network genetic algorithm optimization features, good
-
-
0下载:
BP神经网络MATLAB算法,Matlab灰色预测模型GM(1,1)代码,维纳滤波MATLAB程序,遗传算法优化神经网络程序[matlab]-MATLAB BP neural network algorithm, Matlab gray prediction model GM (1,1) code, Wiener filter MATLAB program, genetic algorithm optimization neural network program [matlab]
-
-
0下载:
遗传算法优化支持向量机参数的人脸识别程序,能直接运行-Genetic algorithm optimization parameters of SVM face recognition program that can be run directly
-
-
0下载:
基于Matlab的优化算法,文件里面包含模拟退火法等多种遗传算法。-Optimization algorithm based on Matlab, the file which contains a wide range of genetic simulated annealing algorithm
-
-
0下载:
模糊C-均值算法容易收敛于局部极小点,为了克服该缺点,将遗传算法应用于模糊C-均值算法(FCM)的优化计算中,由遗传算法得到初始聚类中心,再使用标准的模糊C-均值聚类算法得到最终的分类结果。-Fuzzy C- means algorithm is easy to converge to a local minimum point, in order to overcome this drawback, the genetic algorithm is applied to fuzzy C- me
-
-
1下载:
GA遗传算法用于孔径编码版的优化,程序包利用交叉、选择、变异、适应度计算的子程序。-The Genetic Algorithm is used for Aperture Coding s optimization here, and this package includes its crossover,selection,mutation and fitness calculation
-
-
0下载:
BP神经网络,蚁群优化,遗传算法,中值滤波以及形态学滤波-BP neural network and ant colony optimization and genetic algorithm, median filtering, and morphological filtering
-
-
0下载:
遗传算法和粒子群算法的工具箱,里面包含一些基本的知识,适用于初学者-Genetic algorithm and particle swarm optimization toolbox, which contains some basic knowledge for beginners
-
-
0下载:
Genetic algorithm program including the basic algorithm and its application in optimization function
-
-
0下载:
图论算法在计算机科学中扮演着很重要的角色,它提供了对很多问题都有效的一种简单而系统的建模方式。很多问题都可以转化为图论问题,然后用图论的基本算法加以解决。遗传算法是解优化问题的有效算法,而并行遗传算法是遗传算法研究中的一个重要方向,受到了研究人员的高度重视。(Graph theory plays an important role in computer science. It provides a simple and systematic modeling method for many p
-
-
0下载:
基于Matlab的函数优化遗传算法程序,包含了遗传算法实现的大部分步骤(Based on Matlab function optimization of genetic algorithm, contains most of the genetic algorithm implementation steps)
-