User Tools

Site Tools


ece4580:module_surveillance

Surveillance System with a Static Camera

This is a pretty classic computer vision problem that combines detection, tracking, filtering, recognition, and logical parsing together into one system whose objective is to make sense of the comings and goings of people or objects within a scene. It is one of the few of the modules that requires some nominal level of system integration to get running properly. Matlab has Simulink code that does this for the case of abandoned object detection, which is documented online, so you can see one expected outcome of a surveillance system.

/* I also found this might be useful too: http://studentdavestutorials.weebly.com/particle-filter-with-matlab-code.html This website covers areas such as Bayes rule, Kalman filter and particle filter with short videos and Matlab implementation. The tracker parts(Kalman filter and particle filter) may be included to learning modules. */

  1. Background estimation and subtraction.
  2. Target tracking
  3. Target modeling
  4. Target recognition

Learning Modules


The sequence below introduces one aspect of surveillance systems at a time. They direct you to Matlab code that sometimes implements multiple steps at a time. It is recommended that you implement each one individually to get a sense for what role it plays in the entire system, rather than just copy/paste the whole system.

Module Set #1: A Basic (Foreground Detection-Based) Surveillance System

  1. Week #1: Setup, Data, and Basics
  2. Week #2: Foreground Object Extraction
  3. Week #3: Optimization-Based Data Association
  4. Week #4: Adding Temporal Dynamics via a Kalman Filter

Module Set #2: Target Modelling and Re-Identification

  1. Week #1: Differentiating People
  2. Week #2: Testing the Person Model
  3. Week #3: Re-Identification in Action
  4. Week #4: Enhancing Tracking

Module #3: Merging and Splitting

  1. TBD

Module #4: Tracking vs Detection

  1. TBD.

Additional Information


External Videos

Sample videos from past teams:

  • Youtube Channel for Team DT from ECE4580, Fall 2014.

Presentations by researchers in computer vision

Online talks

Advertisement Videos of companies that provide surveillance algorithms as a service:

Extras


ECE4580 Learning Modules

ece4580/module_surveillance.txt · Last modified: 2023/03/06 10:31 by 127.0.0.1