ece4580:module_surveillance
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
ece4580:module_surveillance [2017/02/04 19:50] – [Additional Information] pvela | ece4580:module_surveillance [2024/08/20 21:38] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ~~NOTOC~~ | ||
====== Surveillance System with a Static Camera ====== | ====== Surveillance System with a Static Camera ====== | ||
Line 15: | Line 16: | ||
- Target recognition | - 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. | 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 #1: A Basic Surveillance System | ||
- | --------------------------------------------------- | ||
- | __** Week #1: Setup, Data, and Basics**__ \\ | ||
- | Explore the [[ECE4580: | ||
- | Meanwhile, check out this review of three [[http:// | + | Module Set #1: A Basic (Foreground Detection-Based) Surveillance System |
+ | - [[ECE4580:Module_Surveillance: | ||
+ | - [[ECE4580: | ||
+ | - [[ECE4580: | ||
+ | - [[ECE4580: | ||
- | As a first step, obtain the [[http:// | + | Module Set #2: Target Modelling and Re-Identification |
+ | - [[ECE4580:Module_Surveillance: | ||
+ | - [[ECE4580:Module_Surveillance:M2W2|Week #2]]: Testing | ||
+ | - [[ECE4580:Module_Surveillance:M2W4|Week #3]]: Re-Identification in Action | ||
+ | - [[ECE4580: | ||
- | As a second step, implement the basic background modeling detection step. Matlab has implementation of the [[https:// | + | Module #3: Merging |
+ | - TBD | ||
- | //Explore & Deliverables:// | + | Module |
- | + | - TBD. | |
- | __** Week #2: Foreground Object Extraction **__ \\ | + | |
- | *TODO:* Advance beyond the current foreground modeling step to include processing of the binary foreground image for extraction of detected targets and their bounding boxes. | + | |
- | [[https:// | + | |
- | + | ||
- | __** Week #3: Optimization-Based Data Association **__ \\ | + | |
- | Performing detection does provide a means to identify objects of interest versus the prevailing background image. However if we are interested in maintaining the identity of the objects, additional processing and logic is required. | + | |
- | + | ||
- | Two algorithms: | + | |
- | [[https:// | + | |
- | [[https:// | + | |
- | + | ||
- | The net result should be similar to this Matlab demo on [[http:// | + | |
- | + | ||
- | __** Week #4: Adding Temporal Dynamics via a Kalman Filter **__ \\ | + | |
- | + | ||
- | We can do a better job handling things like occlusions, as well as improve the data association, | + | |
- | [[https:// | + | |
- | + | ||
- | * If you are interested in the details of the Kalman filter and their connection to code, this Matlab file exchange [[https:// | + | |
- | + | ||
- | ===== Module #2: Going Further ===== | + | |
- | ------------------------------------ | + | |
- | + | ||
- | __** Week #1: Differentiating People **__ | + | |
- | + | ||
- | Gaussian mixture model for targets using [[http:// | + | |
- | + | ||
- | __** Week #2: Appearance-Based Data Association **__ | + | |
- | + | ||
- | Comparing models. | + | |
- | + | ||
- | __** Week #3: Re-Identification **__ | + | |
- | + | ||
- | Using comparison to know when same person has re-entered. | + | |
- | + | ||
- | ===== Module #3: Merging and Splitting ===== | + | |
- | -------------------------- | + | |
- | + | ||
- | TBD. | + | |
===== Additional Information ===== | ===== Additional Information ===== |
ece4580/module_surveillance.1486255803.txt.gz · Last modified: 2024/08/20 21:38 (external edit)