CHAPTER 6 Flashcards
(9 cards)
Overview
- Changes are Everywhere!
- Why Estimate Motion ?
- Change Detection in a Video
- Two Approaches of Motion Tracking
- Feature-based
- Intensity gradient-based
- Lucas-Kanade Optical Flow Method
- Project
Why Estimate Motion ?
- We live in a 4-D world
- Wide applications
- Object Tracking
- Camera Stabilization
- Image Mosaics
- 3D Shape Reconstruction
- Special Effects (Match Move)
Any difference?
Yes,
position change
Feature-based Motion Tracking
Look for distinct features that change positions.
Eagle’s wing tips change positions.
Tree tops don’t change positions.
Summary
Simple algorithm.
Can be slow if search area is large.
Can constrain search area with prior knowledge.
Stable (Good) Features
“flat” region:
no change in all
directions
“edge”:
no change along the
edge direction
“corner”:
significant change
in all directions
(uniqueness)
slide 35
done
Lucas-Kanade algorithm is often used with Tomasi’s feature
Apply Tomasi’s method to detect good features.
Apply LK method to compute d for each pixel.
Accept d only for good features.
How to handle large displacement?
What if we scale down images?
Displacements are smaller!