搜索资源列表
opencv_Detect
- 采用VC++6和opencv1.0,基于对话框模式,打开摄像头或打开已有的AVI文件,采用简单的背景差分法动态跟踪活动物体。opencv1.0需要自行下载和配置。-Using VC++6 and opencv1.0, dialog-based mode, open the camera or open an existing AVI file, the background difference method using a simple dynamic tracking moving obje
motion-tracking-system-
- 本文分析比较了传统运动目标检测的3种主要方法:背景图像差分法、时态差分法和光流法,在此基础上给出了一种背景图像预测算法,大大减少了因为背景变化而产生的目标检测误差。本文基于OpenCV设计出改进的运动目标检测与跟踪算法,实现了运动目标的跟踪,并在VC++编译环境下,利用USB摄像头作为视频采集器,通过观察实验结果可以看出,本文的运动目标检测算法能够正确地检测出视频图像中的运动目标,而且在检测性能上优于普通的自适应背景差分法。 -OpenCV-based motion tracking sys
background-difference-method
- 利用OpenCV中背景差分的函数,进行背景差分法构建,可以很好的进行运动目标检测-Background difference method based on OpenCV
Time-Average-Method
- 利用Opencv与VC++实现的目标检测中背景差分法的源代码-Time Average Method
background-Time-Average-Method
- 利用opencv和vc++实现的目标检测中背景差分法中的时间平均法-background-Time Average Method
YCbCrGauaaModel
- 利用基于YCbCr空间的高斯模型建立背景,并实时更新,通过背景差分法检测出道路中的运动车辆目标,效果较好。-Gaussian model based on the YCbCr space is used to establish the background, updating in real time. Then background subtraction method is used to detect the target of the movement of vehicles in
bkgrd
- 基于opencv,背景差分法实现,目标检测-based on opencv,background substraction
CarStreamTest
- 可分别对视频中的四个车道的车流数目进行统计 ,采用的的基于OpenCV+VC2008编程,车车辆识别采用背景差分法和邻帧检测法-Video can be respectively on the four lane number traffic statistics, the based on OpenCV+ VC2008 programming, the car vehicle identification adopted the background difference method and
FindMoving
- 由运动目标检测的两种基本方法----帧间差分法和背景差分法,借助于OpenCV技术,在Visual C++ 6.0编程环境下开发了运动目标检测系统。该系统首先对不同途径采集的视频图像序列进行相关的预处理之后,分别采用不同检测算法检测出图像序列中的变化区域,最后用形态学滤波和连通性分析对变化区域进行后处理,从而将视频图像序列中的运动目标比较可靠地检测出来。-The two basic methods of moving target detection---- inter-frame diffe
beijingcha
- 用Opencv编写的背景差分法,实现背景差分功能-Opencv prepared background difference method, background subtraction functions
detect-motion
- 在VC++6.0的MFC中结合opencv1.0的环境中编写的运动目标检测,采用的是背景差分法,混合高斯背景建模-Combined opencv1.0 environment written in the MFC VC++6.0 moving target detection using background subtraction method, Gaussian mixture background modeling
cvcamera
- opencv 从摄像头或视频文件中读取视频,并利用背景差分法对运动物体进行检测-opencv read the video from the camera or video files, and use background subtraction method to detect moving objects
Background-subtraction
- opencv 从摄像头或视频文件中读取视频,并利用背景差分法检测出视频中的运动物体-opencv read the video from the camera or video files, and using background subtraction method to detect moving objects in video
9
- 背景差分法检测车辆,并设计好了美观的操作界面。-Background subtraction method detects the vehicle and the design is good and beautiful interface.
3
- 本程序利用背景建模检测运动物体,背景差分法-This procedure detects moving objects using background modeling, background subtraction method
Camara_ctrl
- qt平台 OPENCV实现背景差分法的目标跟踪,可以设置阈值调节搜索框和二值化背景,初学目标跟踪必学的算法-qt platform OPENCV achieve background difference method for target tracking, you can set the threshold adjustment search box and two values of the background, beginners will learn th
dangegenzong
- 通过背景差分法实现单个物体的跟踪,可以在物体外围加矩形框,但第一帧必须没有运动物体-By implementing tracking a single object in the background difference method, you can add the object rectangle perimeter, but the first frame must be no moving objects
Background-difference-method
- 背景差分法是采用图像序列中的当前帧和背景参考模型比较来检测运动物体的一种方法,其性能依赖于所使用的背景建模技术。背景差分法检测运动目标速度快,检测准确,易于实现,其关键是背景图像的获取。在实际应用中,静止背景是不易直接获得的,同时,由于背景图像的动态变化,需要通过视频序列的帧间信息来估计和恢复背景,即背景重建,所以要选择性的更新背景。-Background difference method is the use of images in the sequence of the current
bs_movingdetecting_1
- 实现了运动目标的检测和跟踪,使用背景差分法,帧间差分法、光流法和均值漂移的方法,能够实现很好的对运动目标的跟踪-Achieve a moving target detection and tracking, using background subtraction, inter-frame difference, optical flow method and the method of mean-shift, it is possible to achieve a good track mov
BackgroundDifferenceMethod
- 背景差分法,可以有效地跟踪运动目标,程序中都有注释,应该很好理解。-Background Difference Method