CHAPTER 6 Flashcards

(9 cards)

1
Q

Overview

A
  • 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
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Why Estimate Motion ?

A
  • We live in a 4-D world
  • Wide applications
  • Object Tracking
  • Camera Stabilization
  • Image Mosaics
  • 3D Shape Reconstruction
  • Special Effects (Match Move)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Any difference?

A

Yes,
position change

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Feature-based Motion Tracking

A

 Look for distinct features that change positions.

 Eagle’s wing tips change positions.
 Tree tops don’t change positions.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Summary

A

 Simple algorithm.
 Can be slow if search area is large.
 Can constrain search area with prior knowledge.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Stable (Good) Features

A

“flat” region:
no change in all
directions

“edge”:
no change along the
edge direction

“corner”:
significant change
in all directions
(uniqueness)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

slide 35

A

done

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

 Lucas-Kanade algorithm is often used with Tomasi’s feature

A

 Apply Tomasi’s method to detect good features.
 Apply LK method to compute d for each pixel.
 Accept d only for good features.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

How to handle large displacement?

A

 What if we scale down images?
 Displacements are smaller!

How well did you know this?
1
Not at all
2
3
4
5
Perfectly