CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 OpenCV 搜索资源 - tracking code

搜索资源列表

  1. ContourTrack

    0下载:
  2. 运动目标轮廓跟踪代码,运用OPENCV实现,效果还不错-Moving object contour tracking code, the use of OPENCV implementation, results were pretty good
  3. 所属分类:OpenCV

    • 发布日期:2017-05-19
    • 文件大小:5985802
    • 提供者:无名
  1. trackscv1000

    0下载:
  2. 一个基于opencv的车辆跟踪代码,效果非常好,有对比,环境为Visual C 6.0 ,一定对你有所帮助的源代码。-Opencv-based vehicle tracking code, the effect is very good, there is contrast, the environment for Visual C 6.0, will help you source code.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-24
    • 文件大小:8627919
    • 提供者:
  1. HumanTracking

    0下载:
  2. 人体运动跟踪源代码,经过测试可以使用,基于opencv实现实现的,简单实用-Human Motion Tracking source code through the test could be used, based on the opencv implementation to achieve, simple and practical
  3. 所属分类:OpenCV

    • 发布日期:2017-05-16
    • 文件大小:4102665
    • 提供者:梁浩
  1. kalman-filter-test

    0下载:
  2. Kalman filter 用于跟踪的详细代码有说明,运行良好,适合移植使用-Kalman filter for tracking code has made it clear, well-run, suitable for portable use
  3. 所属分类:OpenCV

    • 发布日期:2017-04-09
    • 文件大小:1358967
    • 提供者:luyu
  1. objects_detect

    0下载:
  2. Code to tracking and detect objects with Opencv
  3. 所属分类:OpenCV

    • 发布日期:2017-04-05
    • 文件大小:193494
    • 提供者:vitor_gz
  1. OpenCVTemplate

    0下载:
  2. Code to tracking objects with Opencv
  3. 所属分类:OpenCV

    • 发布日期:2017-04-25
    • 文件大小:32201
    • 提供者:vitor_gz
  1. tracing

    0下载:
  2. 此代码用opencv和cv++实现运动目标的跟踪-This code cv++ with opencv and tracking moving objects
  3. 所属分类:OpenCV

    • 发布日期:2017-06-21
    • 文件大小:39052820
    • 提供者:王洪
  1. Tracking21-10-2010

    0下载:
  2. Some code for tracking color object base on opencv library
  3. 所属分类:OpenCV

    • 发布日期:2017-05-31
    • 文件大小:13675632
    • 提供者:sonic
  1. DetectiveContour

    0下载:
  2. 视频场景切换及轮廓检测(VS2008+opencv),采用VC编写,注意源代码里的视频名称是“sunyanzi.avi”,改成自己的视频名称即可-scene change detection and detective contours,write with vc,remember change the name of video in the code into yours
  3. 所属分类:OpenCV

    • 发布日期:2017-06-01
    • 文件大小:13858023
    • 提供者:sam
  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. HumanTracking

    0下载:
  2. 基于opencv的视频中人体跟踪代码,用Kalman预测 ,用Snake 在预测点的周围进行Snake能量函数及小化-Body of opencv-based video tracking code, using the Kalman prediction Snake Snake energy function and small around the prediction point
  3. 所属分类:OpenCV

    • 发布日期:2017-06-02
    • 文件大小:15529800
    • 提供者:杨亚萍
  1. CT

    0下载:
  2. ECCV2012里的跟踪压缩感知跟踪代码-ECCV2012 tracking in compressed sensing tracking code
  3. 所属分类:OpenCV

    • 发布日期:2017-11-12
    • 文件大小:10496
    • 提供者:Sonny
  1. motiondetect

    0下载:
  2. 这是一个opencv的,关于运动目标跟踪的代码,欢迎下载,谢谢大家-This is a opencv, about moving target tracking code, welcome to download, thank you
  3. 所属分类:OpenCV

    • 发布日期:2017-12-07
    • 文件大小:421613
    • 提供者:chenguichun
  1. CAMSHIFT-

    0下载:
  2. camshift算法的运动目标检测与跟踪代码(VC++)-the Camshift algorithm of moving target detection and tracking code (VC++)
  3. 所属分类:OpenCV

    • 发布日期:2017-11-11
    • 文件大小:6557
    • 提供者:鲍鹏宇
  1. multitracking

    0下载:
  2. 基于OpenCV2.4.4+Visual Studio2008下的多目标跟踪代码。基于帧间差分法判断视频的背景和前景。-OpenCV2.4.4+ Visual Studio2008-based multi-target tracking code. Based on inter-frame difference method to determine the background and foreground of the video.
  3. 所属分类:OpenCV

    • 发布日期:2017-11-15
    • 文件大小:2724952
    • 提供者:Zion
  1. MeanShift-Kalman-tracking-algorithm

    0下载:
  2. 结合kalman滤波的meanshift跟踪算法,meanshift算法是一种经典的均值漂移跟踪算法,采用颜色直方图作为跟踪特征,具有很高的稳定性和鲁棒性,kalman滤波是一种线性滤波预测算法。在meanshift算法中引入kalman滤波,可以提高算法的稳定性,同时提高算法执行效率。代码中除了avi格式视频读取采用opencv库函数外,核心算法均为纯C++实现,注释详细,很容易理解,同时具有很高的参考价值。 -Meanshift kalman filtering combined track
  3. 所属分类:OpenCV

    • 发布日期:2017-03-26
    • 文件大小:14885
    • 提供者:roc
  1. GazeTracker.v2.0b-32bit

    0下载:
  2. 基于opencv的眼球跟踪程序 是一个国外的开源程序-opencv eyes tracking code
  3. 所属分类:OpenCV

    • 发布日期:2017-05-22
    • 文件大小:7112737
    • 提供者:horrorfrog
  1. Kalman-filter-sample-code

    0下载:
  2. 目标图像跟踪-Object tracking
  3. 所属分类:OpenCV

    • 发布日期:2017-04-08
    • 文件大小:1909
    • 提供者:luo
  1. myblobtrack

    0下载:
  2. 一个很好的基于OPencv的团块目标跟踪的代码,供视频目标跟踪研究人员参考,对于算法的初步理解及实验平台的搭建有很好的参考作用。-A good OPencv clumps target tracking code based researcher for Video target tracking reference for a preliminary understanding to build algorithms and experimental platforms have a good
  3. 所属分类:OpenCV

    • 发布日期:2017-04-04
    • 文件大小:658227
    • 提供者:张虎
  1. Multi-target-tracking-algorithm

    0下载:
  2. 多目标跟踪 很好的学习代码 值得借鉴 学习的好东西-Multi-target tracking code good learning good things worth learning
  3. 所属分类:OpenCV

    • 发布日期:2017-04-25
    • 文件大小:189511
    • 提供者:暖冬
« 12 3 4 »
搜珍网 www.dssz.com