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

搜索资源列表

  1. zishizhongzhi

    0下载:
  2. 自适应中值滤波器的代码,最大9窗口和3*3标准中值滤波窗口结果对比-The adaptive median filter code, up to nine 3* 3 window, and the result of comparison of the value of the standard filter window
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:1707
    • 提供者:李政
  1. AdaptiveMedianFilter

    0下载:
  2. 自适应中值滤波,边界处理采用延拓的方法,邻域大小可调节-Adaptive filtering, boundary treatment using extension methods, neighborhood size can be adjusted
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:2179
    • 提供者:QianQianer
  1. cannycshi

    0下载:
  2. canny自适应阈值论文,具有很高的学习价值比较不错-canny adaptive threshold papers, with a high learning value is quite good
  3. 所属分类:software engineering

    • 发布日期:2017-05-02
    • 文件大小:841613
    • 提供者:ywbin
  1. zengyiketiao

    0下载:
  2. 应用Lyapunov稳定理论仿真实现增益可调的模型参考自适应系统,使被控对象有效跟踪幅值为2的方波信号。-Lyapunov stability theory of simulation is applied to implement gain adjustable model reference adaptive system, make effective tracking of the object of value of 2 square wave signal.
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:746
    • 提供者:
  1. GP-optimization

    0下载:
  2. 整个算法分成三部分,第一个部分是神经网络整体结构的确定,然后是遗传算法对参数的优化,然后便是利用已经优化好的参数,利用神经网络进行预测。我们根据需要优化的权值以及阈值的数量确定算法个体的长度。个体通过适应度函数计算他们的适应度,根据适应度的大小,我们使用轮盘算法,确定他们的遗传,交叉还有变异等过程,优化以后的BP神经网络可以更好地收敛。-The whole algorithm is divided into three parts, the first part is to determine
  3. 所属分类:matlab

    • 发布日期:2017-04-24
    • 文件大小:52480
    • 提供者:周江鸿
  1. Adaptive-thresholding-median-filter

    0下载:
  2. 数字图像处理,一种自适应门限的图像中值录波器-Digital image processing, an adaptive threshold value of the image recorded wave device
  3. 所属分类:Special Effects

    • 发布日期:2017-04-11
    • 文件大小:927
    • 提供者:徐起兵
  1. adpmedian

    0下载:
  2. 对图像执行自适应中值滤波,中值滤波器开始大小为3*3-Adaptive median filter
  3. 所属分类:Document

    • 发布日期:2017-04-11
    • 文件大小:597
    • 提供者:张明辉
  1. hengxianglvbo

    0下载:
  2. 本程序用自适应牛顿算法实现的滤波器,在不同权值下的滤波器结果,不同权值迭代的效率也会不一样-This procedure Newton algorithm with adaptive filters, filter results in different weights, different weights will be different iterations efficiency
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:628
    • 提供者:王晓
  1. IIRLMSandIIRSER

    0下载:
  2. 本程序用自适应的IIR和SER进行比较,在不同权值下他们的迭代时收敛程度会不一样,不同权值迭代的效率也会不一样-This procedure using adaptive IIR and SER compare different weights in their degree of convergence of the iteration time will be different, different weights will be different iterations efficie
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:1246
    • 提供者:王晓
  1. zhongzhilvbo

    0下载:
  2. 改进的去噪方法,自适应中值滤波去除椒盐噪声-Improved denoising, adaptive median filter to remove salt and pepper noise
  3. 所属分类:Special Effects

    • 发布日期:2017-04-26
    • 文件大小:232137
    • 提供者:崖小帅
  1. tuxiangfenge

    0下载:
  2. 自适应阈值的图像分割,采用的是线性分类器相关知识-Adaptive threshold segmentation, using a linear classifier knowledge
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-30
    • 文件大小:206791
    • 提供者:youhj
  1. sample3

    0下载:
  2. 自学习和自适应能力:BP神经网络在训练时,能够通过学习自动提取输出、输出数据间的“合理规则”,并自适应的将学习内容记忆于网络的权值中。即BP神经网络具有高度自学习和自适应的能力-Self-learning and adaptive capacity: BP neural network during training, the output can be automatically extracted by learning " rule of reason" between
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-23
    • 文件大小:110323
    • 提供者:沈阳阳
  1. AdapGA

    0下载:
  2. 自适应遗传算法,在遗传算法基础上,通过更改了适应度值,使得算法更好的收敛-Adaptive genetic algorithm, based on genetic algorithm, by changing the fitness value, makes the algorithm better convergence
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1701
    • 提供者:gs
  1. Binarization

    1下载:
  2. 图像二值化是建立在物体和背景可以区分的基础上的,如亮度色调等不同,从而我们根据这些已知信息分出前背景。而一般的全局二值化如用Otsu方法获取最优阈值的方法,都是建立在图像前背景亮度有一定差距的基础上的,即图像直方图有双峰结构。 如果对于一幅亮度不均匀的图像这种方法就不适用,解决的方法可以把图像根据整体亮度变化来分成若干小区域,而各区域的直方图中有两个峰,这样就能自适应得时整幅图都比较好的二值化。但是,这样对于一些复杂的图像就难处理,而且可能存在分块邻接缺陷,因此,本程序中先将整幅图的亮
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:649
    • 提供者:杨波
  1. shiyan7

    0下载:
  2. 数字图像处理 自适应中值滤波器和中值滤波器的比较 Smax=7- digital image processing median filter and adaptive median filter
  3. 所属分类:Special Effects

    • 发布日期:2017-05-20
    • 文件大小:5840330
    • 提供者:ak
  1. bmp

    0下载:
  2. 位图图像的sobel算子边缘检测与自适应二值化的实现的源代码-Bitmap image sobel operator edge detection and adaptive binarization of the source code
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-14
    • 文件大小:3430
    • 提供者:浦东泥河
  1. AGA1

    0下载:
  2. 改进的自适应遗传算法求函数最小值,效果比较好-Improved adaptive genetic algorithm for function minimum, the effect is better
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:778
    • 提供者:刘浩
  1. complex-AF-toolbox

    0下载:
  2. 提供了统一的处理线性和非线性的复杂值自适应滤波器的处理方法。它汇集了自适应滤波算法的前馈(横向)和反馈体系结构,以及近期复杂值统计的研究成果。-Provide a unified treatment of linear and nonlinear complex valued adaptive filters. It brings together adaptive filtering algorithms for feedforward (transversal) and feedback a
  3. 所属分类:matlab

    • 发布日期:2017-04-26
    • 文件大小:42138
    • 提供者:孙晓川
  1. 201473

    0下载:
  2. 在遗传算法中,计算目标函数的值,初始化等,非常重要。这部分就是针对具体的函数求适应度值。-In the genetic algorithm, the value of the objective function, is very important. This part of the fitness value is required for specific functions.
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:3026
    • 提供者:刘滔
  1. dajin

    0下载:
  2. 线性CCD大津动态自适应阈值二值化源程序-Linear CCD dynamic adaptive threshold binarization dajin source program
  3. 所属分类:SCM

    • 发布日期:2017-04-11
    • 文件大小:651
    • 提供者:贺彦兴
« 1 2 ... 38 39 40 41 42 4344 45 46 47 48 49 50 »
搜珍网 www.dssz.com