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

搜索资源列表

  1. motiondetect.rar

    0下载:
  2. 使用OpenCV 来寻找轮廓实现视频流的运动目标检测 能检测一段视频或网络摄像头实时读入视频中的运动物体,it is a short code that can detect the motion object of a vedio or through a web camera using opencv and visual c++. ..
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:2230
    • 提供者:wangwei
  1. infraredimage.rar

    0下载:
  2. 针对红外图像序列运动目标检测和识别,针对复杂动态场景下的红外目标检测问题,提出了一种基于交叉熵的过渡区提取的红外运动目标检测方法,保证是原创,自己辛苦的作品),infrared image detection
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:553
    • 提供者:ljjk
  1. condensation.rar

    3下载:
  2. 粒子滤波实现图像序列中的运动目标检测,跟踪matlab程序,有注释,有图像序列,Particle filter realization of the image sequence in the moving target detection, tracking matlab codes, there are notes, contains image sequence
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2014-03-15
    • 文件大小:226658
    • 提供者:zhangfei
  1. GuassionModel.rar

    0下载:
  2. 基于混合高斯模型的运动目标检测,值得学习,对背景更新相当有效,opencv程序
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:1693
    • 提供者:夏正友
  1. GMM

    2下载:
  2. 本代码建立高斯混合模型(高斯多模型)(GMM),将其用于计算机视觉领域的视频目标检测/视频监控/运动检测/运动目标检测/视频目标跟踪等相关应用中。-This code sets up Gaussian mixture model(Gaussion Mixture Model, GMM) with image sequences for the research and application field of computer vision, using GMM for visual objec
  3. 所属分类:Special Effects

    • 发布日期:
    • 文件大小:16296
    • 提供者:朱亮亮
  1. kalman-tracking

    0下载:
  2. 基于卡尔曼滤波的运动目标检测,matlab代码-Kalman filter-based moving target detection, matlab code
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:628258
    • 提供者:jessica
  1. track2

    0下载:
  2. 运动目标检测与跟踪:用的是pyramid L-K 光流追踪-Moving target detection and tracking: using a pyramid LK optical flow tracking
  3. 所属分类:OpenCV

    • 发布日期:2017-05-26
    • 文件大小:8908520
    • 提供者:sunpengpeng
  1. motiondetect

    0下载:
  2. 基于OPENCV开源函数库的运动目标检测,源码-OPENCV open source library based on the moving target detection, source
  3. 所属分类:OpenCV

    • 发布日期:2017-06-02
    • 文件大小:14521517
    • 提供者:jiang
  1. BGFG_CODEBOOK

    1下载:
  2. 基于码书的运动目标检测是和混合高斯模型(MoG,GMM)类似的而简单有效的背景剪除方法,附件是VC++6.0编写的基于码书的运动目标检测,可直接读取摄像头,也可改为读取硬盘视频文件,需安装Opencv1.1-Codebook-based moving target detection and Gaussian mixture model (MoG, GMM) and a similar cut off the background simple and effective method of a
  3. 所属分类:Special Effects

    • 发布日期:2017-05-11
    • 文件大小:2741451
    • 提供者:梁浩
  1. VideoDemo

    0下载:
  2. 运动图像分析及其应用:静态或运动目标检测与跟踪-Motion image analysis and its applications: a static or moving target detection and tracking
  3. 所属分类:source in ebook

    • 发布日期:2017-05-13
    • 文件大小:3110231
    • 提供者:李佳佳
  1. detecting

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

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

    0下载:
  2. 结合Opencv工具,在VC++上,利用背景差算法实现运动目标检测,并结合三帧差分算法对检测结果进行判断和报警。已通过编译和运行。-Opencv combination of tools, in VC++, using the background of poor moving target detection algorithm, combined with three differential algorithm to judge the test results and alarm. Ha
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-30
    • 文件大小:2854
    • 提供者:zhang li
  1. AVI

    2下载:
  2. 光流法、帧间差分法、高斯背景模型差分法,在opencv环境下实现运动目标检测-moving objective detection matlab
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2012-11-05
    • 文件大小:3607938
    • 提供者:qiuzhenyan
  1. motion-tracking-system-

    1下载:
  2. 本文分析比较了传统运动目标检测的3种主要方法:背景图像差分法、时态差分法和光流法,在此基础上给出了一种背景图像预测算法,大大减少了因为背景变化而产生的目标检测误差。本文基于OpenCV设计出改进的运动目标检测与跟踪算法,实现了运动目标的跟踪,并在VC++编译环境下,利用USB摄像头作为视频采集器,通过观察实验结果可以看出,本文的运动目标检测算法能够正确地检测出视频图像中的运动目标,而且在检测性能上优于普通的自适应背景差分法。 -OpenCV-based motion tracking sys
  3. 所属分类:OpenCV

    • 发布日期:2017-04-09
    • 文件大小:1062384
    • 提供者:mei88
  1. meanshift

    0下载:
  2. 详细讲解了Mean-shift的核心思想.可用于图像分割,运动目标检测
  3. 所属分类:Other systems

    • 发布日期:2017-12-04
    • 文件大小:6728003
    • 提供者:王冰
  1. objectdetectionandtracking

    0下载:
  2. 一个小型的静态背景下的运动目标检测和跟踪的程序-A small static context of the moving target detection and tracking procedures
  3. 所属分类:Special Effects

    • 发布日期:2017-05-16
    • 文件大小:375709
    • 提供者:郭江
  1. detect_motion

    0下载:
  2. 基于opencv的运动目标检测,能够识别动态环境下运动目标,并指出运动目标前进方向-Opencv-based moving target detection, able to identify the dynamic environment of moving targets, and noted that the forward direction of moving targets
  3. 所属分类:Special Effects

    • 发布日期:2017-05-13
    • 文件大小:1033288
    • 提供者:
  1. ObjectDetect

    1下载:
  2. 用matlab编写的不错的运动目标检测的源程序-Matlab prepared with a good source of moving target detection
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:127985
    • 提供者:陈平
  1. zongshu

    0下载:
  2. 视频监控图像的运动目标检测方法综述,介绍比较全面-Video surveillance image of moving target detection methods, introducing a more comprehensive
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:316970
    • 提供者:陈摇
  1. yundongjiancexitong

    0下载:
  2. 对运动目标检测系统进行了深入的研究与分析,提出了多种设计方案-Of moving target detection system for an in-depth research and analysis, put forward a wide range of design options
  3. 所属分类:Project Design

    • 发布日期:2017-05-20
    • 文件大小:5681818
    • 提供者:刘小春
« 1 23 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com