CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 搜索资源 - MATLAB,遗传算法

搜索资源列表

  1. 车间调度算法

    2下载:
  2. 水线型车间作业调度问题可以描述如下:n个任务在流水线上进行m个阶段的加工,每一阶段至少有一台机器且至少有一个阶段存在多台机器,并且同一阶段上各机器的处理性能相同,在每一阶段各任务均要完成一道工序,各任务的每道工序可以在相应阶段上的任意一台机器上加工,已知任务各道工序的处理时间,要求确定所有任务的排序以及每一阶段上机器的分配情况,使得调度指标(一般求Makespan)最小。下面的源码是求解流水线型车间作业调度问题的遗传算法通用MATLAB源码。
  3. 所属分类:图形图象

  1. GA2

    1下载:
  2. 用遗传算法解决了图像分割问题,将图像中的像素按灰度值用域值M分为两类图像,一类为目标图像,另一类为背景图像,经过几十次迭代后有助于缩小检索范围-Using genetic algorithms to solve the image segmentation problem, the image pixel gray value according to the value of M is divided into two categories with the domain images, on
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:453.87kb
    • 提供者:宁国富
  1. AdaptiveGA

    0下载:
  2. 自适应遗传算法源matlab程序,用到了G-S正交化分解,希望对大家有用。-aAdaptive genetic algorithm source code by Matlab, used in the G-S orthogonal decomposition.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:680byte
    • 提供者:sanmu
  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
    • 文件大小:362.02kb
    • 提供者:陈明
  1. yichuansuanfaimageseg

    1下载:
  2. 遗传算法与BP神经网络结合,可以进行彩色图像和灰度图像的分割。-Genetic algorithm and BP neural networks that can be color images and gray-scale image segmentation.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:120.66kb
    • 提供者:benzhiwei
  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
    • 文件大小:32.82kb
    • 提供者:南飞燕
  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
    • 文件大小:2.83kb
    • 提供者:wuhao3424
  1. Theroadbasedongeneticalgorithmsimagesegmentation.r

    1下载:
  2. 基于遗传算法的道路图象分割,针对道路图像的分割,个人感觉效果还行。-The road based on genetic algorithms image segmentation, image segmentation for the road, feeling the effect of individual firms also.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-07
    • 文件大小:1.41mb
    • 提供者:jiangzhy
  1. TSnake

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

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

    0下载:
  2. 基于遗传算法的图像分割。用MATLAB实现。遗传算法就这样反复迭代,向着更优解的方向进化,直至满足某种预定的优化指标。-anneal ,using matlab
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:319.86kb
    • 提供者:FY
  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
    • 文件大小:1.03mb
    • 提供者:Bruce
  1. matlab

    0下载:
  2. 遗传算法matlab程序,很全面,很实用,欢迎下载-Genetic algorithm matlab program, very comprehensive, very practical, welcome to download
  3. 所属分类:Graph program

    • 发布日期:2017-04-03
    • 文件大小:641.41kb
    • 提供者:dragon
  1. julei

    0下载:
  2. 图像处理,图像分割,基于matlab的遗传算法的一些程序-Image processing, image segmentation, based on some of the genetic algorithm matlab program
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:49.21kb
    • 提供者:shuren21
  1. 16452007

    0下载:
  2. matlab遗传算法工具与源码,非常有学习价值,函数很齐全,而且包含权威论文!-matlab genetic algorithm tools and source code, is learning the value function is complete, and contains the authoritative papers!
  3. 所属分类:Special Effects

    • 发布日期:2017-05-28
    • 文件大小:10.72mb
    • 提供者:chengxin
  1. shuzituxiangchuli

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

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

    0下载:
  2. 一个用遗传算法做的图象融合,这是MATLAB源程序源码, 已通过测试-A genetic algorithm to do image fusion, which is the MATLAB source code, has been tested
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:421.94kb
    • 提供者:召唤
  1. mataronhed

    0下载:
  2. 一个采用用遗传算法做的图象融合代码,这是MATLAB源程序源码,希望对需要的人提供帮助。-A genetic algorithm used to do with the image integration code, which is MATLAB source code, hope to those who need help.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:422.14kb
    • 提供者:样本
  1. 遗传算法

    0下载:
  2. 基本遗传算法(GA)的算法原理、步骤、及Matlab实现,包含详尽的代码(Basic Genetic Algorithm (GA) algorithm principles, steps, and Matlab implementation, including detailed code)
  3. 所属分类:图形图像处理

    • 发布日期:2018-05-01
    • 文件大小:3kb
    • 提供者:少少1
  1. MATLAB遗传算法工具箱及应用

    0下载:
  2. 如何使用matlab中程序工具箱,进行对各散点的matlab图像进行最佳路径规划。(How to use matlab program toolbox to carry out the best path planning for matlab images of scattered points.)
  3. 所属分类:图形图象

    • 发布日期:2018-05-06
    • 文件大小:9.31mb
    • 提供者:吃鸡的鸭
  1. 基于遗传算法的图像融合

    3下载:
  2. 基于遗传算法的图像融合,应用于求解图像融合的常用算法,matlab编写 ,很好的实现了,希望 对大家学习 有用(GA,Image Fusion Based on Genetic Algorithms)
  3. 所属分类:图形图像处理

    • 发布日期:2020-05-12
    • 文件大小:227kb
    • 提供者:三径
« 12 3 »
搜珍网 www.dssz.com