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

搜索资源列表

  1. YCgCrm

    1下载:
  2. 基于YCgcr肤色空间的自适应阈值分割的算法,本人根据论文《YCgCr颜色空间的肤色聚类人脸检测法》-YCgcr color space based adaptive thresholding algorithm, I am under the thesis YCgCr color clustering color space face detection method
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-13
    • 文件大小:1795
    • 提供者:苏旭
  1. adpmedian

    0下载:
  2. 自适应中值滤波功能函数,调用程序可以自己编写-Adaptive median filtering function, the calling program can write
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:785
    • 提供者:赵金龙
  1. nengbei_v85

    0下载:
  2. 一些自适应信号处理的算法,最终的权值矩阵就是滤波器的系数,在matlab环境中自动识别连通区域的大小。- Some adaptive signal processing algorithms, The final weight matrix is ??the filter coefficient, Automatic identification in the matlab environment the size of the connected area.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-15
    • 文件大小:6508
    • 提供者:郝艳亮
  1. hh

    0下载:
  2. 内涵一种自适应中值滤波的代码,希望对大家有点帮助-Connotation of an adaptive median filtering code, we hope to help a bit
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-12
    • 文件大小:1017
    • 提供者:hy
  1. kaohie

    0下载:
  2. music高阶谱分析算法,最终的权值矩阵就是滤波器的系数,一些自适应信号处理的算法。- music higher order spectral analysis algorithm, The final weight matrix is ??the filter coefficient, Some adaptive signal processing algorithms.
  3. 所属分类:Other systems

    • 发布日期:2017-05-01
    • 文件大小:11313
    • 提供者:孙开海
  1. adaptcontrol05

    0下载:
  2. 利用MATLAB编写的自适应控制算法,自适应增益为0.1,参考输入幅值为0.6时参考模型输出与实际输出。-Prepared using MATLAB adaptive control algorithm, adaptive gain of 0.1, the reference input amplitude of 0.6 reference model output and the actual output.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-12
    • 文件大小:699
    • 提供者:谢冬冬
  1. erzhihua

    0下载:
  2. 基于OpenCV的图像二值化程序,可自适应阈值-OpenCV based on the image of the two value of the program, the adaptive threshold
  3. 所属分类:OpenCV

    • 发布日期:2017-04-13
    • 文件大小:1734
    • 提供者:严旭
  1. adaptive-midfilter

    0下载:
  2. 自己编写的自适应中值滤波器,对去除图像噪声有一定效果-adaptive midfilter ,help to suppress the noise of images
  3. 所属分类:Special Effects

    • 发布日期:2017-05-01
    • 文件大小:49786
    • 提供者:刘保成
  1. GA_JSP

    0下载:
  2. 遗传算法解决jsp问题的matlab代码,输出种群内适应度均值和最优值图像,输出甘特图-Jsp genetic algorithm to solve the problem matlab code output within the population mean fitness and the best value of the image output Gantt
  3. 所属分类:transportation applications

    • 发布日期:2017-04-15
    • 文件大小:6991
    • 提供者:sunny sun
  1. QIPLineEdit

    0下载:
  2. 实现了以下一些方便的操作: 1.连续输入; 2.连续删除; 3.任意位置插入; 4.自适应大小变化。 5.正则匹配,每个值不大于255。设置IP值时,有正则进行验证是否是IP格式。 实现方法,使用一个大的QLineEdit嵌套四个小的QLineEdit,中间的点是使用paintEvent画出来的。操作是使用eventFilter来进行分发实现的。- Here are some easy to achieve the following: 1. Continuous
  3. 所属分类:EditBox

    • 发布日期:2017-04-30
    • 文件大小:8761
    • 提供者:
  1. Differential-Evolution

    0下载:
  2. DE 算法主要用于求解连续变量的全局优化问题,其主要工作步骤与其他进化算法基本一致,主要包括变异(Mutation)、交叉(Crossover)、选择(Selection)三种操作。算法的基本思想是从某一随机产生的初始群体开始,利用从种群中随机选取的两个个体的差向量作为第三个个体的随机变化源,将差向量加权后按照一定的规则与第三个个体求和而产生变异个体,该操作称为变异。然后,变异个体与某个预先决定的目标个体进行参数混合,生成试验个体,这一过程称之为交叉。如果试验个体的适应度值优于目标个体的适应度值
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:1585
    • 提供者:文文山
  1. my-adaptive-midfilter

    0下载:
  2. 自己改编的自适应中值滤波器,有一定滤波功能-my adaptive midfilter
  3. 所属分类:Special Effects

    • 发布日期:2017-05-01
    • 文件大小:49943
    • 提供者:刘保成
  1. POS

    0下载:
  2. 粒子群算法(PSO)属于进化算法的一种,和模拟退火算法相似,它也是从随机解出发,通过迭代寻找最优解,它也是通过适应度来评价解的品质,但它比遗传算法规则更为简单,它没有遗传算法的“交叉”(Crossover) 和“变异”(Mutation) 操作,它通过追随当前搜索到的最优值来寻找全局最优。这种算法以其实现容易、精度高、收敛快等优点引起了学术界的重视,并且在解决实际问题中展示了其优越性。粒子群算法是一种并行算法。该程序适用于MATLAB中粒子群算法的实现。- Similar to the on
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:524
    • 提供者:原文宾
  1. Gaussian-Hermite

    0下载:
  2. 方向倾斜校正的方法,分割字符,自适应阈值二值化图像-Orientation method for skew correction, Segmentation character, Adaptive threshold for image binarization
  3. 所属分类:Special Effects

    • 发布日期:2017-05-03
    • 文件大小:518609
    • 提供者:fengfeixu
  1. Genetic-Algorithm-matlab

    1下载:
  2. 利用遗传算法寻找下列多元函数的最大值:输出最优解、最优解对应的x和y值,以及遗传算法迭代过程中的适应度函数进化曲线。 -Maximum use of genetic algorithm to find the following multivariate function: output the optimal solution, x and y values ​ ​ corresponding to the optimal solution, and genetic a
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-12
    • 文件大小:758
    • 提供者:wang
  1. Grid

    0下载:
  2. 通过输入参数的最大值与最小值,在空间内自适应生成网格空间。-Through the input parameters of the maximum and minimum value, in the space of adaptive mesh generation.
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:557
    • 提供者:王强
  1. ASWCPP

    5下载:
  2. ASW自适应权值立体匹配算法的C++代码-ASW adaptive weight stereo matching algorithm C++ code
  3. 所属分类:Special Effects

    • 发布日期:2016-09-26
    • 文件大小:20480
    • 提供者:zyk
  1. ImageZoomClass

    0下载:
  2. 最近刚学GDI+,就想找个应用练练手,于是基于GDI+封装了此类,接口已经独立出来,使用十分方便,在MFC上直接使用(在VS2010 x64上编译,32位也可以),类的特定如下: 1.基于GDI+封装的类,文档和对话框可直接使用; 2.类初始化时可选择图片是否充满控件,充满的话,图片会适应控件的宽度进行缩放,但会保存原有的长宽比不变; 3.变换前后的坐标关系已经封装好,可直接调用; 4.缩放前后采样最临近点差值(windows图片查看器和PS都是采样这种差值方式,可能是因为效率比
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-11
    • 文件大小:2256197
    • 提供者:于福翔
  1. Adaptivethreshold

    0下载:
  2. 自适应阈值,matlab版本,可直接使用- Adaptive threshold, matlab version, can be used directly
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:1419
    • 提供者:huang
  1. m

    0下载:
  2. 自适应中值滤波matlab源码,可以有效去除图片上的椒盐噪声以及浓度较大时的噪声图片-median filter
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:682
    • 提供者:杨洋
« 1 2 ... 44 45 46 47 48 4950 »
搜珍网 www.dssz.com