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

搜索资源列表

  1. motiontrack

    1下载:
  2. 外国人写的在固定背景下检测并跟踪目标的算法,并加入了快速的背景更新算法,利于Kalman滤波来预测目标位置
  3. 所属分类:视频捕捉/采集

    • 发布日期:2008-10-13
    • 文件大小:192380
    • 提供者:lizhen
  1. trackKim

    0下载:
  2. 智能视频分析算法与仿真,做目标跟踪的一定要-video analysis
  3. 所属分类:Streaming_Mpeg4

    • 发布日期:2017-04-15
    • 文件大小:4641
    • 提供者:琐琐碎
  1. shipingjiancedfskf

    0下载:
  2. 可能对视频中运动目标进行检测和跟踪的算法源代码及演示代码,程序定位准确,环境抗噪能力强。-Possible to detect moving objects in video tracking algorithm and source code and demo code, program positioning accuracy, strong anti-noise environment.
  3. 所属分类:Video Capture

    • 发布日期:2017-04-03
    • 文件大小:948406
    • 提供者:
  1. Videotargettracking

    0下载:
  2. Mean Shift方法目标跟踪方法该算法为均值平移法目标跟踪,您可以通过打开演示视频“静态背景运动目标.avi”文件演示该算法。算法需要提供预跟踪目标所在的位置及大小,程序默认提供了该演示视频目标所处的位置。若使用其他视频演示该算法,则必须手工指定目标的位置及大小。 -Mean Shift method of target tracking algorithm for the mean shift tracking method, you can open a demo video &qu
  3. 所属分类:Video Capture

    • 发布日期:2017-05-15
    • 文件大小:3779979
    • 提供者:王华
  1. Track_flat

    0下载:
  2. 卡内基梅隆大学的一位博士写的一个视频目标跟踪平台,几乎包含主要的目标跟踪算法,并有开源的代码和相应的论文,还有扩充功能,可以加入自己的改进算法,具有极大的参考价值!-Carnegie Mellon University, a Ph.D. to write a video tracking platform for almost the main target tracking algorithms, and open source code and the corresponding paper
  3. 所属分类:Video Capture

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

    0下载:
  2. 基于颜色的摄像头视频跟踪 本文首先阐述了VFW 的知识和应用VFW 实现实时视频采集和处理的方法,然后分别介绍了几种视频追踪的常用算法,最后用灰度检测算法实现目标追踪。实验结果表明,该系统具有良好的检测效果。 -Color-based video-tracking camera
  3. 所属分类:Video Capture

    • 发布日期:2017-05-15
    • 文件大小:3914137
    • 提供者:江霞
  1. 20120308

    0下载:
  2. 目标跟踪算法。将均值移动与粒子滤波算法相结合。-Target tracking algorithm. Mean shift and particle filter algorithm is a combination
  3. 所属分类:Video Capture

    • 发布日期:2017-05-21
    • 文件大小:6612140
    • 提供者:lily
  1. frameABS

    0下载:
  2. 视频前景目标跟踪算法,用前后两帧帧差法实现跟踪目标算法,-Video tracking algorithm in the future, target tracking algorithm by frame difference
  3. 所属分类:Video Capture

    • 发布日期:2017-04-03
    • 文件大小:1477
    • 提供者:书生
  1. video-detection-motion-tracking

    0下载:
  2. VC编写,应用opencv开源库的视频运动目标跟踪程序,其算法是基于视频采集角点滤波-VC prepared the application opencv open source library of video moving target tracking procedures, the algorithm is based on the video capture corner filter
  3. 所属分类:Video Capture

    • 发布日期:2017-05-25
    • 文件大小:8593690
    • 提供者:eccrjbsat
  1. VideoDemo

    1下载:
  2. VC++视频处理框架,一款VC++视频目标检测演示框架的【源代码】,视频演示算法包括:   1. 静态背景下的背景预测法目标检测   2. 静态背景下帧间差分法目标检测   3. Mean Shift目标跟踪方法   4. 重心多目标跟踪方法 -VC++ video processing framework, target detection demonstrates the framework of a VC++ video [source code],
  3. 所属分类:多媒体

    • 发布日期:2013-04-12
    • 文件大小:66711
    • 提供者:seivin
  1. OpenTLD-master

    0下载:
  2. TLD(Tracking-Learning-Detection)是英国萨里大学的一个捷克籍博士生Zdenek Kalal在其攻读博士学位期间提出的一种新的单目标长时间(long term tracking)跟踪算法。该算法与传统跟踪算法的显著区别在于将传统的跟踪算法和传统的检测算法相结合来解决被跟踪目标在被跟踪过程中发生的形变、部分遮挡等问题。同时,通过一种改进的在线学习机制不断更新跟踪模块的“显著特征点”和检测模块的目标模型及相关参数,从而使得跟踪效果更加稳定、鲁棒、可靠。-TLD (Trac
  3. 所属分类:Video Capture

    • 发布日期:2017-11-09
    • 文件大小:9437636
    • 提供者:李耀波
  1. CAMSHIFT

    0下载:
  2. 采用 CAMSHIFT 算法快速跟踪和检测运动目标的 C/C++ 源代码,OPENCV BETA 4.0 版本在其 SAMPLE 中给出了这个例子。 该运行文件在VC6.0环境下编译通过,是一个 stand-alone 运行程序,不需要OPENCV的DLL库支持。在运行之前,请先连接好USB接口的摄像头。然后可以用鼠标选定欲跟踪目标。已经调通了。-CAMSHIFT algorithm using rapid detection and tracking moving targets C/C+
  3. 所属分类:Video Capture

    • 发布日期:2017-05-29
    • 文件大小:12105825
    • 提供者:胡继瑶
  1. OpenTLD-master

    0下载:
  2. TLD算法代码。TLD(Tracking-Learning-Detection)是英国萨里大学的一个捷克籍博士生Zdenek Kalal在其攻读博士学位期间提出的一种新的单目标长时间(long term tracking)跟踪算法。该算法与传统跟踪算法的显著区别在于将传统的跟踪算法和传统的检测算法相结合来解决被跟踪目标在被跟踪过程中发生的形变、部分遮挡等问题。同时,通过一种改进的在线学习机制不断更新跟踪模块的“显著特征点”和检测模块的目标模型及相关参数,从而使得跟踪效果更加稳定、鲁棒、可靠。-T
  3. 所属分类:Video Capture

    • 发布日期:2017-06-10
    • 文件大小:17535216
    • 提供者:
  1. tracking

    0下载:
  2. 智能视频监控技术中,利用meanshift算法进行跟踪目标。-Intelligent video surveillance technology, the use of meanshift algorithm to track the target.
  3. 所属分类:Video Capture

    • 发布日期:2017-04-13
    • 文件大小:1673
    • 提供者:董琪
  1. select

    0下载:
  2. matlab程序,实现meanshift算法用以来实现运动目标的自动跟踪。-sinmatlab procedures, since meanshift algorithms for automatic tracking of moving targets.
  3. 所属分类:Video Capture

    • 发布日期:2017-04-10
    • 文件大小:1505
    • 提供者:董琪
  1. S_DLT

    1下载:
  2. 优化了的DLT算法,能够很好地跟踪目标。请下载woman等视频序列-Optimized DLT algorithm can track the target very well. Download woman and other video sequences
  3. 所属分类:Video Capture

    • 发布日期:2017-05-04
    • 文件大小:29865
    • 提供者:sherry
  1. camshift

    1下载:
  2. 实现视频图像的目标快速跟踪。使用了camshift和kalman滤波算法。实时性不错,代码简单。-Video images of fast target tracking. Use the camshift and kalman filtering algorithm. Timeliness good, simple code.
  3. 所属分类:Video Capture

    • 发布日期:2017-05-26
    • 文件大小:8317170
    • 提供者:屈伟
  1. fall

    0下载:
  2. 混合高斯背景建模与CamShift算法结合的基于openCV的视频目标跟踪(OpenCV based video target tracking combined with hybrid Gauss background modeling and CamShift algorithm)
  3. 所属分类:视频捕捉/采集

    • 发布日期:2018-04-22
    • 文件大小:2048
    • 提供者:tuzi123
搜珍网 www.dssz.com