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

搜索资源列表

  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. camshiftdemo

    1下载:
  2. Gary R.Bradski提出CamShift算法,即"Continuously Adaptive Mean-Shift"算法。是以颜色直方图为目标模式的目标跟踪算法,可以有效地解决目标变形和部分遮挡的问题,而且运算效率很高。在视频跟踪过程中,CAMSHIFT算法利用选定目标的颜色直方图模型得到每帧图像的颜色投影图,并根据上一帧跟踪的结果自适应调整搜索窗口的位置和大小,得到当前帧中目标的尺寸和质心位置。-Gary R. Bradski CamShift proposed algorithm,
  3. 所属分类:Special Effects

    • 发布日期:2017-03-26
    • 文件大小:2959
    • 提供者:kitty
  1. IJPRAI_demo_software

    0下载:
  2. 一种基于纹理的Mean Shift目标跟踪算法Matlab源代码,论文<Robust Object Tracking using Joint Color-Texture Histogram>发表在2009年的International Journal of Pattern Recognition and Artifical Intelligence.-Matlab Code for An Texture based Mean Shift Tracking Algroithm. The
  3. 所属分类:Graph program

    • 发布日期:2017-05-14
    • 文件大小:3906895
    • 提供者:宁纪锋
  1. particle-filter-for-tracking

    1下载:
  2. A simple example showing how to track an object with particle filter. Likelihood is based on Bhattacharya distance of color histogram.
  3. 所属分类:matlab

    • 发布日期:2014-05-05
    • 文件大小:13255788
    • 提供者:sofi
  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. colorhistogram

    0下载:
  2. 一个比较简单易懂的颜色直方图量化及转换的程序,适用于目标跟踪等领域,希望可以帮助有需要的人。-A relatively easy to understand and change the color histogram quantization procedures for tracking and other fields, hoping to help those in need.
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:1639
    • 提供者:小吴
  1. blepo

    0下载:
  2. 一个利用肤色来检测和跟踪人脸的例子。包括一个开源的函数库。和opencv相当。-A example for face detection and tracking using color Histogram
  3. 所属分类:Windows Develop

    • 发布日期:2017-06-14
    • 文件大小:22267670
    • 提供者:lipeng
  1. camshiftInMFC

    0下载:
  2. 在MFC中显示视频, 并且用opencv的camshift算法跟踪目标, 用的是颜色直方图.-MFC shown in the video, and the camshift algorithm using opencv tracking targets using a color histogram.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1929704
    • 提供者:gilbert
  1. EMShiftDemo

    0下载:
  2. 利用EM算法结合颜色直方图的目标跟踪,利用EM算法实时更新颜色直方图-Using EM algorithm combines the color histogram for target tracking, real-time updates using EM algorithm color histogram
  3. 所属分类:Graph program

    • 发布日期:2017-04-02
    • 文件大小:5833
    • 提供者:透明
  1. HeadTracking

    0下载:
  2. 人的头部跟踪文章,运用了形状和自适应颜色直方图信息 。HeadTrackingUsingShapesandAdaptiveColorHistogramsHeadTrackingUsingShapesandAdaptiveColorHistograms-Human head tracking articles, using the shapes and adaptive color histogram information. HeadTrackingUsingShapesandAdaptiveC
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:253448
    • 提供者:Jacky
  1. main

    0下载:
  2. 这是一个基于颜色直方图的粒子滤波目标跟踪的主程序,比较完整,供大家参考-This is a color histogram based particle filter tracking the main program, more complete, for your reference
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:6239
    • 提供者:王晓霞
  1. camshiftdemo

    0下载:
  2. 利用目标的颜色直方图模型转化为颜色概率分布图,进行跟踪。-the Color histogram model of goal convert color of probability distribution ,then tracking
  3. 所属分类:OpenCV

    • 发布日期:2017-04-05
    • 文件大小:3315
    • 提供者:
  1. cam

    0下载:
  2. opencv 提供了使用基于颜色的跟踪算法camshift, 很好的算法,可是它是个半自动的算法,它需要用户在跟踪界面设定跟踪的目标。怎么预先设定目标再来跟踪呢? 本人偷了个懒,加入了用一张图片来设定跟踪的目标,在启动中加载图片,生成跟踪需要的histogram。这样实现了自动化的跟踪吧。-opencv using color-based tracking algorithm camshift provide a good algorithm, but it is a semi-automati
  3. 所属分类:OpenCV

    • 发布日期:2017-04-01
    • 文件大小:151214
    • 提供者:cf
  1. ROBUST-OBJECT-TRACKING-USING-JOINT

    0下载:
  2. title of the project is ROBUST OBJECT TRACKING USING JOINT COLOR-TEXTURE HISTOGRAM i hav added ieee paper descr iption
  3. 所属分类:Special Effects

    • 发布日期:2017-05-19
    • 文件大小:5608350
    • 提供者:lallu
  1. human-detection_0.1_src_2011-02-10_Idiap_shared(1

    0下载:
  2. This system consists of human detection, human tracking and false object detection. The human detection utilizes the background subtraction to segment the blob and use codebook to classify human being from other objects. The optimal design
  3. 所属分类:Special Effects

    • 发布日期:2017-05-21
    • 文件大小:6532563
    • 提供者:ahmed
  1. IPF__with_clun

    0下载:
  2. 在粒子滤波加颜色直方图实现了视频目标跟踪的基础上,加了遮挡处理。即当目标被遮遮挡的时候进行了特殊的处理,当目标重新出现的时候能够继续对目标进行跟踪,不失跟。 -Particle filter add color histogram on the basis of the video target tracking, plus a block. That is, when the target is obscured by cover the special treatment, be abl
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:6757
    • 提供者:zd
  1. Robust-Object-Tracking-demo

    0下载:
  2. 使用颜色纹理直方图来进行目标跟踪,具有很好的鲁棒性,亲自测试可用,附参考论文。-Robust Object Tracking using Joint Color-Texture Histogram
  3. 所属分类:matlab

    • 发布日期:2017-11-07
    • 文件大小:30209575
    • 提供者:老芦
  1. 5

    0下载:
  2. 本文提出一种通过实时调整目标特征权值来进行背景自适应跟踪的算法。首先,定义了一种综合特征集合用以描述目标的颜色和局部轮廓。其次,提出了在滤波框架中对目标特征进行评估的算法,从而使得具有强区分能力的特征占有较大的权值,进而使其能够在跟踪过程起到较大的作用。采用传统的Kalman 滤波和粒子滤波对所提出的算法进行了验证。-In this paper, we propose a new adaptive visual object tracking method based on online f
  3. 所属分类:Special Effects

    • 发布日期:2017-11-20
    • 文件大小:1602495
    • 提供者:wenping
  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. 目标跟踪-代码

    0下载:
  2. complete tracking with HOG feature extraction and color histogram match.
  3. 所属分类:OpenCV

    • 发布日期:2018-01-05
    • 文件大小:6161408
    • 提供者:一生寻真
« 12 3 »
搜珍网 www.dssz.com