ece4580:module_tracking
Tracking
THIS MODULE IS NOT AVAILABLE SINCE IT IS INCOMPLETE.
Particle filter, Kalman Filter and face tracking
Module #1
Particle filter
- Study particle filter tutorial
- Watch tutorial video part 1
- Watch tutorial video part 2
- Study Matlab implementation
Module #2
Kalman filter
- Study Kalman filter tutorial
- Watch tutorial video part 1, 2 and 3.
- Study Matlab implementation.
- Write a Matlab script to study the performance compared with Particle filter (the same trajectory with different tracking trajectories).
Module #3
Module #4
Face tracking
- Now you familiar with Kalman filter for tracking.
- Try to track human face in the video!
- You can use this short video, with the object bounding box as [320.8751 175.1776 103.5404 129.0504](top left width height) at the first frame. Track the center of the box and see how it works.
- You can also use built-in Matlab function to detect face every k frame. See how it helps and comment on what you observe.
/* Matlab. http://dlib.net/correlation_tracker.py.html */
ece4580/module_tracking.txt · Last modified: 2024/08/20 21:38 by 127.0.0.1