CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - 跟踪算法

搜索资源列表

  1. PMHT

    0下载:
  2. 在多目标多量测环境中, 量测一航迹分配的知识一般不适于跟踪算法。在本文中, 对 量测一航迹分配问题, 采用了严格的概率方法。不象在传统多假设跟踪算法那样, 把量测 分配给航迹相反地, 使用由期望最大化方法导出的最大似然算法估计每次量测属于 每个航迹的概率。这些量测一航迹的概率佑计对于调用随机多假设跟踪算法的多目标跟 踪器是固有的算法在计算上是切实可行的, 因为它既不要求量测一航迹分配的计算, 也 不要求修剪。-The probabilistic multihypothesis
  3. 所属分类:Other systems

    • 发布日期:2014-05-05
    • 文件大小:856770
    • 提供者:wang zhuo
  1. ANN-in-maneuvering-target-tracking

    1下载:
  2. 在机动目标跟踪中,机动目标模型是机动目标跟踪的基本要素之一,一般希望机动目标模型能准确表征目标机动时的各种运动状态。比较常用的模型有匀速运动(CV)模型、匀加速运动(CA) 模型、时间相关模型(Singer)和机动目标“当前”统计模型。上述模型均采用机动频率表征目标的机动情况。在应用当中,通常采用固定的机动频率,这就表示机动目标的机动时间是一定的,而实际上机动目标的机动时间是不断变化的,也就是说机动频率是不断变化的,采用固定机动频率必然会带来误差。采样周期在0.5—2S时,机动频率越小跟踪精度越
  3. 所属分类:Other systems

    • 发布日期:2017-03-23
    • 文件大小:4051
    • 提供者:李隆基
  1. IJPRAI_demo_software

    0下载:
  2. 一种基于纹理的Mean Shift目标跟踪算法Matlab源代码,论文<Robust Object Tracking using Joint Color-Texture Histogram>发表在2009年的International Journal of Pattern Recognition and Artifical Intelligence.-Matlab Code for An Texture based Mean Shift Tracking Algroithm. The
  3. 所属分类:Graph program

    • 发布日期:2017-05-14
    • 文件大小:3906895
    • 提供者:宁纪锋
  1. track

    0下载:
  2. 关于图像跟踪算法的研究文章,很有帮助,希望对大家有用-With regard to image tracking algorithm research articles, helpful
  3. 所属分类:Graph program

    • 发布日期:2017-05-16
    • 文件大小:4349135
    • 提供者:ls
  1. tuxiangchuli

    0下载:
  2. 提出一种视频序列中人体运动目标的精确检测、提取以 跟踪算法。-picture follow
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-12
    • 文件大小:2697588
    • 提供者:yuxianli
  1. CamShift

    0下载:
  2. CamShift算法,即"Continuously Apative Mean-Shift"算法,是一种运动跟踪算法。它主要通过视频图像中运动物体的颜色信息来达到跟踪的目的。我把这个算法分解成三个部分,便于理解: 1) Back Projection计算 2) Mean Shift算法 3) CamShift算法-CamShift algorithm, that is, " Continuously Apative Mean-Shift" algorithm, is
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:1586
    • 提供者:eagle
  1. CG_RAYTRACING

    0下载:
  2. 计算机图形学中的光线跟踪算法,场景为平面和球体。-raytracing。
  3. 所属分类:3D Graphic

    • 发布日期:2017-05-04
    • 文件大小:1301274
    • 提供者:Maxence
  1. particlefiltering

    0下载:
  2. 一篇硕士论文,详细介绍了利用粒子滤波在无线传感器网络目标跟踪中的应用 基于粒子滤波的无线传感器网络目标跟踪算法的研究-A master' s thesis, detailing the use of particle filtering in wireless sensor network application of target tracking based on particle filtering for wireless sensor network target track
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:628571
    • 提供者:朱微维
  1. Kalmantestfenxi

    0下载:
  2. 非常好的kalman目标跟踪算法的实现代码,希望对大家有所帮助-Very good target tracking kalman algorithm implementation code, we want to help
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:395560
    • 提供者:liuxiaojie
  1. raytracer2

    0下载:
  2. 光线跟踪算法,比较经典的光线跟踪算法,步骤2-raytracing
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:11426
    • 提供者:lij
  1. raytracer4

    0下载:
  2. 光线跟踪算法,比较经典的光线跟踪算法,步骤4-raytracing
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:15378
    • 提供者:lij
  1. raytracer5

    0下载:
  2. 光线跟踪算法,比较经典的光线跟踪算法,步骤5-raytracing
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:17026
    • 提供者:lij
  1. BoundaryTarcing

    0下载:
  2. 激光雷达数据的边界跟踪算法,对突包算法做了一定的改进, 可以对凹部外边界进行精确跟踪,详细见代码注释。-Laser radar data boundary tracking algorithm, algorithm on the sudden bag made some improvements Part of the concave outer boundary can be accurately tracked in detail see the code comments.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1395249
    • 提供者:陈栋
  1. edge

    0下载:
  2. 本程序实现对于CT图像的边缘提取算法,如Sobel,Robert,Priwitt,Laplacian,边缘跟踪算法,及射线法的边缘提取。-Implementation of this program for the CT image edge extraction algorithms such as Sobel, Robert, Priwitt, Laplacian, edge tracking algorithm, and the ray method of edge detection.
  3. 所属分类:GUI Develop

    • 发布日期:2017-06-16
    • 文件大小:25795655
    • 提供者:东哥
  1. tracker

    0下载:
  2. 基于tms320dm642的目标跟踪算法-target tracking based on tms320dm642
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-04
    • 文件大小:600255
    • 提供者:yzx
  1. bs

    0下载:
  2. 智能交通监控系统中运动目标检测与跟踪算法-Intelligent Traffic Monitoring System in moving target detection and tracking algorithm
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-15
    • 文件大小:4038668
    • 提供者:yuhaoshuai
  1. meanshiftcode

    0下载:
  2. 视频目标跟踪算法,用meanshift方法对目标进行跟踪-meanshift algorithm tracking
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:2489
    • 提供者:豆芽菜
  1. meanshift

    0下载:
  2. 经典的meanshift跟踪算法,很好的跟踪框架,注释详细。-Meanshift classical tracking algorithm, a good tracking framework, detailed notes.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:528
    • 提供者:feng
  1. single

    1下载:
  2. 用MATLAB编写的单目标跟踪算法程序,采用了递归式算法,包括极大似然然估计,卡尔曼滤波,扩展卡尔曼滤波和无迹卡尔曼滤波,带有注释,易于理解。-Written with the MATLAB program single-target tracking algorithm, using recursive algorithms, including maximum likelihood estimation, Kalman filtering, extended Kalman filter an
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-24
    • 文件大小:11027
    • 提供者:asd
  1. 7788

    0下载:
  2. 大名鼎鼎的方帅的博士学位论文---目前,计算机智能视频监控在理论和应用上都面临着很多难题,国内外大批学者投身于该领域的研究和探索,并且取得了大量的成果.本文是在这些成果的基础上,对计算机智能视频监控系统的关键技术进行研究.主要贡献可概括如下:首先,对目标检测技术进行了研究,并提出了一种基于背景建模的运动目标检测算法.利用统计的方法建立了基于颜色和颜色梯度的背景模型,并实时地对背景模型进行更新,最后将这两种背景模型综合考虑对目标进行了有效的检测.接着,研究了复杂背景下多目标跟踪问题,提出了基于蒙特
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-19
    • 文件大小:5263067
    • 提供者:王一
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 50 »
搜珍网 www.dssz.com