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

搜索资源列表

  1. Moving-target-detection--opencv

    0下载:
  2. 运动目标自动跟踪检测,选择一块区域,根据一些色差值等,检测相关点-Moving target tracking and detection automatically select an area, according to some color difference detection point
  3. 所属分类:OpenCV

    • 发布日期:2017-03-23
    • 文件大小:29245440
    • 提供者:朱隆兴
  1. blobtrack

    0下载:
  2. 基于opencv运动物体识别与跟踪的完整算法,进入主程序后须自己修改视频存放路径参数。-Complete algorithm based the opencv movement object recognition and tracking, into the main program have to modify the video storage path parameters.
  3. 所属分类:OpenCV

    • 发布日期:2017-11-10
    • 文件大小:7367322
    • 提供者:李云鹏
  1. mubiaogenzhong

    0下载:
  2. 很好的运动目标跟踪算法,可以学习使用,但是可能版本不兼容,基于camshift和mfc-Good moving target tracking algorithm, you can learn to use, but may Incompatible version, based on camshift and mfc
  3. 所属分类:Special Effects

    • 发布日期:2017-11-17
    • 文件大小:77484
    • 提供者:wjw
  1. blobtrack

    0下载:
  2. 团块视频运动物体跟踪,基础源代码,改进其算法,可在原有算法基础上添加-Clumps video moving object tracking, the underlying source code, to improve the algorithm can be added on the basis of the original algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-12-08
    • 文件大小:376366
    • 提供者:baoweiqi
  1. ghk_tracker

    0下载:
  2. 基于matlab语言的αβγ滤波器的一种经典代码,适用于恒定加速度的运动雷达目标跟踪-A classic code based on Matlab language αβγ filter, suitable for constant acceleration motion radar target tracking
  3. 所属分类:matlab

    • 发布日期:2017-11-23
    • 文件大小:564
    • 提供者:Wayne
  1. CAMSHIFT-

    0下载:
  2. camshift算法的运动目标检测与跟踪代码(VC++)-the Camshift algorithm of moving target detection and tracking code (VC++)
  3. 所属分类:OpenCV

    • 发布日期:2017-11-11
    • 文件大小:6557
    • 提供者:鲍鹏宇
  1. IMM

    4下载:
  2. 使用IMM(交互式多模型)跟踪平面内匀速直线运动和协调转弯组合的机动目标-tracking CV and CT target by using IMM model
  3. 所属分类:Other systems

    • 发布日期:2017-11-23
    • 文件大小:3738
    • 提供者:chenlei
  1. opencv

    0下载:
  2. 本系统主要实现视频中运动目标的跟踪,通过VC++开发工具构建一个目标跟踪软件系统。给定一段视频,使用OpenCV视觉库和Camshift算法来检测视频中运动的目标,借助计算机强大的计算能力和视频处理技术的结合,实现对视频场景中目标进行检测、识别、跟踪。-failed to translate
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-22
    • 文件大小:996415
    • 提供者:贾昆明
  1. kalman-vedio

    0下载:
  2. 此方法为kalman视频跟踪,可以实现运动物体的检测及跟踪-This method for the Kalman video tracking, can realize the detection and tracking of moving object
  3. 所属分类:ELanguage

    • 发布日期:2017-11-17
    • 文件大小:1219253
    • 提供者:王慧
  1. kalman-human-tracking

    0下载:
  2. 运动目标跟踪 matlab, 准确、有效-kalman human tracking.rar
  3. 所属分类:Special Effects

    • 发布日期:2017-11-24
    • 文件大小:3043573
    • 提供者:hanfen
  1. add-myblobtrack

    0下载:
  2. opencv实现运动物体跟踪,如果opencv提供的模块不够,则需要亲自动手写一个自己的模块。-use opencv to track the target,if there no enough block,than we need add my own block.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-11-14
    • 文件大小:9350
    • 提供者:zhang
  1. Lizilvbogenzong

    0下载:
  2. 提出了一种基于粒子滤波的自适应运动目标跟踪方法。均值漂移算法是一种最优梯度下降法,通过 迭代来搜索目标,从而实现对运动目标的跟踪。-Adaptive moving target tracking method based on particle filter. The mean-shift algorithm is an optimal gradient descent method, through an iterative search for the target in order t
  3. 所属分类:software engineering

    • 发布日期:2017-11-14
    • 文件大小:555164
    • 提供者:阴天
  1. particle

    0下载:
  2. OpenCV2.4.4+Visual Studio2008环境下基于particleflitter的运动目标跟踪源代码,内含检测sample。-Source code about moving object detection based on particle flitter,built with OpenCV2.4.4&Visual Studio2008 environment.
  3. 所属分类:OpenCV

    • 发布日期:2017-11-20
    • 文件大小:17666424
    • 提供者:Zion
  1. FixedCamShift

    0下载:
  2. 改进后的Camshift算法(连续自适应的MeanShift算法),是将OpenCV中的Camshift背景检测和前景检测以及运动目标跟踪过程经过修改之后的代码。-FixedCamshift algorithm (the continuous adaptive MeanShift algorithm), is the Camshift background OpenCV detection and prospects for detection and moving target trackin
  3. 所属分类:OpenCV

    • 发布日期:2017-11-22
    • 文件大小:6300490
    • 提供者:Zion
  1. Kalman-Fliter-lee

    0下载:
  2. 卡尔曼滤波器,对运动目标进行跟踪和预测,希望对大家有帮助-Kalman filter, the moving target tracking and forecasting, we hope to help
  3. 所属分类:source in ebook

    • 发布日期:
    • 文件大小:695
    • 提供者:周立
  1. jiance

    0下载:
  2. 基于视频的背景差分法检测跟踪运动车辆,内有程序和视频-Video-based background subtraction method detecting and tracking moving vehicles, there are procedures and video
  3. 所属分类:Special Effects

    • 发布日期:2017-11-13
    • 文件大小:802816
    • 提供者:田静
  1. run

    0下载:
  2. 基于视频的帧间差分法检测跟踪运动车辆,内有程序和视频-Video-based frame difference method for detecting and tracking moving vehicles, there are procedures and video
  3. 所属分类:Special Effects

    • 发布日期:2017-11-16
    • 文件大小:802321
    • 提供者:田静
  1. c

    0下载:
  2. 基于视频图像处理技术的运动车辆检测与跟踪算法研究-Moving vehicle detection and tracking algorithm based on video image processing technology
  3. 所属分类:Software Testing

    • 发布日期:2017-11-27
    • 文件大小:10765239
    • 提供者:田静
  1. blobtrack

    0下载:
  2. opencv中的团块跟踪法,可用于运动物体的跟踪-bolbtrack is a method of tracking in opencv
  3. 所属分类:OpenCV

    • 发布日期:2017-11-12
    • 文件大小:2642612
    • 提供者:rss
  1. meanshift

    0下载:
  2. 用Mean-Shift算法实现运动目标的跟踪,同时也实现了运动目标的检测-Moving target tracking using Mean-Shift algorithm, but also realize the moving target detection
  3. 所属分类:software engineering

    • 发布日期:2017-11-26
    • 文件大小:6944244
    • 提供者:sunny
« 1 2 ... 42 43 44 45 46 4748 49 50 »
搜珍网 www.dssz.com