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

搜索资源列表

  1. OpenCV-Mean-Shift-demo

    1下载:
  2. 基于OpenCV实现的图像特征区域跟踪程序,基于类Mean-Shift实现的颜色直方图概率匹配算法,可同时跟踪6个特定目标区域。-OpenCV implementation of image features based on regional tracking program, based on class Mean-Shift probability of achieving the color histogram matching algorithm, which can track a
  3. 所属分类:OpenCV

    • 发布日期:2016-01-25
    • 文件大小:2283520
    • 提供者:gbcgbc
  1. shift_color

    0下载:
  2. 经典的meanshift跟踪算法。手动选择第一帧中的目标进行跟踪。-Classic meanshift tracking algorithm. Manually select the first frame of the target tracking.
  3. 所属分类:OpenCV

    • 发布日期:2017-04-06
    • 文件大小:124170
    • 提供者:feng
  1. motion-tracking-system-

    1下载:
  2. 本文分析比较了传统运动目标检测的3种主要方法:背景图像差分法、时态差分法和光流法,在此基础上给出了一种背景图像预测算法,大大减少了因为背景变化而产生的目标检测误差。本文基于OpenCV设计出改进的运动目标检测与跟踪算法,实现了运动目标的跟踪,并在VC++编译环境下,利用USB摄像头作为视频采集器,通过观察实验结果可以看出,本文的运动目标检测算法能够正确地检测出视频图像中的运动目标,而且在检测性能上优于普通的自适应背景差分法。 -OpenCV-based motion tracking sys
  3. 所属分类:OpenCV

    • 发布日期:2017-04-09
    • 文件大小:1062384
    • 提供者:mei88
  1. AutoCamShift

    0下载:
  2. opencv 提供了使用基于颜色的跟踪算法camshift, 很好的算法,可是它是个半自动的算法,它需要用户在跟踪界面设定跟踪的目标。-opencv provides color-based tracking algorithm camshift, good algorithm, but it is a semiautomatic algorithm, it needs to track the user interface to set tracking goals.
  3. 所属分类:OpenCV

    • 发布日期:2017-03-28
    • 文件大小:215269
    • 提供者:黄美芝
  1. 123

    0下载:
  2. 运动目标跟踪算法的OpenCV算法(C++)-Moving target tracking algorithm OpenCV algorithm (C++)
  3. 所属分类:OpenCV

    • 发布日期:2017-04-03
    • 文件大小:9857
    • 提供者:zy
  1. camshift

    0下载:
  2. 经典的camshift跟踪算法。读取视频,手动选择目标,可以直接运行。-Classic camshift tracking algorithm. To read videos, manually select the target, can be directly run.
  3. 所属分类:OpenCV

    • 发布日期:2017-04-10
    • 文件大小:1044031
    • 提供者:feng
  1. zk00006-OpenTLD-8a6934d

    0下载:
  2. 捕食者物体跟踪算法 开放源码 英国萨里大学的一个捷克学生的博士论文的一部分 -TLD is an award-winning, real-time algorithm for tracking of unknown objects in video streams. The object of interest is defined by a bounding box in a single frame. TLD simultaneously Tracks the object, Lea
  3. 所属分类:OpenCV

    • 发布日期:2017-05-26
    • 文件大小:9441704
    • 提供者:凌寒
  1. TrackerTestbed

    0下载:
  2. 卡内基梅隆大学的一个博士写的一个视频目标跟踪平台,包含几乎所有的目标跟踪算法,有开源的代码和相应的论文,还可以加入自己改进的算法,有很好的参考价值。-Carnegie Mellon University, a Ph.D. to write a video tracking platform, contains almost all of the target tracking algorithm, there are open source code and the corresponding
  3. 所属分类:OpenCV

    • 发布日期:2017-05-13
    • 文件大小:3219544
    • 提供者:朴风
  1. BAH1

    1下载:
  2. 用卡尔曼滤波和自适应窗口的均值偏移算法再结合Bhattacharyya系数粗定位实现视频目标跟踪-Kalman filtering and adaptive window mean shift algorithm combined with coarse positioning Bhattacharyya coefficient for video tracking
  3. 所属分类:OpenCV

    • 发布日期:2017-05-29
    • 文件大小:11788251
    • 提供者:HUBO
  1. motion-tracking-and-implementation

    0下载:
  2. 目标跟踪是计算机视觉的一个重要分支,日益广泛应用于科学技术、国防安全、航空、医药卫生以及国民经济等领域。实现目标跟踪的关键在于完整地分割目标、合理提取特征和准确地识别目标,同时,要考虑算法实现的时间,以保证实时性。当视频图像中被跟踪目标发生姿态变化,存在旋转或部分遮挡时,简单的灰度模板或者Hausdorff距离匹配一般很难达到实时跟踪目标的要求,出现误匹配或者跟踪丢失的情况,而且跟踪效率较低。Gary R.Bradski提出的CAMSHIFT[1](Continu-ously Adaptive
  3. 所属分类:OpenCV

    • 发布日期:2017-03-27
    • 文件大小:129793
    • 提供者:mei88
  1. ObjectTracking

    0下载:
  2. vc opencv实现移动物体的目标跟踪算法-Target tracking algorithm for moving objects
  3. 所属分类:OpenCV

    • 发布日期:2017-05-07
    • 文件大小:1916881
    • 提供者:嘟嘟
  1. edge_track

    0下载:
  2. 一个好用的视觉目标跟踪算法: 边缘跟踪,先分割出目标物的边缘信息,根据边缘求的目标物的质心,完成视觉目标跟踪-An easy to use visual target tracking algorithm: edge of the track, the first split to the edge of the target, according to the centroid of the edge of the demand target to complete the visual
  3. 所属分类:OpenCV

    • 发布日期:2017-06-14
    • 文件大小:23508414
    • 提供者:maolei
  1. code_june2010

    0下载:
  2. 多摄像机多目标跟踪算法, 具体包括混合高斯背景建模, distancemap团块映射, 粒子滤波跟踪, 匈牙利算法信息融合等.-multi camera tracking
  3. 所属分类:OpenCV

    • 发布日期:2017-11-13
    • 文件大小:236509
    • 提供者:zhaozj
  1. opencv_detect

    0下载:
  2. opencv中常用的检测和跟踪算法原理介绍,介绍了常用的前景检测与目标跟踪算法-opencv principle commonly used in the detection and tracking algorithm, the introduction of the common prospects for detection and target tracking algorithm
  3. 所属分类:OpenCV

    • 发布日期:2017-04-08
    • 文件大小:57740
    • 提供者:紫烟
  1. multi-channel-CT

    0下载:
  2. 基于CT目标跟踪算法的改进,主要加入了多通道的图像信息。跟踪更鲁棒。-To use multi-channel image compressive tracking. The method is more robust than CT.
  3. 所属分类:OpenCV

    • 发布日期:2017-04-15
    • 文件大小:7458
    • 提供者:Jack Jones
  1. tpl_tracking

    0下载:
  2. 自己开发的目标跟踪算法,跟踪过程稳定,结果可靠,已经验证。-Target tracking algorithm developed their own tracking process is stable, reliable, and has been verified.
  3. 所属分类:OpenCV

    • 发布日期:2017-04-13
    • 文件大小:2499
    • 提供者:Tony
  1. code

    0下载:
  2. 目标跟踪算法:基于粒子滤波的目标跟踪源代码-Target tracking algorithms: Particle Filter Based Target Tracking source code
  3. 所属分类:OpenCV

    • 发布日期:2017-05-14
    • 文件大小:3118482
    • 提供者:郭南
  1. Robotics_exp4

    0下载:
  2. python下的直方图提取与camshift目标跟踪算法,基于opencv3.0实现,可用于移动机器人等的相关实验和应用。-Histogram extraction and CAMSHIFT target tracking algorithm, based on opencv3.0 implementation, can be used for mobile robots and other related experiments and applications.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-03
    • 文件大小:719431
    • 提供者:七月飞霜
  1. Meanshift

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

    • 发布日期:2017-12-30
    • 文件大小:9288704
    • 提供者:sharemy
  1. opencv3之目标跟踪(单目标、多目标)

    0下载:
  2. 对于刚入门的opencv玩家,提起目标跟踪,马上想起的就是camshift,但是camshift跟踪往往达不到我们的跟踪要求,包括稳定性和准确性。 opencv3.1版本发行后,集成了多个跟踪算法,即tracker,大部分都是近年VOT竞赛榜上有名的算法,虽然仍有缺陷存在,但效果还不错。(For incoming opencv players, CAMSHIFT is the key to target tracking, but CAMSHIFT tracking often fails t
  3. 所属分类:OpenCV

    • 发布日期:2018-01-09
    • 文件大小:3072
    • 提供者:李先生丨
« 12 3 »
搜珍网 www.dssz.com