1 / 7

Motion Segmentation in Forward Motion Video

Motion Segmentation in Forward Motion Video. Nick Hirsch: Progress Report. Overview of the Technique. Track Features (KLT). Compare Tracks to FoE Direction Field. Stabilize Tracks. Weed Out Stationary Tracks. Determine Direction of Tracked Points. Rate Remaining Tracks. Update FoE.

sabina
Download Presentation

Motion Segmentation in Forward Motion Video

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Motion Segmentation in Forward Motion Video Nick Hirsch: Progress Report

  2. Overview of the Technique Track Features (KLT) Compare Tracks to FoE Direction Field Stabilize Tracks Weed Out Stationary Tracks Determine Direction of Tracked Points Rate Remaining Tracks Update FoE Cluster Tracks

  3. Recent Progress • Integrated SIFT code into codebase • Tested track quality with SIFT features as opposed to KLT features. • SIFT features produce slightly worse results, especially for pixels with little to no motion. • SIFT also takes too long to calculate. • Scrapped SIFT altogether • Returned to using KLT feature points for tracking • Fixed some errors with the mean shift code • Tweaked KLT code to reduce noise in the tracks.

  4. Reasons for canning SIFT • Tracks weren’t accurate enough for pixels off in the distance.

  5. KLT Provides More Accuracy Overall

  6. More Results

  7. Next Steps • Add registration code to remove global movements due to camera shake (robustify) • 75% complete • Current code accounts for translation of the projection plane, but not rotation • Works some of the time but not all the time • Add object tracking code to remember moving objects over time

More Related