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

搜索资源列表

  1. SpatioHistogram.rar

    0下载:
  2. 基于空间直方图的图像相似度匹配算法,用opencv开发的,适合做跟踪的朋友用,Space-based histogram similarity matching algorithm, using opencv developed suitable for tracking Friend
  3. 所属分类:Special Effects

    • 发布日期:2017-05-15
    • 文件大小:3905107
    • 提供者:周凯
  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. fragtrack_console_app

    0下载:
  2. 很牛的外国人写的跟踪算法,包括文章和源代码。文章名:Robust Fragments-based Tracking using the Integral Histogram-Is cattle tracking algorithm written by foreigners, including articles and source code. Article Name: Robust Fragments-based Tracking using the Integral Histogram
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-30
    • 文件大小:743721
    • 提供者:dingph
  1. blinkdetect-src

    1下载:
  2. 眨眼检测,先用haar特征框定人脸,然后用camshift跟踪人脸,根据几何特征得到人眼的大概位置,然后根据直方图的变化检测眨眼-Blink detection, the first feature with the haar framed face, and then use camshift tracking human face, according to the geometric features are the approximate location of the human ey
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:4835
    • 提供者:阿强
  1. KernelTracking

    0下载:
  2. A new approach toward target representation and localization, the central component in visual tracking of non-rigid objects, is proposed. The feature histogram based target representations are regularized by spatial masking with an isotropic kern
  3. 所属分类:Special Effects

    • 发布日期:2017-05-11
    • 文件大小:2779098
    • 提供者:
  1. BasedOnMeanShiftAndParticleFilterObjectTracking.ra

    0下载:
  2. 基于Mean Shift算法和Particle Filter算法的目标跟踪学位论文:讨论了MeanS hift算法(均值偏移)和粒子滤波算法(Particle Filter),分析了两种算法的特点;,分析了用运动目标检测提取目标运动特征的技术,通过增加对目标特征描述信 息,提高跟踪健壮性,并在以颜色直方图描述颜色特征的基础上,融合了目标的运动特征,设计了一种基于运动特征和颜色特征多特征融合的粒子滤波跟踪方法;用二阶直方图描述颜色特征,设计了均值偏移和粒子滤波相结合的目标跟踪技术-Based
  3. 所属分类:Document

    • 发布日期:2017-04-09
    • 文件大小:2126673
    • 提供者:田卉
  1. Tracking

    0下载:
  2. 提出一种新的目标表示和定位方法,该方法是非刚体跟踪的核心技术.利用均质空间掩膜规范基于特征直方图的目标表示,该掩膜引入了适合于梯度优化的空间平滑相似函数,所以可以将目标定位问题转换为局部极大值求解问题.我们利用从Bhattacharyya系数倒出的规则作为相似度量,利用mean shift procedure完成优化求解.在给出的测试用例中, 本文方法成功解决了相机移动,阴影,以及其他的图象噪声干扰.文章对运动滤波和数据关联技术的集成也进行了讨论.-A new objective and pos
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-12
    • 文件大小:2700470
    • 提供者:maolei
  1. KernelBasedObjectTracking

    0下载:
  2. A new approach toward target representation and localization, the central component in visual tracking of nonrigid objects, is proposed. The feature histogram-based target representations are regularized by spatial masking with an isotropic kernel.
  3. 所属分类:Development Research

    • 发布日期:2017-05-10
    • 文件大小:2459244
    • 提供者:Ali
  1. roihisteq

    0下载:
  2. histogram for image detection and tracking
  3. 所属分类:MultiLanguage

    • 发布日期:2017-04-08
    • 文件大小:1664
    • 提供者:taoufik
  1. histogram_balltracker

    0下载:
  2. A new concept of tracking ball has been applied of detecting the ball in one frame by finding centroid ball ,finding histogram of the ball region and correlating it with candidate s histogram (by scanning the complete image) in subsequent frames. Mat
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:2279
    • 提供者:Vishwanath
  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. camshift_loadsample

    0下载:
  2. Cam-shift tracking algorithm read template image.Tracking the similar histogram region.-Cam-shift tracking algorithm read template image.Tracking the similar histogram region.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-14
    • 文件大小:3095987
    • 提供者:林達
  1. ImageDescriptorsandImageSimilarity

    0下载:
  2. 得到图像的直方图来进行图像之间的比较,主要用于图像检索和目标跟踪-Carried out by the image histogram comparison between the images, mainly for image retrieval and object tracking
  3. 所属分类:Graph program

    • 发布日期:2017-03-30
    • 文件大小:23662
    • 提供者:zhangying
  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. 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. Mean-Shift-Tracking

    0下载:
  2. 这是一份用行人轮廓的分布直方图分类和识别步态的资料,不错的资料-This is a histogram with the pedestrian profile information classification and gait recognition, good information
  3. 所属分类:Graph program

    • 发布日期:2017-03-31
    • 文件大小:441895
    • 提供者:zhangbingbing
  1. Histogram-tracking

    0下载:
  2. 直方图跟踪Histogram tracking-Histogram tracking
  3. 所属分类:Special Effects

    • 发布日期:2017-04-15
    • 文件大小:8332
    • 提供者:李波
« 12 3 4 5 6 7 »
搜珍网 www.dssz.com