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

搜索资源列表

  1. TDOAAOA-positioning-location-and-tracking-extended

    1下载:
  2. TDOAAOA定位的扩展卡尔曼滤波定位跟踪算法Matlab源码-TDOAAOA positioning location and tracking extended Kalman filter algorithm for Matlab source code
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:2687
    • 提供者:黄兴
  1. Review

    0下载:
  2. Object tracking in computer vision refers to the task of tracking individual moving objects accurately from one frame to another in an image sequence. Several tracking methods have been proposed in the recent literature capable of coping with
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:96072
    • 提供者:sihi
  1. virus-tracking

    0下载:
  2. 一个病毒跟踪matlab代码库,内附详细的算法介绍和函数使用说明-A virus tracking matlab code base, containing a detailed descr iption and functions for use algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1145386
    • 提供者:linda
  1. skin-detection

    0下载:
  2. This file helps identify the presence of a human face, hand or any other body part by identifying and marking skin-like pixels within a given image. With further image processing techniques, the output produced by this scr ipt can be refined and proc
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:402982
    • 提供者:Hamlin DSouza
  1. matlab-Target_Tracking_Simulation

    0下载:
  2. 目标跟踪,用matlab可以直接实现的算法- target tracking matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:2931
    • 提供者:微风
  1. jiyu-matlab-yongcifadianjifangzhen

    1下载:
  2. 在对永磁风力发电机的基本理论进行论述的基础上,分析了变转速变桨距控 制策略,并基于Matlab/Simulink建立了风力发电机模型,通过仿真分析了最大功率跟踪 和变桨距控制下发电机的性能。-this paper analyzes variable speed and variable pitch control strategy on the foundation of discussing basic theory of permanent magnet wind turbine
  3. 所属分类:Project Design

    • 发布日期:2017-05-19
    • 文件大小:5593400
    • 提供者:孙玉盛
  1. target-tracking-using-kalman

    0下载:
  2. 本例是一个简单的运动目标跟踪程序,对一个小球进行了实时的跟踪-This example is a simple object tracking program, for a small real-time tracking of ball
  3. 所属分类:matlab例程

    • 发布日期:2013-04-16
    • 文件大小:698352
    • 提供者:当当
  1. tracking

    0下载:
  2. 这是一个用matlab开发的GPS跟踪源代码,其语言简洁,简单实用,有英文注释,是一个不可多得的范例-This is a development of the GPS tracking with matlab source code, the language simple, simple, practical, with English notes, is a rare example of
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:3912
    • 提供者:huyanchao
  1. Particle-Filter-Tracking

    1下载:
  2. 关于图像追踪问题粒子滤波算法的程序,比较详细-On the particle filter image tracing program, a more detailed
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2014-03-15
    • 文件大小:33750
    • 提供者:张瀚铎
  1. mean-shiftPReal-time-Face-Tracking

    0下载:
  2. 一个很实用人脸实时跟踪方法。确实可行而且效果非常好-Face a very useful real-time tracking method. Is very good indeed feasible and
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:1016664
    • 提供者:大马哥
  1. tracking-Green

    0下载:
  2. color tracking green n red
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:2233
    • 提供者:hemang
  1. target-tracking

    0下载:
  2. 考虑两辆车在道路上同向行驶,在O-16s时,两车均保持匀速直线运动,由安装在后车上的车载毫米波雷达检测出与前车的距离为150m,相对速度为-3m/s,方位角 。在16-20s时,前车向右偏转,与后车的相对角加速度为 。后车加速,与前车的纵向相对加速度为 。雷达的扫描周期为T=0.1s,系统噪声为 , 。量测误差为 。-Consider the two cars traveling the same direction on the road, in the O-16s, the two vehi
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:35626
    • 提供者:zouyi
  1. maneuvering-target-tracking

    2下载:
  2. 用采取CT模型,利用matlab实现机动目标跟踪,-With the CT model to use matlab to achieve maneuvering target tracking,
  3. 所属分类:matlab

    • 发布日期:2016-06-13
    • 文件大小:122880
    • 提供者:633
  1. particle-filter-visual-tracking

    6下载:
  2. 该代码用于实现粒子滤波视觉目标跟踪(PF)、卡尔曼粒子滤波视觉目标跟踪(KPF)、无迹粒子滤波视觉目标跟踪(UPF)。它们是本人这两年来编写的核心代码,用于实现鲁棒的视觉目标跟踪,其鲁棒性远远超越MeanShift(均值转移)和Camshift之类。用于实现视觉目标跟踪的KPF和UPF都是本人花费精力完成,大家在网上是找不到相关代码的。这些代码虽然只做了部分代码优化,但其优化版本已经成功应用于我们研究组研发的主动视觉目标跟踪打击平台中。现在把它们奉献给大家!-These codes are us
  3. 所属分类:matlab

    • 发布日期:2014-05-12
    • 文件大小:396288
    • 提供者:朱亮亮
  1. condensation-code

    0下载:
  2. condensation code for tracking multiple people based on bayesian framework
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:71314
    • 提供者:honey
  1. moving-target-tracking-

    0下载:
  2. 基于卡尔曼滤波器原理,可实现视频序列中目标的运动跟踪-Kalman filter based on principle, can achieve the target video sequence motion tracking
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:4144
    • 提供者:xiaoxiongaa
  1. mean-shift-tracking

    0下载:
  2. 均值便宜跟踪的示例程序,可以帮助大家了解均值偏移的过程。-Mean shift track sample program that can help us understand the process mean shift.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-09
    • 文件大小:2745286
    • 提供者:木军阳
  1. target-tracking

    0下载:
  2. 直线运动的目标跟踪,用matlab语言实现,并且实现了GUI功能。-Linear motion of the target tracking with matlab language, and to achieve the GUI functionality.
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:128205
    • 提供者:messi
  1. creaseg

    0下载:
  2. 主动轮廓跟踪的matlab GUI显示,对于学习GUI很有帮助。-Active contour tracking matlab GUI display, helpful for learning GUI.
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-08
    • 文件大小:1862674
    • 提供者:顾盼中
  1. matlab-dongtaimubiaogenzong

    0下载:
  2. 这是一个matlab的车辆动态目标跟踪程序,可以下载下来学习一下-This is a moving target vehicle tracking matlab program, you can download to learn about
  3. 所属分类:Graph Recognize

    • 发布日期:2016-04-25
    • 文件大小:1918976
    • 提供者:
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 50 »
搜珍网 www.dssz.com