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

搜索资源列表

  1. Vshipinni

    0下载:
  2. 视频运动目标检测,包括背景预测法目标检测和帧间差分法目标检测,,Meam Shift目标跟踪和多目标重心法跟踪,内含演示说明。 -Video moving target detection, including background prediction target detection and inter-frame difference method for target detection, target tracking and multi-objective, Meam the S
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-14
    • 文件大小:3110156
    • 提供者:dep
  1. Mtarget_extrao

    0下载:
  2. 运动目标检测 基于运动目标的外外接矩形框的检测跟踪可直接使用。 -Moving target detection is based on the outside of the moving target boundingbox detection and tracking can be used directly.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:1343
    • 提供者:dep
  1. imovving_and_n

    0下载:
  2. 里边包含了目前最常用的运动目标检测与跟踪的代码,有lk、meamshifft还有摄相机加采集卡的图像在Visual C++里显示出来。 已通过测试。 -Contains the most commonly used in moving target detection and tracking code inside lk meamshifft camera and capture card images are displayed in Visual C++. Has been teste
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:8690
    • 提供者:victim
  1. VideoDetect

    0下载:
  2. 基于OpenCV的简易目标检测跟踪程序,能够实现对每帧视频的连续编号截图,可以实现键盘对视频播放的控制,能对每一视频帧生成包含运动目标区域的前景图像,采用某种策略实现对运动目标的跟踪,并用矩形框+编号将运动目标标出。-A simple target detection program base on OpenCV , which can numbered consecutively for each frame of video screenshots, keyboard control the
  3. 所属分类:OpenCV

    • 发布日期:2017-05-21
    • 文件大小:6152853
    • 提供者:肖帅
  1. VVideoTracki

    0下载:
  2. 视频运动目标检测和跟踪,在vc6.0下调试通过,测试的视频必须是非压缩的AVII视频内容包括视频运动目标的检测,对检测的目标利用MeanShift算算法实现跟踪 -Video moving target detection and tracking in vc6.0 debugging by video of the test must be non-compressed the AVII video content, including video moving target detect
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-24
    • 文件大小:92581
    • 提供者:l2003l
  1. object-detection

    0下载:
  2. 关于目标检测的硕士论文,采用了三帧差分的方法来获取运动目标,然后采用CAM_shift的方法对运动目标进行跟踪。-Master' s thesis on target detection the three differential method to obtain the moving target, and then using CAM_shift methods to track the moving target.
  3. 所属分类:Special Effects

    • 发布日期:2017-11-22
    • 文件大小:827561
    • 提供者:fd
  1. tracker

    0下载:
  2. 运动目标检测和跟踪,基于粒子的跟踪模型算法;matlab程序-Moving target detection and tracking based on particle tracking model algorithm matlab program
  3. 所属分类:Special Effects

    • 发布日期:2017-11-25
    • 文件大小:1676
    • 提供者:黄文路
  1. moving_and_tracking

    0下载:
  2. 最常用的运动目标检测与跟踪的代码,基本的算法实现,C++6.0实现-The most commonly used moving target detection and tracking code, the basic algorithm, C++6.0 achieve
  3. 所属分类:Graph Recognize

    • 发布日期:2017-11-26
    • 文件大小:8817
    • 提供者:guoguo
  1. MotionPDetection

    0下载:
  2. 运动目标检测与跟踪的matlab代码,包含实验数据,代码解释。有助于行人检测,智能交通,视频监控等领域的研究。-Moving target detection and tracking matlab code, contains the experimental data, code interpreter. To help pedestrian detection, intelligent transportation, video surveillance, and other areas
  3. 所属分类:matlab

    • 发布日期:2017-11-17
    • 文件大小:1209644
    • 提供者:闪米德
  1. tracking

    0下载:
  2. 目标跟踪,视频中的运动目标检测与跟踪,matlab 代码,简单易懂-object tracking.motive object detection and tracking in videos.
  3. 所属分类:matlab例程

    • 发布日期:2013-04-16
    • 文件大小:94250
    • 提供者:易扬
  1. Real-Time_Compressive_Tracking

    0下载:
  2. 关于运动目标检测与跟踪最新的算法 其效果比之前的跟踪算法好很多-The effect of moving target detection and tracking algorithm is much better than before the tracking algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-11-15
    • 文件大小:1187104
    • 提供者:李凯
  1. Tracker

    0下载:
  2. 以图片匹配的方式进行运动目标检测与跟踪(目标定位、匹配、跟踪)-Picture matching detection and tracking of moving targets (Target, matching, tracking)
  3. 所属分类:Special Effects

    • 发布日期:2017-11-28
    • 文件大小:5752942
    • 提供者:Can
  1. demo

    0下载:
  2. 智能运动目标检测,异常行为检测的实现,以及对异常行为的检测跟踪-Digital image processing common problems and programming skills assembly
  3. 所属分类:Special Effects

    • 发布日期:2017-12-06
    • 文件大小:650052
    • 提供者:邢延生
  1. Video-Demo

    0下载:
  2. VC++视频图像运动目标检测,视频演示算法包括: 1. 静态背景下的背景预测法目标检测 2. 静态背景下帧间差分法目标检测 3. Mean Shift目标跟踪方法 4. 重心多目标跟踪方法 视频只限于RGB非压缩Windows AVI格式-VC++ video image moving target detection, video presentations algorithm including: 1. The background prediction target d
  3. 所属分类:Special Effects

    • 发布日期:2017-11-13
    • 文件大小:103700
    • 提供者:yangdong
  1. car_motion_detect

    0下载:
  2. 基于视频的运动目标检测和跟踪----主程序-Based on moving target detection and tracking of the video- the main program
  3. 所属分类:OpenCV

    • 发布日期:2017-11-22
    • 文件大小:2457
    • 提供者:郭志明
  1. jisi

    0下载:
  2. 运动目标的检测是视频处理过程中后续跟踪技术的基础,其检测结果的好坏直接关系到能否跟踪到运动目标及跟踪准确度问题。运动目标的检测就是从机器视觉系统获取的序列图像中把前景,运动,目标分割提取出来的过程。本文描述了机器视觉中运动目标检测的主要方法
  3. 所属分类:Special Effects

    • 发布日期:2017-11-17
    • 文件大小:1491
    • 提供者:kaidi
  1. opencv

    0下载:
  2. 关于运动目标的跟踪检测算法,CAMSHIFT经典算法,对研究这一领域的技术十分重要-Tracking moving targets detection algorithm, CAMSHIFT classical algorithm, the study of technology in this field is very important
  3. 所属分类:OpenCV

    • 发布日期:2017-11-27
    • 文件大小:14042
    • 提供者:朱隆兴
  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. CAMSHIFT-

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

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

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

    • 发布日期:2017-11-22
    • 文件大小:996415
    • 提供者:贾昆明
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 15 16 »
搜珍网 www.dssz.com