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

搜索资源列表

  1. LK算法

    0下载:
  2. 利用openCV,首先利用goodFeaturesToTrack函数得到图像中的强边界作为跟踪的特征点,接下来要调用calcOpticalFlowPyrLK函数,输入两幅连续的图像,并在第一幅图像里选择一组特征点,输出为这组点在下一幅图像中的位置。再把得到的跟踪结果过滤一下,去掉不好的特征点。再把特征点的跟踪路径标示出来。(Using openCV, we use goodFeaturesToTrack function to get strong edges in the image as t
  3. 所属分类:其他

    • 发布日期:2017-12-25
    • 文件大小:2072576
    • 提供者:赵嘉慧
  1. NCC_v1.1_matlab

    0下载:
  2. 基于NCC的目标跟踪算法,这是matlab程序,只需提供跟踪的目标视频,稍微修改即可使用(NCC-based target tracking algorithm, which is matlab program, only need to provide tracking the target video, a slight modification can be used)
  3. 所属分类:matlab例程

  1. ECO-master

    0下载:
  2. CVPR17年最新最优秀跟踪算法。ECO性能完美,是当前效果最好的算法。(Target tracking ECO performance is perfect, is the best effect of the current algorithm.)
  3. 所属分类:图形图象

    • 发布日期:2017-12-14
    • 文件大小:8365105
    • 提供者:素年寄语
  1. 当前统计模型+跟踪+卡尔曼滤波

    1下载:
  2. 基于 “ 当前 ” 统计模型的自适应不敏卡尔曼滤波算法(Adaptive Unscented Kalman Filtering Algorithm Based on Current Statistical Model)
  3. 所属分类:其他

    • 发布日期:2017-12-18
    • 文件大小:546816
    • 提供者:qianqian82518
  1. 目标跟踪

    0下载:
  2. 通过手动框选目标区域,然后进行自动跟踪,使用的算法是Camshift,自适应均值漂移(By manually selecting the target area, then automatic tracking, using the algorithm is Camshift, adaptive mean shift)
  3. 所属分类:matlab例程

    • 发布日期:2017-11-19
    • 文件大小:4826
    • 提供者:fjndfazp
  1. 二维最小均方误差TDLMS(主要用于小目标跟踪)

    1下载:
  2. 二维最小均方误差背景预测算法TDLMS,常用于目标检测,经实测,效果较好(Two dimensional minimum mean square error background prediction algorithm TDLMS, commonly used in target detection, measured, the effect is better)
  3. 所属分类:图形图象

  1. tracking

    2下载:
  2. 移动机器人的轨迹跟踪算法,包括椭圆、园、直线、等(solve the non- holonomic restriction problem of trajectory tracking of the wheeled mobile robot.)
  3. 所属分类:其他

    • 发布日期:2017-12-30
    • 文件大小:2305024
    • 提供者:zhou0123
  1. 遗传算法跟踪寻优

    0下载:
  2. 运用遗传算法原理进行跟踪寻优,有一定的实例辅助,经验证,可用(The use of genetic algorithm for tracking optimization, there are certain examples of assisted, proven, available)
  3. 所属分类:matlab例程

  1. 3.19 基于Kalman滤波的目标跟踪

    3下载:
  2. 应用Kalrnan滤波原理,对运动目标进行跟踪,缩小目标的搜索范围,实现快速实时跟踪,使跟踪更为准确。理论分析和实验结果表明,该算法与常规的模板匹配法、直方图模板匹配法等算法相比,有效地提高了目标跟踪的速度及跟踪的准确性。(The Kalrnan filtering principle is used to track the moving target, reduce the search range of the target, realize fast and real-time trac
  3. 所属分类:matlab例程

    • 发布日期:2017-12-31
    • 文件大小:311296
    • 提供者:Prince0716
  1. Meanshift

    0下载:
  2. 运用meanshift算法进行目标跟踪,用鼠标选取目标后对目标进行跟踪(Target tracking using meanshift algorithm)
  3. 所属分类:OpenCV

    • 发布日期:2017-12-30
    • 文件大小:9288704
    • 提供者:sharemy
  1. 模糊控制算法应用

    0下载:
  2. 通过matlab规则填写,实现了目标的跟踪控制(The tracking control of the target is realized by filling with MATLAB rules)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-31
    • 文件大小:1024
    • 提供者:JUSTONEBOY
  1. CV2

    1下载:
  2. STC目标跟踪算法,时空上下文目标跟踪算法(STC tracking(Spatio-Temporal Context),use STC to track)
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-01
    • 文件大小:11735040
    • 提供者:xxy6377
  1. 机动目标跟踪_10057959

    0下载:
  2. 目标跟踪的算法,,实用而且非常全,适合在工程上的应用(Object tracking algorithm, practical and very complete)
  3. 所属分类:文章/文档

  1. 基于机动目标跟踪课题的整个算法程序

    2下载:
  2. 和雷达项目相关的目标跟踪程序,,很实用,有心人可以参考(And radar project related target tracking program, very practical, people can refer to)
  3. 所属分类:通讯编程

  1. Camshift

    0下载:
  2. CAMshift跟踪算法程序,使用C++实现,程序可运行(CAMshift tracking algorithm program, using C++ to achieve, the program can run)
  3. 所属分类:Windows编程

    • 发布日期:2018-01-05
    • 文件大小:4421632
    • 提供者:Silence1111
  1. 光线跟踪 Ray_Trace

    0下载:
  2. 简单的光线跟踪算法,亲测VC++6.0可以用,需自行配置opengl环境。(Simple ray tracing algorithm, pro VC++6.0 can be used, the need to configure the OpenGL environment.)
  3. 所属分类:OpenGL

    • 发布日期:2018-01-09
    • 文件大小:376832
    • 提供者:sin1731
  1. meanshift

    0下载:
  2. meanshift跟踪算法一个,是使用matlab编辑的,可更改,配有注释(One of the meanshift tracking algorithms, edited with MATLAB, modifiable, and annotated)
  3. 所属分类:图形图像处理

    • 发布日期:2018-04-20
    • 文件大小:1024
    • 提供者:洛泽亚
  1. visual_tracking_code

    0下载:
  2. 主要是一些经典的视觉跟踪算法的MATLAB代码,tracker包括CREST,CSK,CT,ECO,KCF,LOT,SCM和Struck。(Visual object tracking,include CREST,CSK,CT,ECO,KCF,LOT,SCM and Struck.)
  3. 所属分类:图形图象

    • 发布日期:2018-04-20
    • 文件大小:43188224
    • 提供者:chqw
  1. PartTracking-master

    0下载:
  2. 基于分块的跟踪算法,亲测可以直接运行,cvpr源代码(Block based tracking algorithm)
  3. 所属分类:图形图像处理

    • 发布日期:2018-04-22
    • 文件大小:6667264
    • 提供者:hualvin
  1. CMTMultiTracking-master

    0下载:
  2. CMT跟踪算法的C,C++实现,能够实时性跟踪目标(The C, C++ implementation of the CMT tracking algorithm, which can track the target in real time)
  3. 所属分类:图形图象

    • 发布日期:2018-04-23
    • 文件大小:153600
    • 提供者:Andyoyo
« 1 2 ... 7 8 9 10 11 1213 14 15 16 17 ... 50 »
搜珍网 www.dssz.com