CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 搜索资源 - genetic algorithm of matlab

搜索资源列表

  1. duomubiaozuoyouhua

    1下载:
  2. 多目标遗传算法,很好的源代码,实现多输入多输入参数条件下的最优化-Multi-objective genetic algorithm, a very good source code, achieve multiple-input multiple-input parameters optimized under the conditions of
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:370705
    • 提供者:陈明
  1. PatternRecongnition

    0下载:
  2. 图像模式识别聚类分析、模糊聚类、遗传算法聚类-Cluster analysis of image pattern recognition, fuzzy clustering, genetic algorithm clustering
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-29
    • 文件大小:232910
    • 提供者:yutao
  1. segment_ga

    0下载:
  2. 利用遗传算法进行图像分割(matlab源码)-The use of genetic image segmentation algorithm (matlab source)
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:335666
    • 提供者:lx
  1. program

    1下载:
  2. 本程序用于对工件图像的预处理,边缘提取等。将改进遗传算法和Hausdorff距离结合用于工件识别。采用canny边缘为匹配特征,将修正的Hausdorff距离作为相似性度量准则,并应用遗传算法进行最佳匹配的快速搜索,成功实现了目标物体的匹配识别-This procedure used for the workpiece image preprocessing, edge extraction and so on. Will improve the genetic algorithm and Ha
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:33610
    • 提供者:南飞燕
  1. roadsegmentation

    0下载:
  2. 遗传算法在道路图像阈值分割中的应用,算法中对遗传算法的遗传算子进行了一系列的改进,收敛性较好。-Genetic Algorithm in the path of the image threshold segmentation application, the algorithm of genetic algorithm genetic operator carried out a series of improvements, a better convergence.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2013-04-15
    • 文件大小:2901
    • 提供者:wuhao3424
  1. EER

    0下载:
  2. 自适应算法与遗传算法的结合,形成一个更加优良的算法。-Adaptive algorithm with a combination of genetic algorithm to create a more fine algorithms.
  3. 所属分类:Graph program

    • 发布日期:2017-04-12
    • 文件大小:792
    • 提供者:张慧峰
  1. GAMatlab

    0下载:
  2. 遗传算法的程序原理,介绍文章及matlab源程序-Principle of genetic algorithm procedure to introduce the articles and source code matlab
  3. 所属分类:Special Effects

    • 发布日期:2017-04-25
    • 文件大小:8892
    • 提供者:luanxinhai
  1. Genetic_Toolbox

    0下载:
  2. Matlab中的遗传算法工具箱,内含多个功能函数,方便调用。-Genetic Algorithm in Matlab toolbox containing a number of performance function to facilitate the call.
  3. 所属分类:Graph program

    • 发布日期:2017-04-03
    • 文件大小:105132
    • 提供者:孟合民
  1. TSnake

    0下载:
  2. Snake的初衷是为了进行图像分割,但它对初始位置过于敏感,且不能处理拓扑结构改变的问题。初始位 置的敏感性可以用遗传算法来克服,因为它是一种全局优化算法,且有良好的数值稳定性。为了更精确地进行图 像分割,本文提出了一种基于遗传算法的双T—Snake模型图像分割方法,它将双T—Snake模型解作为遗传算法的搜 索空间,这既继承了T—Snake模型的拓扑改变能力,又加快了遗传算法的收敛速度。由于它利用遗传算法的全局优 化性能,克服了Snake轮廓局部极小化的缺陷,从而可得到对目标的
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:458981
    • 提供者:ultraqiangda
  1. leavebehindMatlab

    0下载:
  2. 遗传算法对于图像分割有着最重要的意义,可以对边界有着很好的检测-Genetic Algorithm for Image Segmentation with the meaning of the most important, can have a very good detection of the border
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:5856
    • 提供者:西宁
  1. iimage_process

    1下载:
  2. 本程序是用自适应遗传算法进行图像增强,其思想来自《计算机学报》发表的论文。-This program is self-adaptive genetic algorithm image enhancement, their thoughts from the " Journal of Computers," published papers.
  3. 所属分类:Graph program

    • 发布日期:2017-04-09
    • 文件大小:1082164
    • 提供者:Bruce
  1. main

    0下载:
  2. 这是个关于图像遗传算法分割的源程序,在matlab上实现-This is a genetic algorithm on the image segmentation of the source, to achieve in matlab
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:40492
    • 提供者:yiweibo
  1. shuzituxiangchuli

    0下载:
  2. 在传统图像识别中的模板匹配技术面临着计算量大,存储量大的缺点,因此提出了基于遗传算法的图像识别的方法。本文提出了传统的基于遗传算法和normxcorr2结合的方法,对图像进行离散化,然后把图像识别问题变成一系列的离散点组合优化问题,再利用遗传算法对种群优化的性能,对各个控制点组合优化,让控制点与模板进行匹配,寻出最优解。最后通过实验验证遗传算法在图像识别的优点。-In the traditional image recognition in the face template matching
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-27
    • 文件大小:122653
    • 提供者:谢宗华
  1. ga_segment

    1下载:
  2. 采用MATLAB语言编程实现了基于遗传算法的最大熵单阈值、最大熵双阈值、二维最大熵单阈值图像分割和基于最大类间方差遗传算法的图像分割-Through the study of threshold segmentation method and genetic algorithm theory, matlab programming language used to achieve the genetic algorithm based on maximum entropy single thre
  3. 所属分类:Special Effects

    • 发布日期:2015-12-27
    • 文件大小:304128
    • 提供者: 许良
  1. genetic-algorithm

    0下载:
  2. 遗传算法的MATLAB实现,有比较详细的语句说明,对刚接触的同学比较好-The realization of the genetic algorithm in matlab
  3. 所属分类:Special Effects

    • 发布日期:2017-12-02
    • 文件大小:7424
    • 提供者:雪球
  1. matlab-GA

    0下载:
  2. 遗传算法的基本原理,利用Matalab编程实现了遗传算法-The basic principle of the genetic algorithm genetic algorithm, using Matalab programming
  3. 所属分类:Special Effects

    • 发布日期:2017-11-27
    • 文件大小:5045
    • 提供者:谢佳杰
  1. Generate

    2下载:
  2. 基于HIS和遗传算法的图像融合,Matlab代码,有图片-Based on HIS and genetic algorithm of image fusion Matlab code, remote images
  3. 所属分类:Special Effects

    • 发布日期:2015-09-07
    • 文件大小:1242112
    • 提供者:朱宇
  1. genetic

    0下载:
  2. 用MATlab实现的遗传算法,i比较简单,适用于刚学习粒子群算法的人,大家可以交流一下-MATlab genetic algorithm, relatively simple, suitable for people new to the study of the particle swarm optimization (pso) algorithm, we can discuss
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-17
    • 文件大小:217867
    • 提供者:wanglin
  1. Genetic-Algorithms-using-matlab

    0下载:
  2. 遗传算法(Genetic Algorithm)是模拟达尔文生物进化论的自然选择和遗传学机理的生物进化过程的计算模型,是一种通过模拟自然进化过程搜索最优解的方法。-Genetic Algorithm (Genetic Algorithm) is a simulation of natural selection and genetics of Darwinian biological evolution computational models of biological evolution, t
  3. 所属分类:Special Effects

    • 发布日期:2017-04-26
    • 文件大小:19546
    • 提供者:fanshengnan
  1. MATLAB-Genetic-Algorithm

    0下载:
  2. 遗传算法(Genetic Algorithm)是模拟达尔文生物进化论的自然选择和遗传学机理的生物进化过程的计算模型,是一种通过模拟自然进化过程搜索最优解的方法。-Genetic Algorithm (Genetic Algorithm) is a simulation of natural selection and genetics of Darwinian biological evolution computational models of biological evolution, t
  3. 所属分类:Special Effects

    • 发布日期:2017-04-25
    • 文件大小:236275
    • 提供者:fanshengnan
« 12 3 »
搜珍网 www.dssz.com