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

搜索资源列表

  1. AUTO-GA

    0下载:
  2. matlab 下自适应遗产算法求一元函数的最大值-Heritage adaptive algorithm for the maximum under a dollar matlab function
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:2032
    • 提供者:张盛伟
  1. MUL-GA

    0下载:
  2. 多变异位自适应遗传算法求一元函数最大值-Ectopic changeable adaptive genetic algorithm for one yuan Maximization
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:2217
    • 提供者:张盛伟
  1. Thresholding

    0下载:
  2. 使用opencv实现对图像的阈值化,包含单一阈值化与自适应阈值化-Use opencv to achieve image thresholding, containing a single thresholding and adaptive thresholding
  3. 所属分类:OpenCV

    • 发布日期:2017-05-23
    • 文件大小:7359272
    • 提供者:返璞归真
  1. otsu

    0下载:
  2. 最大类间方差法是一种自适应的阈值确定的方法,又叫大津法,简称OTSU。它是按图像的灰度特性,将图像分成背景和目标2部分。-The method of determining the threshold Otsu method is an adaptive, also known Otsu, referred OTSU. It is based on the gradation characteristics of the image, the image into the background
  3. 所属分类:Special Effects

    • 发布日期:2017-04-11
    • 文件大小:574
    • 提供者:李婷婷
  1. youdaimadelunwen

    0下载:
  2. 能实现车牌的识别二值化字符的分割图像与处理的一些功能适应于m运行环境中-To achieve the license plate character recognition binary image segmentation and processing some of the features of the operating environment to adapt to m
  3. 所属分类:Other systems

    • 发布日期:2017-05-03
    • 文件大小:558090
    • 提供者:季洁
  1. GMM

    0下载:
  2. 针对摄像机固定下的复杂背景环境,对采集到的视频图像的图像数据用混合高斯背景建模方法实现前景/背景分割,实现运动目标检测和跟踪。在进行前景检测前,先对背景进行训练,对图像中每个背景采用一个混合高斯模型进行模拟,每个背景的混合高斯的个数可以自适应。然后在测试阶段,对新来的像素进行GMM匹配,如果该像素值能够匹配其中一个高斯,则认为是背景,否则认为是前景。由于整个过程GMM模型在不断更新学习中,所以对动态背景有一定的鲁棒性。最后通过对一个有树枝摇摆的动态背景进行前景检测,取得了较好的效果。-For c
  3. 所属分类:Video Capture

    • 发布日期:2017-05-19
    • 文件大小:5177042
    • 提供者:axin
  1. Des33332ktop

    0下载:
  2. matlab源码-最大类间方差算法求解自适应阈值 可以作为参考使用,在学习的过程中 -matlab source- Otsu adaptive threshold algorithm can be used as a reference, in the learning process
  3. 所属分类:Wavelet

    • 发布日期:2017-04-06
    • 文件大小:11849
    • 提供者:肖恒
  1. Quantum-genetic-algorithms--optimal

    0下载:
  2. matlab量子遗传算法求最优,其适应度函数可以根据自身实际情况编写求适应度值最高的最优解。-Quantum genetic algorithms for optimal matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:3656
    • 提供者:陈颉
  1. otsu

    0下载:
  2. 本程序是利用最大类间方差算法求解自适应阈值,对图像进行分割 otsu-otsu matlab
  3. 所属分类:Special Effects

    • 发布日期:2017-04-29
    • 文件大小:43288
    • 提供者:刘天琪
  1. zishiying

    0下载:
  2. 在matlab 下的自适应中值滤波。可以处理彩色图像- matlab colorpicture zhongzhilvbo
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:806
    • 提供者:刘天琪
  1. Histogram_based_segmentation

    0下载:
  2. 利用基于直方图的自适应阈值方法实现分割前景与背景-The use of adaptive threshold method of histogram based segmentation of foreground and background
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:1539
    • 提供者:赵斌
  1. Desk224top

    0下载:
  2. matlab课程编程【谷速软件】自适应中值滤波 -matlab programming courses [Valley] speed adaptive median filtering software
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-29
    • 文件大小:15126
    • 提供者:彭峻
  1. AdaptiveMedian

    0下载:
  2. 从网上看到了matlab实现的自适应中值滤波,用C++改写了一下。-Adaptive Median, matlab version to C++ version.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-11
    • 文件大小:970
    • 提供者:wzy
  1. PSO

    0下载:
  2. 标准粒子群算法的实现思想基本按照粒子群算法(2) 标准的粒子群算法的讲述实现。主要分为3个函数。第一个函数为粒子群初始化函数 InitSwarm(SwarmSize......AdaptFunc)其主要作用是初始化粒子群的粒子,并设定粒子的速度、位置在一定的范围内。本函数所采用的数据结构如下所示: 表ParSwarm记录的是粒子的位置、速度与当前的适应度值,我们用W来表示位置,用V来代表速度,用F来代表当前的适应度值。在这里我们假设粒子个数为N,每个粒子的维数为D。-His though
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:3462
    • 提供者:patricia
  1. SAMF

    0下载:
  2. 自适应中值滤波器在图像降噪方面的应用,实现参数适时改变,算法及代码。-Adaptive median filter in image noise reduction, to achieve timely change parameters, algorithms and code.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-26
    • 文件大小:12352
    • 提供者:asd
  1. matlabee12

    0下载:
  2. 【matlab编程代做】不规则光照下自适应阈值的前景背景分离算法源代码 -[Do] matlab programming prospect generation adaptive threshold background separation algorithm under irregular light source
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-24
    • 文件大小:105604
    • 提供者:李艳
  1. PSO

    0下载:
  2. 粒子群算法,也称粒子群优化算法(Particle Swarm Optimization),缩写为 PSO, 是近年来发展起来的一种新的进化算法(Evolutionary Algorithm - EA)。PSO 算法属于进化算法的一种,和模拟退火算法相似,它也是从随机解出发,通过迭代寻找最优解,它也是通过适应度来评价解的品质,但它比遗传算法规则更为简单,它没有遗传算法的“交叉”(Crossover) 和“变异”(Mutation) 操作,它通过追随当前搜索到的最优值来寻找全局最优。这种算法以其实现
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1568
    • 提供者:艾岳巍
  1. pso-bp

    1下载:
  2. 粒子群算法,也称粒子群优化算法(Particle Swarm Optimization),缩写为 PSO, 是近年来发展起来的一种新的进化算法(Evolutionary Algorithm - EA)。PSO 算法属于进化算法的一种,和模拟退火算法相似,它也是从随机解出发,通过迭代寻找最优解,它也是通过适应度来评价解的品质,但它比遗传算法规则更为简单,它没有遗传算法的“交叉”(Crossover) 和“变异”(Mutation) 操作,它通过追随当前搜索到的最优值来寻找全局最优。这种算法以其实现
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2005
    • 提供者:艾岳巍
  1. RAMF

    0下载:
  2. 自适应中值滤波器算法RAMf在图像降噪方面的应用,实现参数适时改变,算法及代码-Adaptive Median Filters: New Algorithms and Results
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:759
    • 提供者:周密
  1. Registration-method4

    0下载:
  2. 基于特征的自适应正则化配准算法,摆脱了局部极小值的困扰,得到了正确的配准结果-Feature-based adaptive regularization registration algorithm, to get rid of the problems of local minima, and get the correct registration results
  3. 所属分类:software engineering

    • 发布日期:2017-04-03
    • 文件大小:273017
    • 提供者:wuzg
« 1 2 ... 40 41 42 43 44 4546 47 48 49 50 »
搜珍网 www.dssz.com