CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - 帧差 背景

搜索资源列表

  1. Improve-three-frame-diff

    0下载:
  2. 三帧差改进,对背景更新部分进行改进,同时结合三帧法优点。-Three poor improvements to the background update some improvements, combined with the three laws advantages.
  3. 所属分类:OpenCV

    • 发布日期:2017-06-18
    • 文件大小:27665751
    • 提供者:方林
  1. affaffa

    0下载:
  2. 该程序是帧差法和背景法相结合的一种方法,非常新颖-The program is the frame difference method and the background of a combined approach, a very novel
  3. 所属分类:Graph program

    • 发布日期:2017-04-13
    • 文件大小:1909
    • 提供者:ly8Xi
  1. bkgrd

    0下载:
  2. 利用背景建模检测运动物体。逐帧读取视频,根据帧差法来实现。-The use of background modeling moving object detection. Read video frame by frame, in accordance with the frame difference method to achieve.
  3. 所属分类:Graph program

    • 发布日期:2017-04-08
    • 文件大小:1643
    • 提供者:lastye
  1. zhenchafa

    0下载:
  2. 视频读取及基于帧差法的背景提取,matlab代码运行-Read and extract video frame difference method based on background, matlab code to run
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:30728
    • 提供者:
  1. main_detect

    0下载:
  2. 利用异或帧差进行运动检测,其中异或策略可以去除背景干扰-Use XOR frame difference motion detection, which can be removed XOR policy background interference
  3. 所属分类:Special Effects

    • 发布日期:2017-04-11
    • 文件大小:677
    • 提供者:张奇夫
  1. background

    0下载:
  2. 使用帧差法进行视频背景提取,高斯背景建模。 serendra背景更新,用第一帧做背景进行更新-Video background extracted using frame difference, Gaussian background modeling. serendra background updating, with the first frame to do a background update
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-02
    • 文件大小:621738
    • 提供者:李伯尧
  1. loci

    0下载:
  2. 实现用帧差法画质心轨迹 高斯背景建模 可以运行的程序 opencv-Picture frame difference method implemented by the loci of Gaussian background modeling
  3. 所属分类:OpenCV

    • 发布日期:2017-06-16
    • 文件大小:25269716
    • 提供者:邹晓阳
  1. sanzhenchafen

    0下载:
  2. 三帧差分算法是相邻两帧差分算法的一种改进方法,它选取连续三帧视频图像进行差分运算,消除由于运动而显露背景影响,从而提取精确的运动目标轮廓信息。该算法的基本原理是是先选取视频图像序列中连续三帧图像 并分别计算相邻两帧的差分图像,然后将差分图像通过选取适当的阈值进行二值化处理,得到二值化图像,最后在每一个像素点得到的二值图像进行逻辑与运算,获取共同部分,从而获得运动目标的轮廓信息。-Three differential algorithm is an improved method of two
  3. 所属分类:Special Effects

    • 发布日期:2017-05-15
    • 文件大小:4022603
    • 提供者:陈斌
  1. meanshift-tracking

    0下载:
  2. 主要思想是用meanshift算法跟踪目标,拖动矩形框选择目标模板,meanshift自动跟踪 本程序的主要缺陷体现在帧差法自动识别目标,这部分功能与上一个功能独立,可用可不用,用于自动识别目标,效果不是很好,主要体现在对图像视频的要求是 背景(目标以外的所有事物)不能动-The main idea is to use meanshift algorithm to track the target and drag a rectangle to select the target templ
  3. 所属分类:Special Effects

    • 发布日期:2017-05-23
    • 文件大小:7600315
    • 提供者:dengjianyuan
  1. motion

    0下载:
  2. 帧差法实现静态背景下运动目标的检测,并显示运动目标的边界-Achieve detection of moving targets under static background frame difference and show the boundaries of moving targets
  3. 所属分类:Special Effects

    • 发布日期:2017-05-16
    • 文件大小:3699317
    • 提供者:lei
  1. sanzhengchafen

    0下载:
  2. 这是一个三帧差分程序,可以用于背景检测和目标检测。-it is very use
  3. 所属分类:Special Effects

    • 发布日期:2017-04-11
    • 文件大小:953
    • 提供者:廖萌萌
  1. framedifference

    0下载:
  2. 帧差法运动检测中提取背景的matlab代码 -Motion detection to extract the background frame differential method of matlab code
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-12
    • 文件大小:971
    • 提供者:管春苗
  1. backgroundtest3

    0下载:
  2. 基于MATLAB下的背景差分算法,通过第一帧和中间帧以及最后帧得出背景。-Based on the background subtraction algorithm under the matlab programming language, through the first frame and the middle frame and the last frame background.
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-11
    • 文件大小:823
    • 提供者:huiyun
  1. frame_diif_complied_goundback_diff

    0下载:
  2. 利用帧差法实现图像目标的检测,背景不变的情况下效果较好-The use of the image frame difference method to achieve the goal of detecting, in the context of unchanged better
  3. 所属分类:Special Effects

    • 发布日期:2017-04-14
    • 文件大小:3863
    • 提供者:付红霞
  1. code

    2下载:
  2. 用了三帧差分法、背景差分法来辨别图片中的运动物体,包含了报告和算法说明-Spent three difference method, background subtraction method to identify pictures of moving objects, including a descr iption of the report and algorithms
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-06-14
    • 文件大小:20910325
    • 提供者:吕安
  1. zhencha

    0下载:
  2. 通过帧差法实现目标背景分离,提取移动目标-Achieve background frame differential method through separation, extraction of moving targets
  3. 所属分类:OpenCV

    • 发布日期:2017-05-28
    • 文件大小:10927469
    • 提供者:zzz
  1. three-difference-method

    0下载:
  2. 基于背景差分法。本程序使用的三帧差分法。实现对目标进行跟踪计数。-Based on background subtraction. The program uses three difference method. Track to achieve the goal counted.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-15
    • 文件大小:7058
    • 提供者:wang
  1. Target-detection

    1下载:
  2. 本文选用了背景减法、帧间差分法和光流法。背景减法是通过将当前帧与背景帧相减得出灰度差值并将此差值与阈值比较判断是否有运动目标。-This paper chose the background subtraction and frame difference method and optical flow method.Background subtraction is through to the current frame and background frame subtraction gr
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-26
    • 文件大小:402770
    • 提供者:周文涛
  1. finalcode

    0下载:
  2. 基于帧差法的运动目标检测,可以实现静止背景下的运动目标检测-Based Moving Target Detection frame difference can be achieved moving target detection under static background
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:1020
    • 提供者:zhaoc
  1. jj

    0下载:
  2. 三帧差法的实现,用于动态目标检测,分出背景和前景-Three implementation of frame differential method for dynamic target detection, the background and foreground
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:531
    • 提供者:liucan
« 1 2 3 4 56 7 8 9 10 »
搜珍网 www.dssz.com