文件名称:Untitled2
-
所属分类:
- 标签属性:
- 上传时间:2017-04-24
-
文件大小:1kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
基于帧间差分的单目标/多目标的实时跟踪程序,基于MATLAB编写。希望对刚学习MATLAB的同学有所帮助-This example shows how to perform automatic detection and motion-based
tracking of moving objects in a video a stationary camera.
Copyright 2014 The MathWorks, Inc.
Detection of moving objects and motion-based tracking are important
components of many computer vision applications, including activity
recognition, traffic monitoring, and automotive safety. The problem of
motion-based object tracking can be divided into two parts:
# detecting moving objects in each frame
# associating the detections corresponding to the same object over time
The detection of moving objects uses a background subtraction algorithm
based on Gaussian mixture models. Morphological operations are applied to
the resulting foreground mask to eliminate noise. Finally, blob analysis
detects groups of connected pixels, which are likely to correspond to
moving objects.
The association of detections to the same object is based solely on
motion. The mo
tracking of moving objects in a video a stationary camera.
Copyright 2014 The MathWorks, Inc.
Detection of moving objects and motion-based tracking are important
components of many computer vision applications, including activity
recognition, traffic monitoring, and automotive safety. The problem of
motion-based object tracking can be divided into two parts:
# detecting moving objects in each frame
# associating the detections corresponding to the same object over time
The detection of moving objects uses a background subtraction algorithm
based on Gaussian mixture models. Morphological operations are applied to
the resulting foreground mask to eliminate noise. Finally, blob analysis
detects groups of connected pixels, which are likely to correspond to
moving objects.
The association of detections to the same object is based solely on
motion. The mo
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Untitled2.m
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.