这个例子展示了如何在一个静止的摄像机中对视频中的运动物体进行自动检测和基于运动的跟踪。版权所有2012-2015 The MathWorks,Inc.运动物体检测和基于运动的跟踪是许多计算机视觉应用的重要组成部分,包括活动识别、交通监控和汽车安全。基于运动的目标跟踪问题可以分为两个部分:检测每帧中的运动目标;将同一目标对应的检测关联起来
This example shows how to perform automatic detection and motion-based tracking of moving objects in a video a stationary camera. Copyright 2012-2015 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
资源文件列表
multiObjectTrackingFilter.m , 12393
multiObjectTracking.m , 19346
