CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 图形图像处理(光照,映射..) 搜索资源 - meanshift tracking opencv

搜索资源列表

  1. 基于OpenCV平台下的实时目标跟踪系统

    6下载:
  2. 基于OpenCV平台下的实时目标跟踪系统,用于运动物体的多目标跟踪领域.,OpenCV platform based on real-time target tracking system for moving objects the field of multi-target tracking.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2012-11-08
    • 文件大小:16063
    • 提供者:李超
  1. MEANSHIFT目标跟踪算法

    0下载:
  2. MEANSHIFT目标跟踪算法 使用了OpenCV库,MEANSHIFT target tracking algorithm using the OpenCV library
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2017-03-22
    • 文件大小:164373
    • 提供者:Daniel
  1. 基于meanshift的目标跟踪opencv开源代码

    0下载:
  2. 基于meanshift的目标跟踪opencv开源代码,Base mean shift object tracking
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2017-03-23
    • 文件大小:137202
    • 提供者:范五东
  1. MEANSHIFT目标跟踪算法

    0下载:
  2. 国外一个大牛人写的MEANSHIFT目标跟踪算法,程序使用了OPENCV函数库,Foreign person to write a big cow MEANSHIFT the target tracking algorithm, the procedure used OPENCV library
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2017-03-23
    • 文件大小:106995
    • 提供者:zcq
  1. shipin

    0下载:
  2. 视频目标跟踪。在OpenCV下开发,使用meanshift方法.rar-Video target tracking. In OpenCV under development, the use of meanshift methods. Rar
  3. 所属分类:Special Effects

    • 发布日期:2017-04-23
    • 文件大小:230322
    • 提供者:李荣华
  1. kalman_and_meanshift

    0下载:
  2. 基于opencv的目标跟踪示例代码,不错的学习实例,自己用过的-Opencv target tracking based on sample code, examples of good learning that he used
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:3638
    • 提供者:ptdoe
  1. yundong

    0下载:
  2. 采用 CAMSHIFT 算法快速跟踪和检测运动目标的 C/C++ 源代码,OPENCV BETA 4.0 版本在其 SAMPLE 中给出了这个例子。算法的简单描述如下-This application demonstrates a fast, simple color tracking algorithm that can be used to track faces, hands . The CAMSHIFT algorithm is a modification of the Meanshi
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:15307
    • 提供者:黄文伟
  1. meanshift

    0下载:
  2. 视频跟踪程序,手动选择目标,基于meanshift算法,opencv开发。-Image tracking program, target is selected manually. Based on meanshift algorithm and developed using opencv.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:3196
    • 提供者:TimoWang
  1. Bkalman_camsha

    0下载:
  2. 基于opencv的例子使用meanshift算法追踪屏幕中中的白点,利用kalman移动搜索框.,已通过测试。 -Based on the example of the use of opencv tracking algorithm meanshift white sscreen, use the search box kalman mobile. Complete source code, has been tested.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-09
    • 文件大小:2552747
    • 提供者:
  1. MeanShift_upup

    0下载:
  2. 史上最简洁最直观的Meanshift tracking代码;全部过程中没有借用Opencv相关库函数;读入图像采用经典的CDIB类,中间过程较易于让人理解-The simplest and the most visual coding about Meanshift Tracking!!!All the codes is written without Opencv Lib function. Classic CDIB Class is used to read the original ima
  3. 所属分类:Special Effects

    • 发布日期:2017-05-24
    • 文件大小:8687286
    • 提供者:福韩
  1. MeanShift_V1

    0下载:
  2. 基于opencv实现的meanshift算法,进行运动目标的跟踪-Moving target tracking opencv achieve meanshift algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-12-02
    • 文件大小:13720576
    • 提供者:wirelessflying
  1. meanshift

    0下载:
  2. meanshift算法的跟踪 高斯背景建模 opencv程序-meanshift tracking
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:4095
    • 提供者:邓亚平
  1. testMeanShift

    0下载:
  2. 基于Opencv的MeanShift跟踪代码。MeanShift算法是目标跟踪领域应用较广泛的算法,轻量级,原理是求概率密度最大位置。-Opencv based MeanShift tracking code. MeanShift is widely used in object tracking. lightweight. the principle is to find the probability density maximum position.
  3. 所属分类:Special Effects

    • 发布日期:2017-06-08
    • 文件大小:15504731
    • 提供者:Elaine
  1. mean-shift

    0下载:
  2. 基于meanshift/camshift的视频运动目标跟踪实现,通过鼠标手动选择跟踪目标。基于HSV空间模型,可手动调节H S V的阈值,显示前景、背景、反响投影图。开发工具是VS2008、OPENCV.-Based meanshift/camshift video moving target tracking achieved manually using the mouse to select the target track. HSV space model, you can manual
  3. 所属分类:Special Effects

    • 发布日期:2017-05-30
    • 文件大小:12669627
    • 提供者:坎启娇
  1. meanshift_opencv

    0下载:
  2. meanshift实现视频目标跟踪,opencv实现,附带测试视频-meanshift implement video target tracking, opencv realize, with test video
  3. 所属分类:Special Effects

    • 发布日期:2017-05-24
    • 文件大小:7713032
    • 提供者:sun
  1. Meanshift

    1下载:
  2. 利用meanshift来进行目标跟踪,有matlab和opencv版本(Using meanshift for target tracking, there are versions of MATLAB and opencv)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-14
    • 文件大小:18808832
    • 提供者:QuinnChuh
搜珍网 www.dssz.com