Multi-Camera Person Tracking
Algorithm
- Identify ROI and compute covariance matrix
- Start mean-shift tracking in initial camera
- Compute mean-shift prediction in initial camera
- Update covariance matrix
- Use camera homography to transform coordinates in initial position to all other cameras
- Search around the transformed position in all other cameras
- Go to 3
- Mohit Deshpande <deshpande.75@osu.edu>
- Brad Pershon <pershon.1@osu.edu>