搜索资源列表

  1. tidu.rar

    0下载:
  2. 最优控制梯度算法的实现
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-25
    • 文件大小:929
    • 提供者:
  1. tidu

    0下载:
  2. 基于梯度训练方法的rbf神经网络实现,采用随机训练及测试数据
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:1017
    • 提供者:吴强
  1. tidu

    1下载:
  2. 最优控制梯度算法的实现- Optimum control gradient algorithm realization
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-25
    • 文件大小:1024
    • 提供者:张元锋
  1. tidu

    0下载:
  2. 基于梯度训练方法的rbf神经网络实现,采用随机训练及测试数据-Gradient-based training methods of rbf neural network, using a random training and test data
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-25
    • 文件大小:1024
    • 提供者:吴强
  1. tidu

    0下载:
  2. 基于梯度幅值的边缘检测自适应算法的实现。 有谁有相关maltab程序么?-Based on the gradient adaptive amplitude of the edge detection algorithm. Who are the relevant procedures maltab you?
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-25
    • 文件大小:1024
    • 提供者:陶彦旭
  1. tidu

    0下载:
  2. 邻域是沿着梯度方向的,模糊均值聚类方法。-Neighborhood along the gradient direction, the fuzzy-means clustering method.
  3. 所属分类:图形图象

    • 发布日期:2024-05-25
    • 文件大小:1024
    • 提供者:田慧
  1. tidu

    0下载:
  2. 共轭梯度法求解无约束优化问题,这里提供算法,供大家参考-Conjugate gradient method for unconstrained optimization problems, here are algorithms for reference
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-25
    • 文件大小:1024
    • 提供者:lcl
  1. tidu

    0下载:
  2. vc 创建线性梯度的程序源码,希望对大家有所帮助 -vc source code to create a linear gradient program, we hope to help
  3. 所属分类:系统编程

    • 发布日期:2024-05-25
    • 文件大小:9216
    • 提供者:程芽
  1. tidu

    0下载:
  2. 图相的梯度锐化处理,有门限锐化,根据梯度二值化图像等功能,C语言源码,编译通过。-Figure phase gradient sharpening, sharpening a threshold, according to the gradient binary images and other functions, C language source code, compile.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-25
    • 文件大小:829440
    • 提供者:xu
  1. code

    0下载:
  2. 主要是实现图像的融合,是在梯度域里面进行一个图像的融合,-shi xian tu xiang de rong he,in tidu yulimian rong he ercheng ,matlab huan jing,xia ,keyi yunxing qieyou ceshi shuju d e.
  3. 所属分类:2D图形编程

    • 发布日期:2024-05-25
    • 文件大小:6348800
    • 提供者:liaofangshun
  1. tidu

    0下载:
  2. 用来计算图像的梯度对边缘检测的学习会有帮助-it‘s help for the study of edge detection
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-25
    • 文件大小:168960
    • 提供者:zhubajie
  1. tidu

    0下载:
  2. 针对mean shift 跟踪方法中存在的光照变化不稳定问题, 提出了基于梯度特征与彩色 特征相融合的mean shift 跟踪方法。首先分别提取目标的梯度特征和彩色特征,利用多尺度的相似度 计算方法进行特征的匹配,然后通过最大化相似度对目标进行跟踪。通过物体和人体等运动目标的跟 踪,验证了改进的跟踪算法在光照变化情况下的鲁棒性优于原有的算法,显著降低了跟踪位置误差。-The instability of the light
  3. 所属分类:matlab例程

    • 发布日期:2024-05-25
    • 文件大小:449536
    • 提供者:张娜
  1. tidu

    0下载:
  2. 利用索贝尔算子两种模板提取图像梯度,幅度选取分别利用欧式距离、城区距离和棋盘距离。-Using two templates of Sobel operator to extract the gradient of a image. Magnitude was selected by using Euclidean distance, city distance and chessboard distance.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-25
    • 文件大小:140288
    • 提供者:tt
  1. tidu

    0下载:
  2. 梯度法,可用于求解二维非线性方程的求解,收敛速度快-Gradient method can be used to solve the two-dimensional nonlinear equations, fast convergence
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-25
    • 文件大小:1024
    • 提供者:zcm
  1. tidu

    0下载:
  2. 共轭梯度法(Conjugate Gradient)是介于最速下降法与牛顿法之间的一个方法,它仅需利用一阶导数信息,但克服了最速下降法收敛慢的缺点,又避免了牛顿法需要存储和计算Hesse矩阵并求逆的缺点,共轭梯度法不仅是解决大型线性方程组最有用的方法之一,也是解大型非线性最优化最有效的算法之一。-Conjugate Gradient Method (Conjugate Gradient) is between the steepest d
  3. 所属分类:C#编程

    • 发布日期:2024-05-25
    • 文件大小:1024
    • 提供者:cheng
  1. phog1

    0下载:
  2. shi xian tu xiang de rong he??in tidu yulimian rong he ercheng ,matlab huan jing,xia ,keyi yunxing qieyou ceshi shuju d e.
  3. 所属分类:2D图形编程

    • 发布日期:2024-05-25
    • 文件大小:17408
    • 提供者:baseballbasket
  1. pose_estimation_code

    0下载:
  2. pose_estimation_code.shi xian tu xiang de rong he??in tidu yulimian
  3. 所属分类:matlab例程

    • 发布日期:2024-05-25
    • 文件大小:841728
    • 提供者:baseballbasket
  1. tidu

    1下载:
  2. 视频侦查 目标搜索 以图搜图 视频检索 视频浓缩 视频摘要 图像检测 图像识别 神经网络 目标检测 目标识别 缺陷检测 外观识别 车型识别 车牌识别-Video scout, target search, search images relying on images, video retri , video concentrate, video abstract, image detection, image recognition,
  3. 所属分类:行业发展研究

    • 发布日期:2024-05-25
    • 文件大小:26942464
    • 提供者:liruixin
  1. tidu

    0下载:
  2. 计算图像梯度幅度和相位,采用opencv算法。-Calculate the gradient magnitude and phase of the image
  3. 所属分类:2D图形编程

    • 发布日期:2024-05-25
    • 文件大小:4165632
    • 提供者:王强
  1. picture-tidu

    0下载:
  2. 通过此程序可以对图形的梯度进行计算,算得相应的梯度值然后可以进行相应扥梯度计算-Through this program can calculate the gradient of the graph, the corresponding values can then be gradient corresponding Alto gradient calculation
  3. 所属分类:其他小程序

    • 发布日期:2024-05-25
    • 文件大小:6144
    • 提供者:liuwei
« 12 »

源码中国 www.ymcn.org