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

搜索资源列表

  1. motempl.rar

    0下载:
  2. 通过摄像头识别运动目标的运动方向,需要opencv1.0支持,设置project/setting/link/input 添加cxcore.lib cv.lib cvcom.lib highgui.lib comctl32.lib 即可编译运行,Through the camera to identify the movement direction of moving targets, the need for opencv1.0 support, set up project/setting/
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:6949
    • 提供者:yulong
  1. 两桢差分加像素统计检测运动目标(支持标准USB摄像头)

    1下载:
  2. 两桢差分加像素统计检测运动目标(支持标准USB摄像头),Zhaozhen differential plus the two-pixel statistical detection of moving targets (supports standard USB camera)
  3. 所属分类:视频捕捉/采集

    • 发布日期:2012-11-06
    • 文件大小:151525
    • 提供者:Xu Fangming
  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. SecurityCam.rar

    0下载:
  2. 这个源代码是一套比较专业的基于运动物体检测技术的摄像监控安保系统。系统不是很大,但运用的技术很强,比如摄像采集部分使用了微软自带的AviCap32.dll 动态链接库进行摄像数据采集,保存的图像资料使用完全源代码的JPEG、Bitmap类进行图像的快速存储以及剪裁拼接,甚至文字插入等GDI编程。 以上只是这个源代码的技术说明,功能上系统支持对摄像头的一些参数设置,如感光度调节、自动对焦时延、帧速率以及监测到水平运动物体之前马上激活摄像头,这个是这个软件的一大特色可以识别运动的物体,
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-27
    • 文件大小:135720
    • 提供者:说不得
  1. segmentation.rar

    0下载:
  2. 这是用vc++开发的一个基于帧间差法检测视频中的运动目标,对学习这个原理的朋友一定有帮助,可以正常使用(需要摄像头)。,This is vc++ to develop an inter-frame difference method based on detection of moving targets in video, on learning the principles of our friends will certainly be helpful, you can use (the
  3. 所属分类:Video Capture

    • 发布日期:2017-03-29
    • 文件大小:69142
    • 提供者:yyt
  1. VBcapgo

    0下载:
  2. VB摄像头运动检测记录系统,跟踪物体移动过程-VB camera motion detection recording system, tracking the process of moving objects
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:417052
    • 提供者:jmccpc
  1. motion

    0下载:
  2. 基于opencv的目标运动检测程序,可以检测摄像头拍摄图像中的运动物体-Based on the goal of motion detection opencv procedures, can detect camera images of moving objects
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:18701
    • 提供者:zb
  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. usb-carmer-matlab-RT-process

    2下载:
  2. 通过计算机usb摄像头进行图像采集,然后实时处理,跟踪其中运动物体,并进行计数,采用中值滤波法得到背景,并根据需要进行更新,视频处理采用了动态差分与前景差分结合的方法,效果比较理想,但无法解决人物重叠的问题-Usb camera through the computer for image acquisition, and real-time processing and tracking moving objects in which, and the count median filter
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2013-08-09
    • 文件大小:6649
    • 提供者:song
  1. motion-tracking-system-

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

    • 发布日期:2017-04-09
    • 文件大小:1062384
    • 提供者:mei88
  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
    • 文件大小:3857235
    • 提供者:蓝天白雪
  1. VB_camera_motion_detection_system

    1下载:
  2. VB摄像头运动检测记录系统,调用usb摄像头,利用控件编程-VB camera motion detection system
  3. 所属分类:Video Capture

    • 发布日期:2017-03-29
    • 文件大小:182634
    • 提供者:luoyong
  1. szsyis

    0下载:
  2. VB摄像头运动检测记录系统,用VB进行编程,主要实现像空间坐标系与像辅助坐标系之间的变换-VB camera motion detection recording
  3. 所属分类:Video Capture

    • 发布日期:2017-04-02
    • 文件大小:5858
    • 提供者:大雨
  1. Video

    0下载:
  2. 用摄像头来获取运动目标的程序,觉得需要的话就下吧-With camera head to obtain the procedures of moving targets that need to do so on the next bar
  3. 所属分类:Video Capture

    • 发布日期:2017-04-01
    • 文件大小:35723
    • 提供者:luofei
  1. py

    0下载:
  2. 本程序用于提取背景检测运动物体,并对物体进行跟踪,数据来源可以是视频文件或者摄像头。-This procedure used to extract the context of moving object detection and tracking objects, data sources can be a camera or video files.
  3. 所属分类:Video Capture

    • 发布日期:2017-06-02
    • 文件大小:13158014
    • 提供者:liuluyang
  1. CamCapture

    0下载:
  2. 摄像头捕获运动目标,并且跟踪,多目标区分,实时检测-Camera to capture moving objects, and tracking, multi-objective distinction between real-time detection
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-11
    • 文件大小:2120204
    • 提供者:小白
  1. 4368

    0下载:
  2. 连接上摄像头,可以对摄像头的各个性能进行设定,还可以通过帧间差分与自适应背景的算法对运动的目标检测,还可以采集单帧图像进行保存-Connect the camera, the camera can set the various properties, but also through the inter-frame difference algorithm and adaptive background target detection in sports can also be collec
  3. 所属分类:Graph program

    • 发布日期:2017-04-24
    • 文件大小:46240
    • 提供者:阿国
  1. camerads

    0下载:
  2. 利用OpenCV实现对运动物体的检测,用普通的摄像头就可以检验代码的效果。-OPENCV CODE FOR MOTION TESTING
  3. 所属分类:Graph program

    • 发布日期:2017-05-13
    • 文件大小:3287027
    • 提供者:yan
  1. VB_camera_motion_detection_recording_system

    0下载:
  2. VB摄像头运动检测记录系统VB camera motion detection recording system-VB camera motion detection recording system
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:132601
    • 提供者:z
  1. 运动目标检测

    2下载:
  2. 通过fpga开发板控制ov7670摄像头检测目标 实现运动检测(shi xian yun dong jian ce .)
  3. 所属分类:VHDL/FPGA/Verilog

    • 发布日期:2019-11-10
    • 文件大小:13312
    • 提供者:zero_lz
« 12 3 4 5 6 7 »
搜珍网 www.dssz.com