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

搜索资源列表

  1. 视频跟踪源码

    0下载:
  2. 所属分类:图形图象

    • 发布日期:2008-11-23
    • 文件大小:40969
    • 提供者:shootyou25
  1. matlab.rar

    0下载:
  2. 本文对视频运动目标跟踪算法进行研究。在视频运动目标的提取中,介绍常用的图像差分算法、光流算法和主动轮廓模型算法。,In this paper, the video moving target tracking algorithm study. Video moving target in the extraction, the introduction of images commonly used differential algorithm, optical flow algorithm a
  3. 所属分类:matlab

    • 发布日期:2017-05-14
    • 文件大小:3659937
    • 提供者:于晓辉
  1. DONG

    1下载:
  2. 使用时间差分法检测一段AVI视频中的运动目标,用矩形框标示出来,需要使用OPENCV-Use of time to detect a difference in the moving object AVI video with a rectangular box, marked out, need to use OPENCV
  3. 所属分类:Windows Develop

    • 发布日期:2014-08-18
    • 文件大小:10167523
    • 提供者:老董
  1. VideoDemo

    0下载:
  2. 视频图像目标跟踪代码,基于图像差分和MeanShift-Video tracking code, based on image difference and MeanShift
  3. 所属分类:Special Effects

    • 发布日期:2017-05-13
    • 文件大小:3110669
    • 提供者:杜骞
  1. VideoDemo

    0下载:
  2. 视频演示算法包括,1. 静态背景下的背景预测法目标检测。 静态背景下帧间差分法目标检测Mean Shift目标跟踪方法 重心多目标跟踪方法。该框架支持的视频只限于RGB非压缩Windows AVI格式,可以通过“文件”菜单下打开视频来打开视频文件。-Video presentation algorithms, including, 1. Static background background prediction target detection. Static background fram
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-05-13
    • 文件大小:3109337
    • 提供者:安红
  1. detection

    4下载:
  2. 基于帧间差分法的运动目标检测程序,可以直接使用,付视频-Frame difference method based on motion detection program that can be used directly
  3. 所属分类:matlab

    • 发布日期:2016-04-17
    • 文件大小:620544
    • 提供者:cicc
  1. frame-difference-method-

    1下载:
  2. 帧间差分法处理图像视频,可用于运动目标的检测-Image processing video frame difference method can be used for the detection of moving targets
  3. 所属分类:matlab

    • 发布日期:2016-04-17
    • 文件大小:1024
    • 提供者:李绅
  1. dspmotion

    0下载:
  2. 基于背景差分法和帧间差分法的视频运动检测-Based on background difference and frame difference method of video motion detection
  3. 所属分类:software engineering

    • 发布日期:2017-04-07
    • 文件大小:844092
    • 提供者:梁晓枫
  1. Lai

    0下载:
  2. 追踪视频流中的运动轨迹,运用背景差分。视频名称和类型可自行命名,-Tracking the trajectory of the video stream, using the background subtraction
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:589
    • 提供者:Lai Wei
  1. Frame-difference-Detection

    1下载:
  2. 很好的基于帧间差分的目标跟踪检测算法matlab代码,里面含有测试视频!-Good target tracking based on frame difference detection algorithm matlab code, which contains a test video!
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:1196548
    • 提供者:胡博
  1. 7

    0下载:
  2. 帧间差分法 基于背景重构的目标检测,内附检测视频序列 -Inter-frame difference method based on background reconstruction target detection, detection of video sequences containing
  3. 所属分类:Special Effects

    • 发布日期:2017-04-11
    • 文件大小:1191
    • 提供者:孙宁
  1. 差分多目标跟踪

    0下载:
  2. 本程序用于视频处理,采用差分算法的多目标跟踪,是在matlab下实现的
  3. 所属分类:Windows编程

  1. bgkVC6.0

    0下载:
  2. 可以很好进行背景差分,使用的是vc6.0软件加opencv1.0版本 ,读取的视频是avi格式的(background test vc6.0)
  3. 所属分类:其他

    • 发布日期:2017-12-25
    • 文件大小:4519936
    • 提供者:臭妞
  1. 帧差法

    1下载:
  2. 基于帧间差分法提取视频前景目标的matlab程序,(Foreground target extraction based on inter frame difference)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-28
    • 文件大小:1024
    • 提供者:呆呆70
  1. OTSU

    0下载:
  2. 视频处理中的类间最大差分法,进行图像分割,为后续处理准备。(Video processing in the class of the maximum difference between the method of image segmentation, preparation for the follow-up.)
  3. 所属分类:图形图象

  1. background

    0下载:
  2. 使用背景差分法实现一般视频的前景运动目标提取和检测。(The background difference method is used to realize the extraction and detection of the foreground moving target in the general video.)
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-06
    • 文件大小:955392
    • 提供者:银角大王
  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. Frame difference-based foreground extraction

    0下载:
  2. 基于帧差分法的视频前景提取,在matlab环境中运行,速度快,静态背景下效果好(Video foreground extraction based on frame difference method)
  3. 所属分类:Windows编程

    • 发布日期:2018-01-08
    • 文件大小:10240
    • 提供者:solitairelee89
  1. test2

    3下载:
  2. 对视频序列中的运动目标进行检测与跟踪,动目标检测部分采用背景差分法,跟踪部分采用卡尔曼滤波,检测结果用红色外接矩形框表示,跟踪结果用绿色矩形框表示 2、采用平均背景法更新背景图像。(The moving target in the video sequence is detected and tracked, the moving target detection part uses the background difference method, the tracking part uses
  3. 所属分类:图形图像处理

    • 发布日期:2019-04-30
    • 文件大小:614400
    • 提供者:w840837763
  1. 帧差法

    1下载:
  2. 帧差分法实现视频运动的检测,能够标记处检测的轮廓(Frame difference method realizes the detection of video motion, and can detect the outline at the mark.)
  3. 所属分类:文章/文档

    • 发布日期:2021-03-22
    • 文件大小:932864
    • 提供者:今天没吃药
« 1 23 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com