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

搜索资源列表

  1. detectMotion

    0下载:
  2. 用Opencv实现背景与前景的分离以检测运动对象,效果很好!
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2014-01-18
    • 文件大小:1.28mb
    • 提供者:王月领
  1. detecting

    0下载:
  2. 运动目标检测,背景差分法提取运动前景目标,背景自动更新-moving object detection
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1.29mb
    • 提供者:liutao
  1. MovingDetection

    0下载:
  2. 用Opencv实现的一个运动检测的程序。通过摄像头捕捉,把捕捉到的图像分为前景和背景,从而检测出运动图像。-Achieved with Opencv a motion detection process. Captured by the camera, the captured image are separated into foreground and background, to detect the moving image.
  3. 所属分类:Video Capture

    • 发布日期:2017-05-15
    • 文件大小:3.68mb
    • 提供者:蓝天白雪
  1. background_gen_c

    0下载:
  2. 通过读取视频流,基于OpenCV建立背景模型,以用于前景检测-By reading the video stream, based on the OpenCV ,generate background model for the foreground pixels detection
  3. 所属分类:Special Effects

    • 发布日期:2017-05-18
    • 文件大小:4.42mb
    • 提供者:wuyuezhou
  1. Humantracking

    0下载:
  2. 人体运动的检测与跟踪是目前计算机视觉领域中最活跃的研究方向之一,本系统介绍了一种用于视频监控的人体运动检测与跟踪系统,主要功能是对室内、室外固定背景下的运动人体进行检测,可以检测到运动的前景部分。-Human motion detection and tracking is the field of computer vision research, one of the most active, the system introduces a video monitor for human m
  3. 所属分类:Special Effects

  1. srtp

    0下载:
  2. 我们的srtp项目,是关于数字图像处理的,边缘检测和前景背景提取。-edge detection and foreground extraction
  3. 所属分类:Special Effects

    • 发布日期:2017-05-13
    • 文件大小:3.06mb
    • 提供者:苗晨
  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
    • 文件大小:8.01kb
    • 提供者:曾雯
  1. CarCount

    0下载:
  2. 该代码实现车辆的检测,采用了训练的方式,从视频中提取背景,然后做差分,连通域提取等步骤得道前景。该代码采用OPENCV实现。-The code to achieve vehicle detection, using training methods to extract from the video background, and then do differential, connected components extraction and other steps to attain the
  3. 所属分类:.net

    • 发布日期:2017-05-11
    • 文件大小:2.48mb
    • 提供者:leo
  1. single_bgk

    0下载:
  2. 单帧背景建模,将第一帧作为背景,从而检测出视频中的目标前景,简单的目标检测算法,需要的朋友可以下载哦-Single frame background modeling, the first frame as the background to detect the target prospects for the video, a simple target detection algorithms, need a friend Oh, you can download
  3. 所属分类:OpenCV

    • 发布日期:2017-03-30
    • 文件大小:2.1kb
    • 提供者:朱曼
  1. CvGaussBGModel

    0下载:
  2. opncv实现高斯混合模型,背景、前景检测-opncv Gaussian mixture model to achieve
  3. 所属分类:OpenCV

    • 发布日期:2017-03-28
    • 文件大小:1.1kb
    • 提供者:process
  1. 背景建模法

    0下载:
  2. 介绍当前几种比较常见的背景建模方法,例如高斯,码本,均值等
  3. 所属分类:文档资料

  1. GMM

    0下载:
  2. 高斯混合滤波建模,基于opencv,用于背景建模,前景检测-Gaussian mixture filter modeling, based on opencv, for background modeling, foreground detection
  3. 所属分类:OpenCV

    • 发布日期:2017-04-11
    • 文件大小:1.4kb
    • 提供者:zcz
  1. GMM

    0下载:
  2. 针对摄像机固定下的复杂背景环境,对采集到的视频图像的图像数据用混合高斯背景建模方法实现前景/背景分割,实现运动目标检测和跟踪。在进行前景检测前,先对背景进行训练,对图像中每个背景采用一个混合高斯模型进行模拟,每个背景的混合高斯的个数可以自适应。然后在测试阶段,对新来的像素进行GMM匹配,如果该像素值能够匹配其中一个高斯,则认为是背景,否则认为是前景。由于整个过程GMM模型在不断更新学习中,所以对动态背景有一定的鲁棒性。最后通过对一个有树枝摇摆的动态背景进行前景检测,取得了较好的效果。-For c
  3. 所属分类:Video Capture

    • 发布日期:2017-05-19
    • 文件大小:4.94mb
    • 提供者:axin
  1. 背景差分法检测运动目标

    0下载:
  2. 背景差分法检测目标,用于背景为静态的,检测目标,背景图像与前景图像相分离(Background subtraction is used to detect targets for static background)
  3. 所属分类:其他

    • 发布日期:2017-12-25
    • 文件大小:926kb
    • 提供者:乐羽
  1. webcode_static background

    0下载:
  2. 根据代码路径,识别AVI格式视频前景,减除背景(Identify video foreground and background subtraction)
  3. 所属分类:其他

    • 发布日期:2017-12-30
    • 文件大小:3.46mb
    • 提供者:Musing
  1. trackingMethodsOnCar

    0下载:
  2. 目标检测,对包含动态背景信息的监控视频,设计有效的前景目标提取方案。(Target detection, an efficient foreground object extraction scheme is designed for surveillance video with dynamic background information.)
  3. 所属分类:其他

  1. multiObjectTracking

    0下载:
  2. 在静态背景下,提取运动物体(前景检测)并对其标号(In the static background, the moving object (foreground detection) is extracted and its label is extracted)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-31
    • 文件大小:2kb
    • 提供者:好好好号
  1. FGseg

    0下载:
  2. 用于视频前景目标提取,包含测试数据,可运行(This package can be used for video foreground target extraction. It includes executable programs and test data files and thus it can be run directly.)
  3. 所属分类:图形图像处理

  1. TrafficDetection-master

    0下载:
  2. 一种综合多种算法的车辆检测和追踪方法,运行时间较长,但效果很棒(We implement a system for vehicle detection and tracking from traffic video using Gaussian mixture models and Bayesian estimation. In particular, the system provides robust foreground segmentation of moving vehicles
  3. 所属分类:图形图像处理

  1. 背景差分

    0下载:
  2. 通过背景差分法获取运动目标检测,提取前景目标,转化成二值图(The moving target detection is obtained by the background difference method, and the foreground object is extracted and transformed into a two value graph.)
  3. 所属分类:其他

    • 发布日期:2018-04-19
    • 文件大小:5.51mb
    • 提供者:向日葵的光
« 12 3 4 5 »
搜珍网 www.dssz.com