CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - 多目标

搜索资源列表

  1. 基于OpenCV平台下的实时目标跟踪系统

    6下载:
  2. 基于OpenCV平台下的实时目标跟踪系统,用于运动物体的多目标跟踪领域.,OpenCV platform based on real-time target tracking system for moving objects the field of multi-target tracking.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2012-11-08
    • 文件大小:16063
    • 提供者:李超
  1. opencv-多目标跟踪

    0下载:
  2. 基于opencv,对多个运动目标进行跟踪,工程已附带测试视频(Based on OpenCV, multiple moving targets are tracked, and the project has been attached to test video)
  3. 所属分类:OpenCV

    • 发布日期:2017-12-31
    • 文件大小:38946816
    • 提供者:曲折
  1. opencv3之目标跟踪(单目标、多目标)

    0下载:
  2. 对于刚入门的opencv玩家,提起目标跟踪,马上想起的就是camshift,但是camshift跟踪往往达不到我们的跟踪要求,包括稳定性和准确性。 opencv3.1版本发行后,集成了多个跟踪算法,即tracker,大部分都是近年VOT竞赛榜上有名的算法,虽然仍有缺陷存在,但效果还不错。(For incoming opencv players, CAMSHIFT is the key to target tracking, but CAMSHIFT tracking often fails t
  3. 所属分类:OpenCV

    • 发布日期:2018-01-09
    • 文件大小:3072
    • 提供者:李先生丨
  1. NCC多目标匹配

    0下载:
  2. 这是利用NCC目标匹配写的一个halcon小程序。自己选择ROI,然后根据ROI逐一地匹配图片中的相似物体。识别率很高,目标物体可以有一定的变形(This is a halcon applet written using NCC target matching. Choose ROI yourself, and then match the similar objects in the image one by one according to the ROI. Recognition rate
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-11
    • 文件大小:185344
    • 提供者:Edgar高
  1. CSMOP多目标程序

    2下载:
  2. 一个布谷鸟多目标程序,有需要的朋友可以了解下(A cuckoo multiobjective program, a friend in need can understand.)
  3. 所属分类:网络编程

    • 发布日期:2021-04-01
    • 文件大小:6144
    • 提供者:virtualcccc
  1. 粒子群多目标-程序

    1下载:
  2. 一个粒子群多目标算法,带有权重自适应,可以画出相应的pareto前沿(A particle swarm multi-objective algorithm, with weight adaptive, can draw corresponding Pareto frontiers.)
  3. 所属分类:网络编程

    • 发布日期:2019-07-09
    • 文件大小:5120
    • 提供者:virtualcccc
  1. DE多目标程序

    2下载:
  2. 一个DE多目标算法,可以绘制相应的pareto前沿(A DE multi-objective algorithm can draw corresponding Pareto frontiers.)
  3. 所属分类:matlab例程

    • 发布日期:2019-06-09
    • 文件大小:4096
    • 提供者:virtualcccc
  1. 人工免疫多目标程序

    0下载:
  2. 一个人工免疫的多目标程序,可以绘制相应的pareto前沿(A multi-objective program of artificial immune system can draw corresponding Pareto frontiers)
  3. 所属分类:网络编程

    • 发布日期:2020-05-31
    • 文件大小:6144
    • 提供者:virtualcccc
  1. 分布式电源选址定容的多目标优化算法_夏澍

    1下载:
  2. 多目标粒子群算法优化分布式发电选址 实现了最优目标,包含了分布式电源的出力模型(Related papers on location and sizing of distributed generation)
  3. 所属分类:其他

    • 发布日期:2020-02-12
    • 文件大小:851968
    • 提供者:贺在癸酉
  1. GA多目标优化问题

    4下载:
  2. 采用遗传算法进行多目标优化问题的求解,具体为两个目标优化问题(genetic algorithm solve multi-objective problem)
  3. 所属分类:其他

    • 发布日期:2019-01-24
    • 文件大小:2048
    • 提供者:沉淀3
  1. 多目标优化实例和matlab程序

    2下载:
  2. 多目标优化算法,,可供初学者学习使用,部分需要重新调试后使用(Multi-objective optimization algorithm, available for beginners to learn, some need to be re-commissioned after use)
  3. 所属分类:matlab例程

    • 发布日期:2019-06-03
    • 文件大小:21504
    • 提供者:哥的一把刀
  1. 多目标粒子群算法

    2下载:
  2. 利用粒子群算法求解函数的极值,用于多目标模型优化(Solving the extreme value of a function using particle swarm optimization algorithm for multi-objective model optimization)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2020-11-03
    • 文件大小:3072
    • 提供者:ghjbky
  1. 典型的多目标粒子群算法

    5下载:
  2. 典型的多目标粒子群算法,用于求解多目标优化问题(Typical multi-objective particle swarm optimization algorithm for solving multi-objective optimization problems)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2019-04-24
    • 文件大小:11264
    • 提供者:dw dw dw dw
  1. 多目标NSGA

    2下载:
  2. NSGA(非支配排序遗传算法)、NSGA-II(带精英策略的快速非支配排序遗传算法),都是基于遗传算法的多目标优化算法,是基于pareto最优解讨论的多目标优化。(NSGA (Non-dominated Sorting Genetic Algorithms) and NSGA-II (Quick Non-dominated Sorting Genetic Algorithms with Elite Strategy) are multi-objective optimization algori
  3. 所属分类:Windows编程

    • 发布日期:2019-12-18
    • 文件大小:71680
    • 提供者:山林小猎人
  1. 遗传算法多目标优化模板

    2下载:
  2. 利用geatpy库是实现多目标优化, 基于改进NSGA-Ⅱ算法求解多目标优化问题的进化算法模板,传统NSGA-Ⅱ算法的帕累托最优解来只源于当代种群个体,这样难以高效地获取更多的帕累托最优解,同时难以把种群大小控制在合适的范围内,改进的NSGA2整体上沿用传统的NSGA-Ⅱ算法,不同的是,该算法通过维护一个全局帕累托最优集来实现帕累托前沿的搜索,故并不需要保证种群所有个体都是非支配的。(Using geatpy library to realize multi-objective optimiza
  3. 所属分类:其他

    • 发布日期:2019-10-24
    • 文件大小:14336
    • 提供者:zm1720088563
  1. 遗传算法多目标优化

    0下载:
  2. 这是遗传算法多目标优化程序。虽然是基础的GA算法程序,但是注释清晰,可以修改目标函数运行,也可以在此基础上进行算法优化(This is a multi-objective optimization program of genetic algorithm. Although it is the basic GA algorithm program, but the annotation is clear, it can modify the operation of the objective
  3. 所属分类:汇编语言

    • 发布日期:2021-02-22
    • 文件大小:7168
    • 提供者:游鱼儿
  1. 多目标优化

    3下载:
  2. 多目标优化的各种类型算法的仿真程序,粒子群、遗传等等(Various types of programs for multi-objective optimization)
  3. 所属分类:matlab例程

    • 发布日期:2020-03-05
    • 文件大小:24593408
    • 提供者:hangke
  1. 用遗传算法求解多目标函数优化

    0下载:
  2. 多目标函数,在多个约束条件的情况下用遗传算法找出最优解(Multi-objective function, using genetic algorithms to find the optimal solution under multiple constraints)
  3. 所属分类:matlab例程

    • 发布日期:2020-06-06
    • 文件大小:4096
    • 提供者:晴天梦想
  1. MOPSO多目标粒子群优化算法MATLAB实现

    12下载:
  2. MOPSO多目标粒子群优化算法MATLAB实现(可直接运行)(MOPSO multi-objective particle swarm optimization algorithm MATLAB (can be directly run))
  3. 所属分类:matlab例程

    • 发布日期:2020-10-14
    • 文件大小:151552
    • 提供者:sailoring
  1. 遗传算法多目标优化

    0下载:
  2. 遗传算法解决多目标优化问题,利用遗传算法对多目标问题进行优化得到pareto最优解。(The genetic algorithm solves the multi-objective optimization problem and USES the genetic algorithm to optimize the multi-objective problem to get pareto's optimal solution.)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2020-06-06
    • 文件大小:1024
    • 提供者:tianhuahua
« 1 23 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com