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

搜索资源列表

  1. mean_shift

    0下载:
  2. mean shift program of the cluster
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1686
    • 提供者:shigeaki
  1. a-mean-shift-tracker-implementations_in_cPP_and_h

    0下载:
  2. It is useful to developer who ieterest with detecting object in video surveillance system
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:267191
    • 提供者:wefwef
  1. MeanPShift

    0下载:
  2. 李志国硕士学位论文:基于Mean Shift算法的目标跟踪.目标跟踪技术在军事、工业、安保、智能交通、医学和科学研究等方面都具有重要的意义,应用前景广阔.目标跟踪把图像处理、自动控制、信息科学有机结合起来,形成了一种能从图像信号中实时地自动识别目标、提取和预测目标位置信息、自动跟踪目标运动的技术,是当前计算机视觉、模式识别与智能系统等领域研究的重要课题.-Li Zhiguo Master Thesis: Based on Mean Shift Algorithm for Target Track
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-16
    • 文件大小:4508166
    • 提供者:
  1. Modelling-beyond-Regression-Function

    0下载:
  2. An enormous amount of publications deals with smoothing in the sense of nonpara- metric regression. However, nearly all of the literature treats the case where predictors and response are related in the form of a function y = m(x) + noise. In man
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:395781
    • 提供者:xujin
  1. mean_shift

    0下载:
  2. mean shift algorithm
  3. 所属分类:Graph program

    • 发布日期:2017-05-19
    • 文件大小:5281864
    • 提供者:NL
  1. zhouyi

    0下载:
  2. 是跟踪一个运动的篮球。采用的是Kalman滤波器与基于均值平移的目标跟踪算法相融合的扩展算法,为了跟踪快速运动的目标,首先对目标运动模型进行建模,并运用Kalman滤波器对目标在下一帧中的状态进行预测,并将此预测值作为均值平移算法搜索目标的起始点。-Is tracking a movement of the basketball. Kalman filter is used in the target mean shift based tracking algorithm extension o
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:697564
    • 提供者:zouyi
  1. 453462_50c78ec7d0a40ed6

    0下载:
  2. kalman和mean shift算法结合的跟踪-combining kalman and mean shift tracking algorithm
  3. 所属分类:OpenCV

    • 发布日期:2017-04-09
    • 文件大小:22567
    • 提供者:李冰
  1. motion4

    1下载:
  2. 基于CamShift的目标跟踪算法,先求图像的HSV分量,提取H分量,做灰度直方图,对灰度直方图进行投影,最后均值移动进行跟踪。-Target tracking algorithm based on CamShift, first find the image of the HSV components to extract H component, do histogram of the projection histogram, the last mean shift tracking.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2014-03-20
    • 文件大小:141706
    • 提供者:廖家亮
  1. meanshift

    0下载:
  2. video tracking mean shift implementation
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:3259
    • 提供者:ramati
  1. particle-filter-visual-tracking

    6下载:
  2. 该代码用于实现粒子滤波视觉目标跟踪(PF)、卡尔曼粒子滤波视觉目标跟踪(KPF)、无迹粒子滤波视觉目标跟踪(UPF)。它们是本人这两年来编写的核心代码,用于实现鲁棒的视觉目标跟踪,其鲁棒性远远超越MeanShift(均值转移)和Camshift之类。用于实现视觉目标跟踪的KPF和UPF都是本人花费精力完成,大家在网上是找不到相关代码的。这些代码虽然只做了部分代码优化,但其优化版本已经成功应用于我们研究组研发的主动视觉目标跟踪打击平台中。现在把它们奉献给大家!-These codes are us
  3. 所属分类:matlab

    • 发布日期:2014-05-12
    • 文件大小:396288
    • 提供者:朱亮亮
  1. cPP

    0下载:
  2. 用均值漂移实现目标跟踪,基于直方图的表示。c++程序-mean-shift based visual tracking,c++ code
  3. 所属分类:Special Effects

    • 发布日期:2017-05-10
    • 文件大小:2474533
    • 提供者:david
  1. Online-Learning-for-Tracking

    0下载:
  2. 本书为卡耐基梅隆大学教授Robert T. Collins在中美学术交流会上专门为中国学生做的关于目标跟踪方面的讲座,内容涵盖了template matching, mean-shift, data association等。同时结合了他们实验室的项目经验,讲解内容深入浅出,全力推荐!-Book for the Carnegie Mellon University Robert T. Collins in the United States specifically for academic e
  3. 所属分类:software engineering

    • 发布日期:2017-05-20
    • 文件大小:6106204
    • 提供者:胡志恒
  1. meanshift-tracking

    0下载:
  2. 采用MeanShift算法对视频中目标进行跟踪,程序在vc6.0 MFC多文档结构下运行通过,视频第一帧的目标位置和大小需要在事先指定。-This program is to track object in video by mean shift algorithm. The program can be running in MFC framework. The position and scale of the object should be given by hand on the fi
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:324774
    • 提供者:Robert
  1. segmentation

    0下载:
  2. The Mean Shift algorithm clusters an n-dimensional data set (i.e., each data point is described by a feature vector of n values) by associating each point with a peak of the data set’s probability density.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-04
    • 文件大小:70967
    • 提供者:sujith
  1. Seg_By_MeanShift

    0下载:
  2. 均值漂移Mean Shift算法是一种基于核密度估计的处理方法,被广泛用于图像降噪,分割和目标跟踪中,本代码是图像分割实现。-Mean Shift algorithm is a kernel density estimation based approach is widely used for image noise reduction, segmentation and target tracking, the code is to achieve image segmentation.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:1356
    • 提供者:倪昊
  1. MeanShift-Tracking

    0下载:
  2. tracking opencv 目标检测跟踪-tracking opencv
  3. 所属分类:OpenCV

    • 发布日期:2017-03-30
    • 文件大小:784742
    • 提供者:白晶晶
  1. 1128

    0下载:
  2. 卡尔曼滤波和自适应窗口的均值偏移算法跟踪目标-Kalman filtering and adaptive window mean shift algorithm to track the target
  3. 所属分类:Special Effects

    • 发布日期:2017-06-14
    • 文件大小:21720397
    • 提供者:HUBO
  1. BAH1

    1下载:
  2. 用卡尔曼滤波和自适应窗口的均值偏移算法再结合Bhattacharyya系数粗定位实现视频目标跟踪-Kalman filtering and adaptive window mean shift algorithm combined with coarse positioning Bhattacharyya coefficient for video tracking
  3. 所属分类:OpenCV

    • 发布日期:2017-05-29
    • 文件大小:11788251
    • 提供者:HUBO
  1. detection

    1下载:
  2. 静态背景下的背景预测法目标检测 静态背景下帧间差分法目标检测 Mean Shift目标跟踪方法 重心多目标跟踪方法 -motion detection including meanshift/difference images/we can detect the man or object
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:96733
    • 提供者:福韩
  1. Sobel-Edge-Detection

    0下载:
  2. 均值漂移与粒子滤波算法,在图像处理方面的应用-Mean shift and particle filter
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:177315
    • 提供者:马磊
« 1 2 ... 12 13 14 15 16 1718 19 20 21 22 ... 29 »
搜珍网 www.dssz.com