CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 图形图像处理(光照,映射..) 搜索资源 - opencv background subtraction

搜索资源列表

  1. literature

    0下载:
  2. Image Processing Background Subtraction Opencv Maunal
  3. 所属分类:Special Effects

    • 发布日期:2017-06-20
    • 文件大小:32041620
    • 提供者:Raavana
  1. backgroundSubtraction_v0

    0下载:
  2. 基于graphcut的背景建模程序,其中具备阴影去除功能,建模时对rgb三个颜色通道进行了高斯模型训练。程序需要OpenCV 1.0 的支持。-This is a C implementation of background subtraction given a set of background frames as a training set.The background model is per-pixel RGB space Gaussian, assuming independenc
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:14808
    • 提供者:taotaoking
  1. people-counting-opencv

    0下载:
  2. Change detection by background subtraction is a common approach to detect moving foreground. The resulting difference image is usually thresholded to obtain objects based on pixel connectedness and resulting blob objects are subsequently trac
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:654070
    • 提供者:marco
  1. bk

    0下载:
  2. 该程序利用opencv图像处理库编写了用于检测运动目标的程序。采用的目标提取算法是背景减除法-The program using opencv image-processing library was prepared for the detection of moving targets in the process. Object extraction algorithm used in background subtraction method are
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:1335
    • 提供者:panda
  1. framebyframe

    0下载:
  2. A simple background subtraction based code for human detection. requires opencv library.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:1696
    • 提供者:niken15
  1. OpenCV_forward_backwrd_MHI

    0下载:
  2. Forward-Backward MHI(前后向运动历史图)是一个快速有效的运动目标检测方法,本程序正是实现2006年Zhaozheng Yin and Robert Collins的“Moving Object Localization in Thermal Imagery by Forward-backward MHI”文献中的方法。此程序可以很方便的对该方法的优缺点作出评判。给运动目标检测器的选择提供了除“帧间差”和“背景相减”外的又一方法。 本程序基于OpenCV。-Forwar
  3. 所属分类:Special Effects

    • 发布日期:2017-05-17
    • 文件大小:4928914
    • 提供者:huangjian
  1. BGS_Code

    0下载:
  2. 多种背景减除工具,基于OPENCV,简单好用-background subtraction code in multiple methods and easy for using.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-17
    • 文件大小:107650
    • 提供者:李二傻
  1. ASD

    0下载:
  2. 采用 背景差分法快速检测运动目标的 算法 背景差分 opencv c-Rapid detection by background subtraction algorithm for moving target background subtraction opencv c++
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:1077
    • 提供者:王延成
  1. Camshift2.0

    0下载:
  2. 基于opencv,结合背景差法和camshift算法实现对运动物体的检测与跟踪,毕设时做的,效果不错。-Based opencv, combined the background subtraction camshift algorithm detection and tracking of moving objects, the complete set up to do, good results.
  3. 所属分类:Special Effects

    • 发布日期:2017-11-30
    • 文件大小:34555629
    • 提供者:王博
  1. HumanDetec

    0下载:
  2. opencv接口,sobel算子和背景差分算法得到简单背景下实现运动物体的检测-opencv interfaces, sobel operator and background subtraction algorithm is simple backdrop for moving object detection
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:1567
    • 提供者:jackey
  1. imageROI

    0下载:
  2. opencv背景减除程序,读取视频前30帧为基础检索背景-opencv background subtraction procedure, 30 video-based retrieval before reading the background
  3. 所属分类:Special Effects

    • 发布日期:2017-05-17
    • 文件大小:4279824
    • 提供者:zbq
  1. bgslibrary_x86_v1.9.2

    0下载:
  2. bgslibrary_x86_v1.9.2,是MFC的实现文件,包含37种背景减除算法,对于做目标提取的研究非常有用。-The BGSLibrary was developed by Andrews Sobral and provides an easy-to-use C++ framework based on OpenCV to perform background subtraction (BGS) in videos.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-31
    • 文件大小:13102691
    • 提供者:wang bingshu
  1. MOG2_OPENCV2.4.9

    0下载:
  2. 经典背景减除方法,MOG2(或GMM),从opencv2.4.9中单独提取出来的,经过实验调试通过的,可同其他背景减除方法结合或对比。-It is a typical background subtraction mathod, which is OpenCV 2.4.9. It was proposed by Zivkovic in 2014ICPR and proved effective.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-29
    • 文件大小:9143
    • 提供者:wang bingshu
  1. smoke_detection

    2下载:
  2. 使用VS2010+openCV。本文是基于颜色模型和运动模型对含有烟雾的视频进行烟雾检测的。首先利用RGB颜色模型的方法,检测出烟雾区域以及疑似烟雾区域;接着用背景相减的方法,检测出运动的物体;最后结合两种方法,只检测出运 动的烟雾区域,提取烟雾最大轮廓,绘制矩形框以示意。通过设置R、G、B的参数及阈值,可以得到满意的效果。 -Use VS2010+openCV. This paper is based on the color model and motion model for sm
  3. 所属分类:Special Effects

    • 发布日期:2017-06-20
    • 文件大小:31337591
    • 提供者:晋丽榕
搜珍网 www.dssz.com