搜索资源列表
opencv-movingdetecte
- 连接上摄像头,可以对摄像头的各个性能进行设定,还可以通过帧间差分与自适应背景的算法对运动的目标检测,还可以采集单帧图像进行保存
背景差分法实现运动检测
- 运动检测算法
yundongmubiaojiance.rar
- 运动目标跟踪算法包括: 1. 静态背景下的背景预测法目标检测 2. 静态背景下帧间差分法目标检测 3. Mean Shift目标跟踪方法 4. 重心多目标跟踪方法 ,Moving Target Tracking Algorithm include: 1. Quiescent in the context of target detection in the context of prediction 2. Static background frame difference metho
diff2bg
- 结合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
Vshipinni
- 视频运动目标检测,包括背景预测法目标检测和帧间差分法目标检测,,Meam Shift目标跟踪和多目标重心法跟踪,内含演示说明。 -Video moving target detection, including background prediction target detection and inter-frame difference method for target detection, target tracking and multi-objective, Meam the S
jiance15
- 在摄像机静止,背景简单地情况下,用背景差分法实现对运动目标的检测-In a stationary camera, background simple cases, using the background difference method to achieve the detection of moving targets
opencv
- 运用高斯混合背景法对背景建模的背景差分法运动目标检测。-Background method using Gaussian mixture background modeling background subtraction method to detect moving targets.
matlab_beijingchafen
- 使用MATLAB实现运动目标检测,用的是背景差分法-moving detection by matlab
VC_moving-dec
- VC编程实现运动目标检测,背景差分,亲测可用哦-VC programming to realize moving target detection
detect
- 基于opencv的运动目标检测,运用帧间差分法对静态背景环境下的运动目标进行检测-Opencv based moving target detection, the use of inter-frame difference method for moving objects static background environment for testing
mixture_of_gaussians
- 计算机视觉中最重要的研究之一就是运动目标检测,其不但在模式识别方面具有相关的研究,而且在图像理解领域也有非凡的意义。运动目标检测是通过通过图像序列帧图像来提取运动目标,通过运用相关的算法一幅图片被划分为前景点和背景点。运动目标检测算法是后续的运动目标分类、运动目标跟踪和分析提供了基础。本论文讲述了几种常用的视频运动目标检测算法,并就背景差分法进行了重点研究,通过两种方法来对比差分法的特点。其中背景差分法算法的主要流程为:视频获取、视频转化为图片序列、图片灰度化处理、去除噪声、差分图片、对图片进行
MFCVideo(1)
- 先用背景差分法进行运动目标的检测,然后求出运动目标的质心,然后进行聚类。-First with the background subtraction method to detect moving targets, moving targets and then find the center of mass and clustering.
背景差分法检测运动目标
- 背景差分法检测目标,用于背景为静态的,检测目标,背景图像与前景图像相分离(Background subtraction is used to detect targets for static background)
背景差分
- 通过背景差分法获取运动目标检测,提取前景目标,转化成二值图(The moving target detection is obtained by the background difference method, and the foreground object is extracted and transformed into a two value graph.)