搜索资源列表
VideoObjectDetection
- 本程序支持摄像头,通过逐祯差分实现视频中移动物体的检测。同时还带有中值滤波、平均值滤波、微分边缘检测等代码
motion_src
- 检测视频流中移动物体的例子,做视频监控的可以参考-video stream detection of moving objects example, do video surveillance can refer to the
VC++ 实现异物入侵
- 移动物体检测与跟踪算法的实现
camera
- arm9 Linux下基于摄像头的物体移动检测程序,可以用在门禁上,当有人经过时,自动通过基于video4linux的摄像头检测到物体-arm9 Linux-based mobile camera object detection procedures, can be used in access control, when it was passing, automatic Video4Linux based camera to detect objects
linux+camere
- arm9 Linux下基于摄像头的物体移动检测程序,可以用在门禁上,当有人经过时,自动通过基于video4linux的摄像头-arm9 Linux-based mobile camera object detection procedures can be used in access control, when it was passing, automatic Video4Linux based camera
Game
- 一个小飞机游戏,玩家累计分值达到预设值总分即可通关。敌机有若干种,被消灭后留下奖品。玩家所有飞机都被消灭后结束游戏。 游戏有背景音乐,并且玩家飞机在开火,吃奖品,或者被击毁的时候会有相应的提示音。玩家得到的分数等信息要实时的显示在游戏画面上。 游戏中,很多物体之间都需要进行碰撞检测,例如:子弹与飞机之间,玩家飞机与电脑飞机(即敌机)之间,玩家飞机与奖品之间,不同的碰撞有不同的效果。 景让人觉得飞机在游戏背景的设计,以星空为背景,通过不断向下移动背不断前进。 -this i
moveDetect
- 运动物体识别。 检测链接到windows摄像头的运动物体,将背景和移动物体区别开来。-Moving object recognition. Link to windows detect camera movement of objects, the background and to distinguish between moving objects.
blobtrack
- 完成了移动物体检测,基于opencv开发。-Based on opencv, this can detect moving objects well.
MotionSource
- 移动物体视频检测原代码及其Demo程序。-Moving object video detection of the original code and Demo program.
pfGui
- 对移动物体的目标检测与跟踪,基于meanshift的颜色跟踪算法,可以在背景相对单一的背景下对H分量高的物体进行跟踪。跟踪效果更佳。-The goal of moving object detection and tracking, color tracking algorithm based on meanshift, relatively in the background context of a single component of high-H objects to track. B
dectect-moving-thing
- 实现移动物体的检测,不包括静态的物体,然后将其框出。-TO achieve the dectect the moving things not include the static goods then draw a retangle
CameraTrack
- 利用opencv检测移动物体.用来发现车俩。-Detect moving objects using opencv. Available for the detection of car and wife.
GH719
- 89C51单片机通过微波模块GH719检测启动,用于检测移动物体,物体移动时产生频率可变方波信号,物体不动时产生连续低电来信号。有物体移动时,逐级输出PWM信号,调整LED亮度-89C51 microcontroller is initiated by the microwave detector for detecting a moving object, a variable frequency square wave signal is generated when the object
seperate
- 使用拟合曲线的斜率对图像灰度值的变化进行处理,得到移动物体出现时刻。附有检测数据。-Using the slope of the curve fit of the image gray value changes, to give time moving objects. With test data.
MOTIONTEST(opencv)
- 目前发现最好的一个移动目标检测,同时已经转换为VS2010项目,并成功测试,用USB摄像头,检测移动物体,基于opencv-Discover the best one currently moving target detection, and has been converted to a VS2010 project and successfully tested with USB camera to detect moving objects, based on opencv
ConsoleApplication2
- 利用opencv算法进行目标物体检测,然后映射关系得到鼠标移动,进行鼠标操作。-Using opencv target object detection algorithm, and then mapping relations mouse movement, mouse operations.
motion
- USB摄像头内的出现的移动物体的检测。需要使用.net framework。内附代码和演示程序(Detection of moving objects within the USB camera. You need to use.Net framework. Enclosing code and demonstration program)
MOVING OBJECT DETECTION USING MATLAB
- 在基于前景检测的基于移动物体检测和车辆跟踪算法的实现中,针对广泛的应用来实现读取AVI文件,并将其分解为R,G和B组件。 执行各种操作并检测移动物体。 各个阶段的阈值决定了识别某些尺寸的移动物体的可能性。 移动物体也在其中跟踪。 MATLAB用于实现算法。 该算法用包含120帧的输入avi格式视频文件进行测试。 研究并实现了这些算法的各种应用。(In this foreground detection based moving object detection and vehicle track
GMM+帧差发
- 利用VC++ 关于GMM高斯+帧差法 检测移动物体(Using VC + + GMM Gaussian + frame difference method to detect moving objects)
移动物体检测源码py
- #!/usr/bin/env python # -*- coding: utf-8 -*- # 导入必要的软件包 import argparse import datetime import imutils import time import cv2 import pdb