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

搜索资源列表

  1. yiqunsuanfa.rar

    1下载:
  2. 实用的蚁群算法,程序试图对具有31个城市的VRP进行求解,简单实用,Ant colony algorithm practical, the program attempts to have 31 cities to solve the VRP, simple and practical
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:6555
    • 提供者:刘柳
  1. yiqunmoxingfege.rar

    1下载:
  2. 基于蚁群算法的模糊C均值聚类医学图像分割方法的研究,Ant colony algorithm based on Fuzzy C-Means Clustering Method for Medical Image Segmentation
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:223561
    • 提供者:Ailsa
  1. Curve-Extraction-ACS

    1下载:
  2. 这个代码是基于蚁群算法的非参数曲线的自动提取算法,对于任意曲线具有很好的提取效果。-Nonparametric Curve Extraction Based on Ant Colony System
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2013-05-06
    • 文件大小:849060
    • 提供者:骆磊
  1. ACO

    1下载:
  2. 用MATLAB编写的蚁群算法最短路径寻找程序,压缩包内包含了网络结点坐标。-The preparation of the ant colony algorithm using MATLAB to find the shortest path procedure, compressed package that contains a network node coordinates.
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-26
    • 文件大小:2004
    • 提供者:MXJ
  1. qpso

    4下载:
  2. 基于量子行为的粒子群算法的MATLAB的源程序,已测试可以用-Based on the quantum behavior of particle swarm optimization MATLAB source, have been tested can be! !
  3. 所属分类:图形图象

    • 发布日期:2012-12-26
    • 文件大小:794
    • 提供者:吴涛
  1. Image-Edge-Detection-Using-Ant-Colony-Optimization

    1下载:
  2. This a demo program of image edge detection using ant colony, based on the paper, "An Ant Colony Optimization Algorithm For Image Edge Detection," 基于蚁群算法的图像边缘检测。IEEE于2008收录的文章.有matlab源程序和“An Ant Colony Optimization Algorithm For Image Edge Detectio
  3. 所属分类:Graph program

    • 发布日期:2017-03-21
    • 文件大小:306346
    • 提供者:miaosiyi
  1. PSO_2D1

    0下载:
  2. 二维的粒子群算法仿真试验的matlab代码, 希望对大家有有帮助。-two-dimensional simulation PSO upload point of view we have a right to help.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:2356
    • 提供者:sanmu
  1. pso2D.m

    0下载:
  2. 要求对粒子群算法的国内外研究现状进行系统综述,指出其存在问题,提出自己的观点。对目前的各种改进算法进行系统研究和分析,提出改进策略并设计相应的算法在MATLAB中实现。-Particle Swarm Optimization called for research at home and abroad to carry out systematic reviews, pointing out that the question of its existence, its own point of
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:2395
    • 提供者:张亚珍
  1. PSORegistration

    0下载:
  2. 基于互信息的图像配准源码,优化算法使用粒子群算法-Based on Mutual Information Image Registration code, optimizing the use of particle swarm optimization algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:82777
    • 提供者:施志萍
  1. PSO_RMI

    1下载:
  2. 基于粒子群算法和区域互信息的图像配准,区域互信息比传统互信息具有更好的鲁棒性-Based on Particle Swarm Optimization and regional mutual information image registration, regional mutual information than the traditional mutual information has better robustness
  3. 所属分类:Special Effects

    • 发布日期:2015-09-14
    • 文件大小:6396
    • 提供者:施志萍
  1. PSO

    0下载:
  2. 采用粒子群算法和最大类间方差相结合进行图像分割。-Using particle swarm algorithm and Otsu image segmentation combining.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:1802606
    • 提供者:Tommy
  1. lunwen

    0下载:
  2. 这有三篇关于图像处理的论文,使用VC实现基于直方图的相对辐射校正,小波变换在图像处理中的应用,微粒群算法在图像处理中的应用研究,很有参考价值-There are three papers on image processing, the use of VC histogram-based relative radiometric correction, wavelet transform in image processing applications, particle swarm optim
  3. 所属分类:Special Effects

    • 发布日期:2017-05-17
    • 文件大小:4928741
    • 提供者:英子
  1. PSOmatlab

    0下载:
  2. 粒子群算法的简单MTALAB实现.方便初学者对粒子群算法有一个简单的了解。-Particle swarm optimization algorithm to achieve a simple MTALAB. Easy beginners PSO has a simple understanding.
  3. 所属分类:Graph program

    • 发布日期:2017-03-27
    • 文件大小:8914
    • 提供者:张伟
  1. CoinRecognizing

    1下载:
  2. 基于蚁群算法的硬币识别研究。蚁群算法具有离散性、并行性、正反馈性和鲁棒性,是目前较为先进的优化算法.利用蚁群算法的聚类能力,提出一种硬币识别新方法.根据硬币图像的特点,确定了6个有效的图像纹理特征函数,通过对硬币图像的特征函 数值进行蚁群聚类,可有效实现各类硬币图像的识别.实验结果表明,该算法用于硬币识别可达到100%的识别率,并且识别时间较短,是一种有效的硬币识别方法.-Coin recognizing method based on ant colony algorithm
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-05
    • 文件大小:468253
    • 提供者:fishsky
  1. 蚁群算法matlab程序

    1下载:
  2. 蚁群算法 可以直接运行,实验过程很顺利,非常好用,整理清楚(yiqunsuanfafeichanghaoyong)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-31
    • 文件大小:8192
    • 提供者:wangdahuier
  1. 分散递阶蚁群算法及其在相变序列图像分割中的应用

    0下载:
  2. 提出了一种分散、递阶蚁群算法, 它将多个分散的蚁群并行求解各自对应的子问题, 形成一个执行层, 而递阶协调层利用执行层反馈的信息协调执行层的优化过程,从而得到递阶求解问题的整体最优解. 该算法已应用于相变热图序列图像模糊相变线的提取问题,即运用区域划分方法先将序列图像的分割转化为关联型多子图搜索问题,再利用分散 、递阶蚁群算法进行求解 ,结果表明该算法能很好地利用相变线的运动信息成功地解决热相变序列图像分割问题. 与蚁群算法独立搜索比较 ,分散 、递阶蚁群算法能更有效地实现多子图之间的关联.(A
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-07
    • 文件大小:513024
    • 提供者:Janet1023
  1. 粒子群

    0下载:
  2. 内含实验图片及粒子群算法,常规算法,进行图像配准(Image registration with experimental images and particle swarm optimization (PSO), conventional algorithm, image registration)
  3. 所属分类:图形图象

    • 发布日期:2018-04-19
    • 文件大小:771072
    • 提供者:tim杨
  1. 基于蚁群算法的图像边缘检测

    1下载:
  2. 将改进蚁群算法应用于图像边缘检测,模拟进化算法,主要采用信息素来进行方向的选择,通过全局性的搜索得到较优解。(The improved ant colony algorithm is applied to image edge detection and simulation evolutionary algorithm, which mainly uses information prime to select the direction, and the better solution is
  3. 所属分类:图形图像处理

    • 发布日期:2018-05-02
    • 文件大小:16384
    • 提供者:hc01357
  1. 基于蚁群算法的图像边缘检测

    2下载:
  2. 基于蚁群算法的图像边缘检测,亲测可用,包含四种图像。(Ant colony algorithm based image edge detection, pro test available.It contains four kinds of images.)
  3. 所属分类:图形图像处理

    • 发布日期:2019-06-02
    • 文件大小:30720
    • 提供者:今天要早睡
  1. 基于蚁群算法的图像边缘检测

    2下载:
  2. 基于蚁群算法的图像边缘识别程序,运行即可,附带图片(Image edge recognition program based on ant colony algorithm, just run, with pictures)
  3. 所属分类:模式识别(视觉/语音等)

    • 发布日期:2020-11-06
    • 文件大小:51200
    • 提供者:保安小安
« 12 3 4 5 6 7 8 9 10 ... 14 »
搜珍网 www.dssz.com