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

搜索资源列表

  1. video-tracking-algorithm

    0下载:
  2. 完整的视频跟踪算法,有完整的标注,对理解整个程序有很大的帮助!-Complete video tracking algorithm, which is feasible, you can track the students to learn video great inspiration!
  3. 所属分类:Video Capture

    • 发布日期:2017-03-27
    • 文件大小:8078
    • 提供者:yaoqiuxiang
  1. opencv-tracking

    2下载:
  2. opencv 目标检测和跟踪 视频处理 程序-opencv tracking
  3. 所属分类:OpenCV

    • 发布日期:2017-05-30
    • 文件大小:12417356
    • 提供者:白晶晶
  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. kalman视频跟踪

    0下载:
  2. 有视频,有代码的kalman视频跟踪,能运行且效果很好。
  3. 所属分类:matlab例程

  1. 彩色目标跟踪

    0下载:
  2. 将采集的图像进行处理,通过圈画目标,来对移动目标实现跟踪。(The collected image is processed, and the moving target is tracked by circle painting target)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-20
    • 文件大小:4343808
    • 提供者:zjk1233zjk
  1. 多目标跟踪,opencv+vs(245022)

    0下载:
  2. 播放一段视频,将对视频中的多个运动目标进行检测和跟踪(By playing a video, you will detect and track multiple moving objects in the video)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-18
    • 文件大小:34547712
    • 提供者:kqz
  1. 基于帧差法多目标跟踪Matlab代码

    6下载:
  2. 非常完整的帧差法多目标跟踪Matlab代码,并提供了完整的文档介绍,非常适合初学者学习。注:运行时要改一下文件路径,以及把视频文件转成图像序列输入。(Very complete frame difference method, multi-target tracking Matlab code, and provides a complete documentation, very suitable for beginners to learn. Note: at run time, you c
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-18
    • 文件大小:31502336
    • 提供者:渐渐L
  1. Motion Detection

    0下载:
  2. 对视频中的运动目标进行检测、跟踪(附件中包含测试视频)(Moving objects in video are detected and tracked)
  3. 所属分类:视频捕捉/采集

    • 发布日期:2017-12-28
    • 文件大小:621568
    • 提供者:wangcy0301
  1. 程序与示例视频

    0下载:
  2. 可以实现视频中物体的跟踪,基本可以实现效果,但有待于改进(Object tracking in video can be achieved)
  3. 所属分类:视频捕捉/采集

    • 发布日期:2017-12-27
    • 文件大小:721920
    • 提供者:UPC小将
  1. matlab实现视频中动态目标跟踪

    0下载:
  2. 图片动态,对于动态目标进行跟踪,从而提取出来(Dynamic picture, dynamic target tracking, so as to extract)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-31
    • 文件大小:1347584
    • 提供者:文文呢
  1. 3.19 基于Kalman滤波的目标跟踪

    1下载:
  2. 3.19 基于Kalman滤波的目标跟踪,利用相关原理进行视频跟踪。。(3.19 target tracking based on Kalman filtering, using correlation principle for video tracking..)
  3. 所属分类:图形图象

    • 发布日期:2017-12-27
    • 文件大小:315392
    • 提供者:maggia
  1. 跟踪程序

    0下载:
  2. 本程序根据视频内目标的特性,对视频目标进行检测和跟踪,效果良好(This program according to the characteristics of the video target, video target detection and tracking, the effect is good)
  3. 所属分类:其他

    • 发布日期:2017-12-27
    • 文件大小:3649536
    • 提供者:honkto
  1. 视频匹配

    0下载:
  2. 连续采集图像和对物体进行跟踪,并输出物体的像素坐标(Continuous image acquisition and tracking of objects, and output pixel coordinates of the object)
  3. 所属分类:LabView编程

    • 发布日期:2017-12-31
    • 文件大小:67584
    • 提供者:桦哥
  1. opencv-多目标跟踪

    0下载:
  2. 基于opencv,对多个运动目标进行跟踪,工程已附带测试视频(Based on OpenCV, multiple moving targets are tracked, and the project has been attached to test video)
  3. 所属分类:OpenCV

    • 发布日期:2017-12-31
    • 文件大小:38946816
    • 提供者:曲折
  1. 多目标跟踪opencv

    0下载:
  2. 先用背景差分完成目标提取,将运动目标的相关信息放入到链表中,通过帧差完成对多目标的跟踪,达到实时性的要求 运动目标的相关信息存放于结构体中,可以在此基础上判断目标的动作行为跟踪基本框架,opencv编写,利用背景差分,质心法可以跟踪多个目标,并分配ID号,记录行动轨迹,可用于车辆道路等,大家可以参考学习下,效果有待改进,不同的视频会有不同的效果。(The relevant information of the moving object is stored in the structure.
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-08
    • 文件大小:40266752
    • 提供者:huahuahua
  1. 12_运动车辆检测跟踪系统

    0下载:
  2. 1.首先从文件菜单打开程序目录下的car.avi视频,系统将显示视频的第一帧。 2.点击背景提取菜单,稍后会提取出背景并显示在打开的第二个窗口中。 3.当提取出背景后,点击检测跟踪菜单,对车辆进行检测和跟踪。 4.点击轨迹绘制菜单,绘制车辆的轨迹。 注:由于使用OpenCV打开AVI视频文件需要视频解码器,故在程序运行前请在电脑上先安装DivX类型的的视频解码器,否则将出现无法打开文件的错误。本程序使用的是OpenCV2.1版本,在没有安装此版本软件的机器上运行时需要将cv210.d
  3. 所属分类:图形图象

    • 发布日期:2018-04-22
    • 文件大小:2857984
    • 提供者:woniu
  1. 运动目标的跟踪检测

    1下载:
  2. 这是用MATLAB程序实现视频中运动的目标的跟踪检测,并附有一个小视频(This is the realization of tracking and detecting moving objects in video with MATLAB program, with a small video.)
  3. 所属分类:图形图像处理

    • 发布日期:2018-05-01
    • 文件大小:624640
    • 提供者:凯撒11
  1. MATLAB程序视频中运动的目标的跟踪检测

    0下载:
  2. 视频中运动的目标的跟踪检测,检测各种视频运动中的目标。(Tracking detection of moving objects in video)
  3. 所属分类:软件工程

    • 发布日期:2018-05-03
    • 文件大小:620544
    • 提供者:crown202
  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. 帧间差法视频目标检测

    1下载:
  2. 基于帧间差分法的视频目标检测系统 运动目标自动检测是对运动目标进行检测、提取、识别和跟踪技术,在许多领域都有重要应用。使用帧间差分法设计并实现视频目标的检测系统(Video Target Detection System Based on Interframe Difference Method Moving object automatic detection is a technology of detecting, extracting, recognizing a
  3. 所属分类:其他

    • 发布日期:2019-12-31
    • 文件大小:637952
    • 提供者:展宇
« 1 2 34 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com