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

搜索资源列表

  1. Coutour_polygon

    1下载:
  2. 用OpenCV来编写,用摄像头获取图像,并用帧差法提取二值化图像,再用多边形逼近的方法来提取图像的轮廓-Using OpenCV to prepare, with the camera to obtain images, and the frame difference method used to extract two binary images, and then a polygonal approximation method to extract the contours of the
  3. 所属分类:OpenCV

    • 发布日期:2015-12-18
    • 文件大小:5307392
    • 提供者:明明
  1. yundongjiance

    0下载:
  2. 运动视频的背景建模与运动物体的检测,包含混合高斯模型和帧差法检测运动物体。使用opencv编写-failed to translate
  3. 所属分类:OpenCV

    • 发布日期:2017-05-20
    • 文件大小:5863710
    • 提供者:仝如强
  1. kaka

    0下载:
  2. 基于opencv的道路视频车辆检测与跟踪,基于帧差法-Opencv video based road detection and tracking of vehicles, based on frame difference method
  3. 所属分类:OpenCV

    • 发布日期:2017-05-10
    • 文件大小:2147998
    • 提供者:桑海峰
  1. zhanchafa

    0下载:
  2. 帧差法 基于opencv 希望对大家有用,目标检测的可用到-Frame difference method is based on opencv want to be useful, target detection can be used to
  3. 所属分类:OpenCV

    • 发布日期:2017-05-04
    • 文件大小:1356777
    • 提供者:赵文倩
  1. Frame-Difference-Algorithm

    0下载:
  2. opencv vc++ 视频监控中目标检测 三帧差法-object dection
  3. 所属分类:OpenCV

    • 发布日期:2017-04-10
    • 文件大小:1332159
    • 提供者:杜倩
  1. Three-Frame-Difference-Algorithm

    0下载:
  2. 利用opencv和vc++实现目标检测中的三帧差分法- Three Frame Difference Algorithm
  3. 所属分类:OpenCV

    • 发布日期:2017-03-26
    • 文件大小:1240
    • 提供者:杜倩
  1. object-tracking

    0下载:
  2. 对视频作目标检测跟踪的VC++程序,使用了openCV开源库,包含帧差法、背景估计法、高斯混合模型法以及卡尔曼滤波。可正常运行。-VC++ program for target tracking,based on openCV, incuding multiple algrithms,such as Karlman filter.
  3. 所属分类:OpenCV

    • 发布日期:2017-06-14
    • 文件大小:22613796
    • 提供者:eccrjbsat
  1. background

    0下载:
  2. 基于opencv和VC++的目标识别代码,帧差法和背景差法同时运用-While the use of target identification code based on opencv and VC++ of the frame difference method and background subtraction
  3. 所属分类:OpenCV

    • 发布日期:2017-11-11
    • 文件大小:9380552
    • 提供者:罗俊
  1. tract

    0下载:
  2. OpenCv实现视频中运动物体跟踪 三帧差法 滤波 绘制矩形框区-OpenCv tracking moving objects in video three difference method draws a rectangle filtering area
  3. 所属分类:OpenGL program

    • 发布日期:2017-11-10
    • 文件大小:1267822
    • 提供者:dxin jin
  1. Frame-difference-method

    0下载:
  2. 用帧差法进行目标跟踪,使用了opencv工具包,在vs2008下开发。-opencv VC++ computer visual
  3. 所属分类:Console

    • 发布日期:2017-11-12
    • 文件大小:4348128
    • 提供者:baochaoqian
  1. 1

    0下载:
  2. opencv实现的运动目标估计算法,通过三帧差法实现-Three frame difference moving target opencv achieve estimated
  3. 所属分类:OpenCV

  1. 1

    0下载:
  2. 基于Opencv的帧差法的运动目标的提取与跟踪-Opencv based frame difference method to extract and track moving targets
  3. 所属分类:OpenCV

    • 发布日期:2017-05-12
    • 文件大小:2820087
    • 提供者:王金冕
  1. HS

    0下载:
  2. 基于opencv下,实现用帧差法HS算法,比较简单,多多帮忙-Based on the following opencv, implemented by the frame difference method HS algorithm
  3. 所属分类:OpenCV

    • 发布日期:2017-04-24
    • 文件大小:316303
    • 提供者:christina
  1. Three_frame

    0下载:
  2. opencv 三帧差法 ostu. 在工程文件中修改视频地址,编译即可运行-opencv ostu three poor modify video address compiled to run in the project file
  3. 所属分类:Special Effects

    • 发布日期:2017-06-15
    • 文件大小:24421713
    • 提供者:Lu
  1. loci

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

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

    0下载:
  2. 利用帧差法 对屋内人物进行防盗,利用opencv vs2010-Use the frame difference method character be burglar inside the house, use opencv vs2010
  3. 所属分类:Special Effects

    • 发布日期:2017-05-27
    • 文件大小:9561265
    • 提供者:xiong
  1. test_surf2_zhencha

    0下载:
  2. 基于opencv的帧差法目标提取算法。基于vs2008实现-Extraction algorithm based on frame difference method opencv target.
  3. 所属分类:Graph Recognize

    • 发布日期:2016-04-19
    • 文件大小:3072
    • 提供者:wymno01
  1. objectDetection

    0下载:
  2. c++和opencv的运动目标检测。主要是帧差法,检测出目标后可以在原视频中框定目标-object detection
  3. 所属分类:OpenCV

    • 发布日期:2017-04-29
    • 文件大小:8785
    • 提供者:林悦
  1. wo

    0下载:
  2. 利用帧差法,结合VS和openCV做的一个监测的小程序,上传供大家参考一下。-Frame differential method is used, in combination with VS and openCV do a small program, monitoring the upload for your reference.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-16
    • 文件大小:4065892
    • 提供者:sunpeng
  1. wo2013

    0下载:
  2. 利用VS2013和opencv编写的摄像头监控程序,可以利用帧差法进行基本的监控。-Using VS2013 and opencv camera monitoring program, can use the frame difference method for basic monitoring.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-18
    • 文件大小:4678470
    • 提供者:sunpeng
« 1 23 4 »
搜珍网 www.dssz.com