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

搜索资源列表

  1. PAPER8

    0下载:
  2. 融合局部与全局特征提取的虹膜识别方法(1)-Fusion Iris Recognition local and global feature extraction (1)
  3. 所属分类:File Formats

    • 发布日期:2017-05-07
    • 文件大小:1125678
    • 提供者:li
  1. greedy

    0下载:
  2. 1)编程实现背包问题贪心算法和最小生成树prim算法。通过具体算法理解如何通过局部最优实现全局最优,并验证算法的时间复杂性。 2)输入5个的图的邻接矩阵,程序加入统计prim算法访问图的节点数和边数的语句。 3) 将统计数与复杂性函数所计算的比较次数比较,用表格列出比较结果,给出文字分析。 4)背包问题的实验数据如下表:n=8,m=110 -1) programming to implement the knapsack problem greedy algorithm and
  3. 所属分类:CSharp

    • 发布日期:2017-04-30
    • 文件大小:12412
    • 提供者:陈倩
  1. manualhist

    0下载:
  2. 灰度局部拉伸,当部分图像灰度太暗或者太亮的时候,可采取局部灰度拉伸而不是全局灰度拉伸-Local tensile gray, as part of the image grey is too dark or too bright, can take local gray stretch rather than global gray stretch
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:644
    • 提供者:曲荣召
  1. bi-image

    0下载:
  2. 图像二值化matlab程序源代码。实现局部变量与全局变量的图形灰度分割。-Binarization matlab program source code. Achieve local variables and global variables grayscale graphics division.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:1165
    • 提供者:马健
  1. glcmaa1

    0下载:
  2. 标准的GLCM纹理分析往往没有得到好的结果,除非大量使用全局类(使用大量的类,带来其他问题)。使用本地类可以帮助,但结果对噪声很敏感。本程序采用加权区域采样大大提高全局和局部灰度共生矩阵纹理分析的结果。-Standard GLCM texture analysis is often not good , except for a large number of global classes (which use a large number of classes to bring other p
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:2444
    • 提供者:叶子
  1. c-language-collection

    0下载:
  2. 这是一个学习c语言函数方面的程序合集,主要讲述了全局变量和局部变量的区别。-This is a learning function c language collection aspects of the program, mainly about the difference between global variables and local variables.
  3. 所属分类:CSharp

    • 发布日期:2017-05-07
    • 文件大小:1114113
    • 提供者:Daczer23
  1. Defoging-based-on-hist

    0下载:
  2. 本算法为基于直方图均衡化的图像去雾算法的改进算法,在改进中利用了自己编写的改进全局直方图均衡化算法和内置的局部直方图均衡化函数分别进行图像去雾,最后对两者进行适当加权。同时改进算法中引进了明度参数进行加权计算得出另一种改进结果。-This algorithm is based on the image histogram equalization algorithm defogging improved algorithm, improving the use of their preparat
  3. 所属分类:Special Effects

    • 发布日期:2017-05-03
    • 文件大小:570019
    • 提供者:方捷睿
  1. simulate

    0下载:
  2. 使用DC算法求解非凸函数的最优化问题。可以确保局部最优解,有时收敛到全局最优-DC algorithm using optimization problem of non-convex function. Ensure local optima, sometimes converge to the global optimum
  3. 所属分类:source in ebook

    • 发布日期:2017-04-29
    • 文件大小:85372
    • 提供者:破晓
  1. simplefacepro

    0下载:
  2. Fusion of Low-Computational Global and Local Features For Face Recognition
  3. 所属分类:Software Testing

    • 发布日期:2017-04-30
    • 文件大小:299482
    • 提供者:gsalimi
  1. saliency-dection--bayesian

    1下载:
  2. 基于贝叶斯概率框架的图像显著性检测,与局部和全局两方面探讨-Image saliency detection is based on bayesian,and research local contrast and global rarity.
  3. 所属分类:Special Effects

    • 发布日期:2017-02-21
    • 文件大小:320512
    • 提供者:chenyun
  1. hierachial_ensemble_of_global_local

    0下载:
  2. code for face identification by analysing local and global features
  3. 所属分类:matlab

    • 发布日期:2017-05-22
    • 文件大小:6429197
    • 提供者:Ranjith
  1. vns-mpso

    3下载:
  2. 将NSGA-II 的理念融入粒子群中,并加入保存优秀解的机制,提出MPSO算法。针对MPSO 易陷入局部极值的缺点,加入变邻域机制,通过随机的破坏旧解和重建新解,找到全局最优解,以达到帮助粒子跳出局部极值的目的,提 出VNS-MPSO 算法。-Will the NSGA- II concept into particle swarm, and join save good solution mechanism, MPSO algorithm is put forward. Against d
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-14
    • 文件大小:4228
    • 提供者:钱小莉
  1. ABC

    0下载:
  2. 人工蜂群算法是模仿蜜蜂行为提出的一种优化方法,只需要对问题进行优劣的比较,通过各人工蜂个体的局部寻优行为,最终在群体中使全局最优值突现出来,有着较快的收敛速度。-Artificial colony algorithm is to imitate the bee behavior put forward an optimization method,Only need to compare advantages and disadvantages of problem, Through the l
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:5480
    • 提供者:翔子
  1. The-Cuckoo-SearchThe-Cuckoo-Search

    0下载:
  2. 布谷鸟搜索(CS)算法是根据生物界中布谷鸟的寄生繁殖机理而提出的一种仿生智能优化算法,由于布谷鸟搜索算法具有优秀的全局搜索和局部搜索能力,并且控制参数少,收敛速度快-The Cuckoo Search (CS) algorithm is a bionic intelligent optimization algorithmbased on the mechanism of biological reproduction in parasitic cuckoo proposed. Dueto th
  3. 所属分类:matlab

    • 发布日期:2017-04-30
    • 文件大小:185141
    • 提供者:翔子
  1. altificial-bee-colonyalgorithm

    0下载:
  2. 人工蜂群算法是模仿蜜蜂行为提出的一种优化方法,是集群智能思想的一个具体应用,它的主要特点是不需要了解问题的特殊信息,只需要对问题进行优劣的比较,通过各人工蜂个体的局部寻优行为,最终在群体中使全局最优值突现出来,有着较快的收敛速度。-Artificial bee colony algorithm is an optimization technique to mimic the behavior of bees make is thinking of a particular cluster of
  3. 所属分类:matlab

    • 发布日期:2017-05-01
    • 文件大小:43902
    • 提供者:张校非
  1. deepsaldet-master

    0下载:
  2. 基于深度学习的图像显著性检验,在cnn框架的基础上,采用全局与局部的多上下文模型,取得了最优效果。-Significant test image based on the depth of learning, based on cnn framework on the use of global and local multi-context model, and achieved the best results.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-14
    • 文件大小:3384063
    • 提供者:haozi
  1. Face-Recognition-code

    0下载:
  2. 首先建立一个标准的人脸模板,由包含局部人脸特征的子模板构成, 然后对一幅输入的人脸图像进行全局搜索,基于人脸灰度模板的模式匹配计算与标准人脸模板中不同部分的相关系数,通过预先设置的最小匹配门限来判断该图像窗口中是否包含人脸。-First, establish a standard template face by face feature contains the local sub-template structure,Then a face image input global sear
  3. 所属分类:LabView

    • 发布日期:2017-05-07
    • 文件大小:1303760
    • 提供者:china
  1. NSGA-II

    0下载:
  2. NSGA-II非支配排序遗传算法,可避免陷入局部最优,属于全局算法-NSGA-II non dominated sorting genetic algorithm, can avoid falling into local optimal, belong to the global algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-30
    • 文件大小:434400
    • 提供者:高家功
  1. Mobile-robot-Location

    0下载:
  2. 本程序为基于几何地图方式的机器人定位matlab程序,利用地图匹配法定位,根据在局部地图中寻找完整线段与特征点,并在全局地图中寻找预制对应的线段-The programming is about the robot location which based the geometry map.this programming is used the method of map_matching ,in means of find the Complete Line Segments (CLS) a
  3. 所属分类:Other systems

    • 发布日期:2017-04-30
    • 文件大小:189695
    • 提供者:姜志英
  1. Matlab_Code_TAFGLSE_ISCIDE_2013

    1下载:
  2. Texture-Aware Fast Global Level Set Evolution-Due to its intrinsic advantages such as the ability to automatically handle complex shapes and topological changes, the level set method has been widely used in image segmentation. Nevertheless, in additi
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-01-13
    • 文件大小:529408
    • 提供者:许雄文
« 1 2 ... 9 10 11 12 13 1415 16 17 18 19 »
搜珍网 www.dssz.com