登录
首页 » 算法 » 仿生模式识别 目标跟踪

仿生模式识别 目标跟踪

于 2023-08-13 发布 文件大小:1.87 kB
0 216
下载积分: 2 下载次数: 1

代码说明:

用仿生模式识别来训练目标,在视频序列中跟踪目标 function [sausage, num] = hypersausage_construct(P) %按照样本给定的顺序去求解超香肠神经元 [~, W] = size(P);%W是训练样例的个数 sausage = []; for i = 2:W     temp = power_two(P(:, i - 1), P(:, i));%构建第i-1个神经元  //temp是一个行向量     %temp = power_three(P(:, i - 2), P(:, i-1),P(:,i));     sausage = [sausage temp]; end sausage = [sausage P(:, end)]; num = (size(sausage, 2) - 1) / (W - 1);

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • M ATLAB粒子群优化工具箱。粒子群优化…
    particle swarm optimization toolbox for matlab.粒子群优化的工具箱-particle swarm optimization toolbox for m atlab. Particle Swarm Optimization Toolbox
    2022-02-15 05:36:28下载
    积分:1
  • 快速排序的C++
    该代码读取输入文本文件并将其排序,然后将这些数字排序为输出文本文件。代码使用快速排序算法进行排序。
    2022-03-21 09:48:35下载
    积分:1
  • implementación del filtro de Kalman
    implementación del filtro de Kalman
    2022-06-29 16:25:26下载
    积分:1
  • 拟牛顿求非线性方程组的一组实数解
    拟牛顿法求非线性方程组的一组实数解-quasi-Newton method of nonlinear equations for a group of real solutions
    2022-01-25 19:17:01下载
    积分:1
  • 要求出一个矩阵的逆矩阵有许多方,这里介绍以 Gauss
    要求出一个矩阵的逆矩阵有许多方法,这里介绍以 Gauss-Jordan Elimination 来求出逆矩阵的方法,算法函数用C++写成,可在C++编程环境下直接调用-requested a matrix inverse matrix there are many ways here to introduce the Gauss-Jordan Elimination get to the inverse matrix method, the algorithm functions with C languages, the C programming environment called directly
    2022-03-31 21:28:42下载
    积分:1
  • 线形规划小程序,用matlab语言编写的,可以解决线形规划书籍中的大部分线形规划实例。是matlab的m文件。...
    线形规划小程序,用matlab语言编写的,可以解决线形规划书籍中的大部分线形规划实例。是matlab的m文件。-Linear programming small programs, using matlab language, and can solve the linear programming books, most of the linear programming instances. Is the matlab m-file.
    2022-01-25 22:29:58下载
    积分:1
  • 完整的磁盘文件排序源程序,非常实用的vc源代码
    完整的磁盘文件排序源程序,非常实用的vc源代码-integrity of the disk ranking source document, very useful vc source code
    2022-07-12 00:03:15下载
    积分:1
  • 这是在高高的GPU
    也就是说你在使用 SVM OSU_3.00工具箱要在Matalab软件的界面下进行使用,可以实现SWM的数据分类和回归拟合功能 -In other words you are using SVM OSU_3.00 Toolbox Matalab software to use interface, you can realize SWM data classification and regression fitting function
    2022-02-02 11:01:14下载
    积分:1
  • 该程序是用C语言写的采用了动量方的BP神经网络,它具有极其强大的扩展性,可用于函数的逼近及分类识别等各方面,语言书写规范,其中大量使用了动态分配一、二维数组的...
    该程序是用C语言写的采用了动量方法的BP神经网络,它具有极其强大的扩展性,可用于函数的逼近及分类识别等各方面,语言书写规范,其中大量使用了动态分配一、二维数组的方法,该网络实例中实现的是对某一函数的逼近,输入层为二层,中间层可自己设定多达十几层,逼近精度非常精确。读者可根据自己的需要设定各层的数目以及相应的训练样本进行训练与测试。-The program is written in C language using the momentum method of BP neural network, which has extremely powerful scalability, can be used for function approximation and classification in areas such as language specification, including large-scale use of a dynamically allocated one, two dimensional array of methods, examples of the network realize that the approximation of a function, for the second input layer, middle layer can be set as many as a dozen layers, close to very precise accuracy. Readers may need to be set in accordance with its own number of floors and the corresponding training samples for training and testing.
    2022-09-23 15:35:02下载
    积分:1
  • 混沌工具箱
    该工具箱是研究非线性时间序列混沌与分形的有力工具,能够计算非线性时间序列的动力学不变量,如关联维数,李亚普洛夫指数等指标。此外还包含相空间重构的过程中参数的估计方法。
    2022-04-22 23:13:45下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载