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

搜索资源列表

  1. camshiftrgb

    0下载:
  2. cmashift用视频来跟踪目标。其中主要通过均值漂移来做的。-cmashift use video to track the target. Mainly through the mean shift to do.
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-14
    • 文件大小:3456
    • 提供者:wjw
  1. GaborCAMSHIFTRGB

    0下载:
  2. GABOR cmashift用目标的文理来视频来跟踪目标。其中主要通过均值漂移来做的。-cmashift use video to track the target. Mainly through the mean shift to do.
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-14
    • 文件大小:4093
    • 提供者:wjw
  1. cnki-inferences

    0下载:
  2. 关于mean shift等的一些重要的目标跟踪算法的文章和程序-Some important target tracking algorithm and procedures on mean shift articles etc.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-24
    • 文件大小:7700219
    • 提供者:罗明奇
  1. meanshift-and-motion-vector

    0下载:
  2. 文章介绍了mean-shift算法运动矢量相结合的一种解决运动目标过快而是Ms算法丢失目标的跟踪算法。-This paper presents a fast moving target but Ms solving algorithm lost target tracking algorithm mean-shift algorithm combines motion vector.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-17
    • 文件大小:493364
    • 提供者:雷川
  1. UKFMean_Shift

    0下载:
  2. 提出一种多尺度理论与无味卡尔曼滤波 器(UKF)相结合的视频跟踪改进算法。利用多尺度理论统计跟踪窗内的信息量,使用 UKF 对得到的信息量进行预测,通过修正后的信息量 计算窗口变化比例系数,对尺度任意变化的目标进行跟踪。-An novel method is proposed that is multi-scale space theory combined with Unscented Kalman Filter(UKF). UKF filter is introduced to
  3. 所属分类:Special Effects

    • 发布日期:2017-05-03
    • 文件大小:1158379
    • 提供者:小于
  1. 1756456

    0下载:
  2. 设计了一种基于TMS320C6455与FPGA 的实时图像跟踪系统,该系统首先采用MAX9526 采集图像,利用FPGA 对图像进行均值滤波,滤波后数据采用乒乓方式传输给DSP。Mean Shift 跟踪算法采用图像像素灰度距离中心点的距离作 为目标特征建立核函数,实现对目标的实时跟踪。实验表明,该系统具有良好的实时性与稳定性。-Designed a real-time image-based tracking system TMS320C6455 and FPGA, the system
  3. 所属分类:Special Effects

    • 发布日期:2017-05-09
    • 文件大小:1670195
    • 提供者:rambolyb
  1. tracking

    0下载:
  2. 目标跟踪代码。关键字:均值漂移、卡尔曼滤波、颜色直方图、边缘方向直方图-Codes of object tracking.key words:mean shift,kalman filter,color histgram,edge direction histgram.
  3. 所属分类:OpenCV

    • 发布日期:2017-04-28
    • 文件大小:13852
    • 提供者:zwz
  1. Meanshift

    0下载:
  2. 摄像头固定情况下的运动行人跟踪进行研究,Mean Shift算法,与目标区域灰度直方图结合,进行运动目标的检测跟踪-tracking study of the movement of pedestrians in case of a fixed camera introduces a better application of Mean Shift algorithm
  3. 所属分类:OpenCV

    • 发布日期:2017-05-26
    • 文件大小:9557105
    • 提供者:李强
  1. meanshift

    0下载:
  2. 基于mean-shift的目标跟踪matlab源程序-Target tracking mean-shift source based on MATLAB
  3. 所属分类:Special Effects

    • 发布日期:2017-05-18
    • 文件大小:4805632
    • 提供者:
  1. meanshift

    0下载:
  2. 均值漂移算法是一种基于颜色特征的无参密度估计算法,被人们广泛的应用于图像滤波、聚类分析和目标跟踪等领域。-Mean shift algorithm is a nonparametric density estimation algorithm based on color feature, which is widely used in the fields of image filtering, clustering analysis and target tracking.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-17
    • 文件大小:4138882
    • 提供者:王乾
  1. TargetTracking

    0下载:
  2. 均值漂移目标跟踪算法 matlab 版本-mean shift algorithm for target tracking
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:1444
    • 提供者:Louis
  1. MeanShiftTarckTest

    0下载:
  2. meanshift,均值漂移,用于目标跟踪,内含测试视频,可运行。-meanshift, mean shift, for target tracking, embedded test video, you can run.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-18
    • 文件大小:4680394
    • 提供者:廖敏
  1. meanshift

    0下载:
  2. meanshift均值平移跟踪算法中核函数窗宽的自动选取代码,根据目标大小变化核窗宽,使得当目标出现大小变化时准确跟踪到目标中心-Meanshift mean shift tracking algorithm kernel bandwidth automatic code is selected, according to the objective changes in the size of the kernel bandwidth, making when target size chan
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-30
    • 文件大小:12794
    • 提供者:笨小猫
  1. camshift

    0下载:
  2. 在vs2010平台上运行的自适应均值漂移目标跟踪算法源程序,使用c++语言编写-Adaptive mean vs2010 platform running on shift target tracking algorithm source code, using language c++
  3. 所属分类:Special Effects

    • 发布日期:2017-06-11
    • 文件大小:17530909
    • 提供者:dick
  1. meanshift

    0下载:
  2. 在vs2010上运行的均值漂移目标跟踪算法的源程序,采用c++语言编写,具有良好的运行效果。-Mean shift in vs2010 running target tracking algorithm source code, using c++ language, has good operating results.
  3. 所属分类:Special Effects

    • 发布日期:2017-06-09
    • 文件大小:15919717
    • 提供者:dick
  1. matlab

    0下载:
  2. 基于mean-shift算法的动目标跟踪,可以识别目标,并记录动目标的跟踪轨迹,并在窗口显示-Based on mean-shift algorithm of moving target tracking, you can identify the target, moving target tracking and recording tracks,and displayed in the window
  3. 所属分类:Other systems

    • 发布日期:2017-05-26
    • 文件大小:8998561
    • 提供者:杨玉米
  1. bs_movingdetecting_1

    0下载:
  2. 实现了运动目标的检测和跟踪,使用背景差分法,帧间差分法、光流法和均值漂移的方法,能够实现很好的对运动目标的跟踪-Achieve a moving target detection and tracking, using background subtraction, inter-frame difference, optical flow method and the method of mean-shift, it is possible to achieve a good track mov
  3. 所属分类:OpenCV

    • 发布日期:2017-06-19
    • 文件大小:28904532
    • 提供者:hcj
  1. meanshift-track

    0下载:
  2. meanshift均值平移跟踪算法中核函数窗宽的自动选取代码,根据目标大小变化核窗宽,使得当目标出现大小变化时准确跟踪到目标中心 - Meanshift mean shift tracking algorithm, kernel function window width automatic selection code, according to the target size changes in the width of the nuclear window, so that
  3. 所属分类:Special Effects

    • 发布日期:2017-12-13
    • 文件大小:12731
    • 提供者:kk
  1. meanshift,tracking

    0下载:
  2. meanshift均值平移跟踪算法中核函数窗宽的自动选取代码,根据目标大小变化核窗宽,使得当目标出现大小变化时准确跟踪到目标中心(Meanshift mean shift tracking algorithm, kernel function window width automatic selection code, according to the target size changes in the width of the nuclear window, so that when the
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-29
    • 文件大小:11264
    • 提供者:Momo@
  1. meanshift code

    0下载:
  2. Mean shift算法是传统的目标建模的方法,即对欲跟踪目标进行建模,然后通过匹配的方式寻找到下一帧中目标的位置。但它又与传统的盲搜不同,它利用相邻帧之间目标位置变化不大的特点,采用迭代逼近的方式提高算法的搜索速度。(The Mean shift algorithm is the traditional method of target modeling, which is to model the object to be tracked, and then to find the posi
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-27
    • 文件大小:19470336
    • 提供者:songshuai
« 1 2 3 4 5 6 7 89 »
搜珍网 www.dssz.com