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

搜索资源列表

  1. getdf

    0下载:
  2. 用共轭梯度法求解x1^2+4*x2^2.精度为0.1-The Conjugate Gradient Method x1 ^ 2+4* x2 ^ 2. Accuracy of 0.1
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:951
    • 提供者:
  1. gradient-direction-matching

    0下载:
  2. 基于梯度方向的图像匹配,该算法提取梯度信息,使算法达到好的性能。-Image matching based on gradient direction, the gradient information extraction algorithm, the algorithm to achieve good performance.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:320978
    • 提供者:包军
  1. 6

    0下载:
  2. 本文提出一种复杂条件下基于子空间梯度方向直方图跟踪的方法, 实验结果表明,该方法能够在光照变化、噪声干扰、模糊、目标姿态和尺度改变,以及部分遮挡等恶劣条件下实现准确跟踪,比传统的跟踪方法具有更高的跟踪精度和跟踪鲁棒性,能够满足地面侦察任务在多种复杂条件下对感兴趣目标进行准确跟踪的需求-In this paper, under the conditions of a complex gradient direction histogram based on subspace tracking me
  3. 所属分类:Special Effects

    • 发布日期:2017-05-01
    • 文件大小:744138
    • 提供者:wenping
  1. conjugate_gradient

    0下载:
  2. 共轭梯度法是介于最速下降法与牛顿法之间的一个方法,它仅需利用一阶导数信息,但克服了最速下降法收敛慢的缺点-Conjugate gradient method is between the steepest descent method and Newton method between a method that only use the first derivative information, but the steepest descent method to overcome the d
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:369887
    • 提供者:马一
  1. Renyi

    0下载:
  2. 实现图像的清晰分割,效果明显,基于图像灰度-梯度构造的二维直方图,在此基础上计算目标与背景的二维Renyi熵-It can handle more types of images and get more accurate shape of the image edgee that pixels gradient information in combination with parameter of Renyi entropy which is adjustable
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:8884
    • 提供者:jin
  1. tuxiangchuliheji

    0下载:
  2. 包括用C编写的直方图程序,边缘检测程序,不变距程序,灰度变换程序,膨胀腐蚀,物体测量,梯度算子和霍夫变换。-Including the use of C programs written in the histogram, edge detection procedure, unchanged from the procedure, gray-scale transformation procedure, dilation and erosion, object measurement, gra
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:713093
    • 提供者:kongdeqi
  1. SampleDemo

    0下载:
  2. 指纹模式识别预处理演示(特征点获取) 包括梯度方向场确认 图像分割二值化细化处理 标记特征点演示-Fingerprint pattern recognition preprocessing Demo (feature points to obtain), including the direction of field gradient confirmed the binary segmentation of feature points marked thinning demonstrat
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-15
    • 文件大小:3754922
    • 提供者:renee
  1. gradient-descent

    0下载:
  2. 本程序用C++语言实现了梯度下降的功能-Program for the degree of gradient algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:831
    • 提供者:
  1. tdxjf

    1下载:
  2. 梯度下降法的matlab程序,已检查过,没有错误,参考数值分析一书。-ti du xia jiang fa
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:1046
    • 提供者:lin
  1. some-examples

    0下载:
  2. 一些matlab图像图像处理例程,骨架,灰度图像梯度,凸壳,细化.-Some image image processing matlab routines, skeleton, grayscale gradient, convex hull, thinning.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1174835
    • 提供者:menger
  1. GrayGradinet

    0下载:
  2. 非常经典的灰度共生矩阵改进代码,灰度梯度共生矩阵-Very classic GLCM improve the code, shades of gray co-occurrence matrix
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:1209
    • 提供者:lida
  1. simple-grad-desend

    1下载:
  2. 简单梯度下降法,用于迭代求极值,是一种最速下降法-Simple gradient descent method for the iterative extremum is a steepest descent method
  3. 所属分类:Data structs

    • 发布日期:2015-07-28
    • 文件大小:111616
    • 提供者:王涵
  1. 258

    0下载:
  2. 带动量,自适应学习速率的梯度下降法; 刚建立的网络误差 ; 对学习训练后的网络仿真; 误差函数赋值-matlab program
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:4345
    • 提供者:食品
  1. IDL计算梯度

    0下载:
  2. 该程序可以用来计算遥感图像的梯度,以便后续分析和使用
  3. 所属分类:图形图像处理(光照,映射..)

  1. 求解矩阵特征值的共轭梯度法matlab源程序

    1下载:
  2. 用预处理的共轭梯度法(PCG)求解正定矩阵的特征值,计算效率高,误差小,文档针对预处理因子的不同选取,编制了3种源程序
  3. 所属分类:matlab例程

    • 发布日期:2014-07-16
    • 文件大小:8125
    • 提供者:nancy_hao
  1. 基于梯度的图像质量评价

    0下载:
  2. 梯度图像质量评价,结构相似度。Matlab codes for Image Quality Assessment Based on Gradient Similarity.
  3. 所属分类:图形图像处理(光照,映射..)

  1. 基于分离度的变步长不完整自然梯度算法

    1下载:
  2. 自己写的代码,基于分离度的变步长不完整自然梯度算法实现盲源分离,比传统的梯度分离效果要好,可以直接运行。
  3. 所属分类:matlab例程

    • 发布日期:2016-05-19
    • 文件大小:4003
    • 提供者:shanchangfang
  1. 自然梯度算法的批处理方法

    1下载:
  2. 这是盲源分离中自然梯度算法批处理方法,他的主要步骤是将以前的一个点一个点的计算转化为多点计算。所谓的批处理方法就是迭代的过程不是用一个点去更新权值了,而是利用许多个点来更新权值。
  3. 所属分类:matlab例程

  1. 批处理自然梯度算法_盲源分离

    1下载:
  2. 这是盲源分离中自然梯度算法批处理方法,他的主要步骤是将以前的一个点一个点的计算转化为多点计算。所谓的批处理方法就是迭代的过程不是用一个点去更新权值了,而是利用许多个点来更新权值。
  3. 所属分类:matlab例程

  1. 共轭梯度算法fortran程序

    1下载:
  2. 该算法用fortran编写,使用于AX=B的线性方程组求解,可以用于地球物理反问题等,相对于以前他们所编写的代码 形式简单。
  3. 所属分类:数据结构常用算法

« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »
搜珍网 www.dssz.com