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

搜索资源列表

  1. 基于OPENCV的视频帧差法的实现

    2下载:
  2. 基于OPENCV的视频帧差法的实现,用来进行运动目标检测与跟踪的研究,OPENCV the video frame based on the realization of difference method is used for moving target detection and tracking of
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2013-11-15
    • 文件大小:422802
    • 提供者:winnershu
  1. GMM

    2下载:
  2. 本代码建立高斯混合模型(高斯多模型)(GMM),将其用于计算机视觉领域的视频目标检测/视频监控/运动检测/运动目标检测/视频目标跟踪等相关应用中。-This code sets up Gaussian mixture model(Gaussion Mixture Model, GMM) with image sequences for the research and application field of computer vision, using GMM for visual objec
  3. 所属分类:Special Effects

    • 发布日期:
    • 文件大小:16296
    • 提供者:朱亮亮
  1. targets-detection-and-tracking

    2下载:
  2. 基于vc++6.0+opencv的运动目标的检测与跟踪,包括一个小车视频,主要功能是在噪声、静止背景下实现运动目标的检测-Vc++6.0+ opencv-based moving target detection and tracking, including a car video, the main function is in the noise, static background detection of moving objects
  3. 所属分类:OpenCV

    • 发布日期:2012-11-05
    • 文件大小:2745125
    • 提供者:李静
  1. motion-tracking-system-

    1下载:
  2. 本文分析比较了传统运动目标检测的3种主要方法:背景图像差分法、时态差分法和光流法,在此基础上给出了一种背景图像预测算法,大大减少了因为背景变化而产生的目标检测误差。本文基于OpenCV设计出改进的运动目标检测与跟踪算法,实现了运动目标的跟踪,并在VC++编译环境下,利用USB摄像头作为视频采集器,通过观察实验结果可以看出,本文的运动目标检测算法能够正确地检测出视频图像中的运动目标,而且在检测性能上优于普通的自适应背景差分法。 -OpenCV-based motion tracking sys
  3. 所属分类:OpenCV

    • 发布日期:2017-04-09
    • 文件大小:1062384
    • 提供者:mei88
  1. VideoProcess

    0下载:
  2. 关于视频的课件,内容全面,包括:视频的各种编码,目标检测,目标运动估计,目标跟踪,视频建模等。-On the video courseware, comprehensive, including: a variety of video encoding, target detection, target motion estimation, target tracking, video modeling.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-26
    • 文件大小:9079815
    • 提供者:陈平
  1. detection

    1下载:
  2. 里面是10篇关于智能视频监控中运动目标检测,识别,跟踪等的文章,还包含了两篇关于人运动检测识别的综述,希望对大家能有所帮助。-There is a 10 on the intelligent video surveillance in moving target detection, identification, tracking and other articles, also includes two on human motion detection to identify a synt
  3. 所属分类:Video Capture

    • 发布日期:2016-05-07
    • 文件大小:723970
    • 提供者:
  1. target-detection

    0下载:
  2. 基于视频的目标检测跟踪的研究与实现 详细讲述了各种运动目标检测方法 光流法 帧差法-Video-based target detection and implementation of follow-up study to describe in detail the various methods of moving target detection method optical flow frame-difference method
  3. 所属分类:Project Design

    • 发布日期:2017-04-09
    • 文件大小:3081471
    • 提供者:jinyadong
  1. tuxiangchuli

    0下载:
  2. 提出一种视频序列中人体运动目标的精确检测、提取以 跟踪算法。-picture follow
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-12
    • 文件大小:2697588
    • 提供者:yuxianli
  1. Tracking

    0下载:
  2. 视频监控系统下的多目标跟踪,将运动分类和跟踪结合在一起,使用FCM进行聚类。-Video surveillance system under the multi-target tracking, classification and tracking the movement combined with the use of FCM clustering.
  3. 所属分类:Video Capture

    • 发布日期:2017-03-29
    • 文件大小:161839
    • 提供者:曹妍妍
  1. videosegmentation

    0下载:
  2. 结合了背影恢复技术和目标跟踪技术进行视频分割算法,分背景重建、运动目标提取、跟踪技术的使用和后处理4个步骤-Combined with the back of recovery techniques and target tracking technology for video segmentation algorithm, sub-background reconstruction, moving object extraction, tracking the use and post-pr
  3. 所属分类:Development Research

    • 发布日期:2017-03-31
    • 文件大小:158547
    • 提供者:曹妍妍
  1. 090530

    0下载:
  2. 视频序列中运动目标的跟踪是智能视频监控领域中的一项重要问题,目标跟踪就是建立视频序列的不同帧中目标的对应关系。针对现有方法目标特征信息考虑不足的缺陷,提出一种基于特征匹配的目标跟踪方法。实验结果表明,所提方法在实时性的前提下,可以实现运动目标的准确跟踪。-Video sequences of moving target tracking is the intelligent video surveillance in the field of an important issue, target
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:400792
    • 提供者:黄文伟
  1. blobtrack

    1下载:
  2. 针对在复杂背景中检测出多批特定运动目标并实施分配批号实行标记跟踪,本文利用OpenCV的运动物体跟踪的数据结构、函数以及基本框架,建立了一个由人机交互界面模块;运动物体的前景检测模块;运动物体的团块特征检测模块;运动物体的团块跟踪模块轨迹生成模块;轨迹后处理模块组成的视频图像运动目标分析系统。-Aim at detecting,tracking and marking multipule specific targets in complex background.We use the ba
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-27
    • 文件大小:8200
    • 提供者:曾雯
  1. MoveTrace

    0下载:
  2. 实现用摄像头读取视频或者播放视频,并对视频中的运动目标进行检测和跟踪-Achieved with a video camera to read or play the video, and video of the moving target detection and tracking
  3. 所属分类:Video Capture

    • 发布日期:2017-04-03
    • 文件大小:31575
    • 提供者:王婷
  1. Videotargettracking

    0下载:
  2. Mean Shift方法目标跟踪方法该算法为均值平移法目标跟踪,您可以通过打开演示视频“静态背景运动目标.avi”文件演示该算法。算法需要提供预跟踪目标所在的位置及大小,程序默认提供了该演示视频目标所处的位置。若使用其他视频演示该算法,则必须手工指定目标的位置及大小。 -Mean Shift method of target tracking algorithm for the mean shift tracking method, you can open a demo video &qu
  3. 所属分类:Video Capture

    • 发布日期:2017-05-15
    • 文件大小:3779979
    • 提供者:王华
  1. wersf

    0下载:
  2. 智能视频监控是利用计算机视觉技术对摄像机采集的视频数据进 行分析、理解,并以此为基础对视频监控系统进行控制。由于单个摄 像机都视野域有限,监控大范围场景时需要使用多摄像机系统。智能 视频跟踪系统中多个摄像机的使用有利于解决遮挡问题,场景混乱、 环境光照突变情况下的运动目标跟踪等问题。 而且基于多摄像机的视 频跟踪在高级人机交互、视频会议、医疗诊断以及基于内容的存储与 检索等方面有广泛的应用前景和潜在的经济价值-Intelligent video surveillance
  3. 所属分类:Video Capture

    • 发布日期:2017-03-26
    • 文件大小:666740
    • 提供者:sqd
  1. video-detection-motion-tracking

    0下载:
  2. VC编写,应用opencv开源库的视频运动目标跟踪程序,其算法是基于视频采集角点滤波-VC prepared the application opencv open source library of video moving target tracking procedures, the algorithm is based on the video capture corner filter
  3. 所属分类:Video Capture

    • 发布日期:2017-05-25
    • 文件大小:8593690
    • 提供者:eccrjbsat
  1. mean-shift

    0下载:
  2. 基于meanshift/camshift的视频运动目标跟踪实现,通过鼠标手动选择跟踪目标。基于HSV空间模型,可手动调节H S V的阈值,显示前景、背景、反响投影图。开发工具是VS2008、OPENCV.-Based meanshift/camshift video moving target tracking achieved manually using the mouse to select the target track. HSV space model, you can manual
  3. 所属分类:Special Effects

    • 发布日期:2017-05-30
    • 文件大小:12669627
    • 提供者:坎启娇
  1. test

    0下载:
  2. 自己在写论文中写的小实验,视频运动目标跟踪,比较简单,适合初学者,有一定启发作用-Write your own writing papers in a small experiment, the video moving target tracking, relatively simple, suitable for beginners, there are some instructive
  3. 所属分类:OpenCV

    • 发布日期:2017-05-25
    • 文件大小:7693190
    • 提供者:赵鹏
  1. TestVideo3

    0下载:
  2. 通过输入一个视频,实现视频中的运动目标跟踪,视频路径可改。(Moving object tracking)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-24
    • 文件大小:11620352
    • 提供者:kqz
  1. 运动视频检测——彩色跟踪 轨迹显示

    1下载:
  2. 运动视频中队选定目标的运动轨迹跟踪,并显示出轨迹(In motion video, the trajectory of the selected target is tracked and the track is displayed)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2019-07-17
    • 文件大小:626688
    • 提供者:千乘
« 1 23 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com