e
play

E Essential Matrix 16-385 Computer Vision (Kris Kitani) Carnegie - PowerPoint PPT Presentation

E Essential Matrix 16-385 Computer Vision (Kris Kitani) Carnegie Mellon University Recall:Epipolar constraint p l 0 x x 0 l o 0 o e 0 e l 0 Potential matches for lie on the epipolar line x The epipolar geometry is an important concept


  1. E Essential Matrix 16-385 Computer Vision (Kris Kitani) Carnegie Mellon University

  2. Recall:Epipolar constraint p l 0 x x 0 l o 0 o e 0 e l 0 Potential matches for lie on the epipolar line x

  3. The epipolar geometry is an important concept for stereo vision Task: Match point in left image to point in right image Left image Right image How would you do it?

  4. The epipolar constraint is an important concept for stereo vision Task: Match point in left image to point in right image Left image Right image Epipolar constrain reduces search to a single line How do you compute the epipolar line?

  5. Essential Matrix E The Essential Matrix is a 3 x 3 matrix that encodes epipolar geometry

  6. Given a point in one image, multiplying by the essential matrix will tell us the epipolar line in the second view. E x = l 0 X l 0 x 0 x o 0 o e e 0

  7. Representing the … Epipolar Line   a ax + by + c = 0 l = b in vector form   c l l If the point is on the epipolar line then x e x > l = ? x

  8. Epipolar Line   a ax + by + c = 0 l = b in vector form   c l l If the point is on the epipolar line then x e x > l = 0 x

  9. Recall: Dot Product c = a × b b a c · b = 0 c · a = 0 dot product of two orthogonal vectors is zero

  10. vector representing the line is normal (orthogonal) to the plane   a l = b   c > l x o vector representing the point x is inside the plane x > l = 0 Therefore:

  11. x > l = 0 E x = l 0 So if and then x 0> E x = ? X l 0 x 0 x o 0 o e e 0

  12. x > l = 0 E x = l 0 So if and then x 0> E x = 0 X l 0 x 0 x o 0 o e e 0

  13. Motivation The Essential Matrix is a 3 x 3 matrix that encodes epipolar geometry Given a point in one image, multiplying by the essential matrix will tell us the epipolar line in the second view.

  14. Essential Matrix vs Homography What’s the difference between the essential matrix and a homography?

  15. Essential Matrix vs Homography What’s the difference between the essential matrix and a homography? They are both 3 x 3 matrices but …

  16. Essential Matrix vs Homography What’s the difference between the essential matrix and a homography? They are both 3 x 3 matrices but … l 0 = E x x 0 = H x Essential matrix maps a Homography maps a point to a line point to a point

  17. Where does the Essential matrix come from?

  18. X x 0 x o 0 o t R , t x 0 = R ( x − t )

  19. X x 0 x o 0 o t R , t x 0 = R ( x − t ) Does this look familiar?

  20. X x 0 x o 0 o t R , t x 0 = R ( x − t ) Camera-camera transform just like world-camera transform

  21. X x 0 x o 0 o t These three vectors are coplanar x , t , x 0

  22. X x 0 x o 0 o t x , t , x 0 If these three vectors are coplanar then x > ( t × x ) = ?

  23. X x 0 x o 0 o t x , t , x 0 If these three vectors are coplanar then x > ( t × x ) = 0

  24. Recall: Cross Product Vector (cross) product 
 takes two vectors and returns a vector perpendicular to both c = a × b b a c · b = 0 c · a = 0

  25. X x 0 x o 0 o t x , t , x 0 If these three vectors are coplanar then ( x − t ) > ( t × x ) = ?

  26. X x 0 x o 0 o t x , t , x 0 If these three vectors are coplanar then ( x − t ) > ( t × x ) = 0

  27. putting it together rigid motion coplanarity x 0 = R ( x − t ) ( x − t ) > ( t × x ) = 0 ( x 0> R )( t × x ) = 0

  28. putting it together rigid motion coplanarity x 0 = R ( x − t ) ( x − t ) > ( t × x ) = 0 ( x 0> R )( t × x ) = 0 ( x 0> R )([ t ⇥ ] x ) = 0

  29. Cross product   a 2 b 3 − a 3 b 2 a 3 b 1 − a 1 b 3 a × b =   a 1 b 2 − a 2 b 1 Can also be written as a matrix multiplication     0 − a 3 a 2 b 1 0 a × b = [ a ] × b = a 3 − a 1 b 2     0 − a 2 a 1 b 3 Skew symmetric

  30. putting it together rigid motion coplanarity x 0 = R ( x − t ) ( x − t ) > ( t × x ) = 0 ( x 0> R )( t × x ) = 0 ( x 0> R )([ t ⇥ ] x ) = 0 x 0> ( R [ t ⇥ ]) x = 0

  31. putting it together rigid motion coplanarity x 0 = R ( x − t ) ( x − t ) > ( t × x ) = 0 ( x 0> R )( t × x ) = 0 ( x 0> R )([ t ⇥ ] x ) = 0 x 0> ( R [ t ⇥ ]) x = 0 x 0> E x = 0

  32. putting it together rigid motion coplanarity x 0 = R ( x − t ) ( x − t ) > ( t × x ) = 0 ( x 0> R )( t × x ) = 0 ( x 0> R )([ t ⇥ ] x ) = 0 x 0> ( R [ t ⇥ ]) x = 0 x 0> E x = 0 Essential Matrix [Longuet-Higgins 1981]

  33. properties of the E matrix x 0> E x = 0 Longuet-Higgins equation (points in normalized coordinates)

  34. properties of the E matrix x 0> E x = 0 Longuet-Higgins equation x 0> l 0 = 0 x > l = 0 Epipolar lines l = E T x 0 l 0 = E x (points in normalized coordinates)

  35. properties of the E matrix x 0> E x = 0 Longuet-Higgins equation x 0> l 0 = 0 x > l = 0 Epipolar lines l = E T x 0 l 0 = E x e 0> E = 0 E e = 0 Epipoles (points in normalized camera coordinates)

  36. How do you generalize to uncalibrated cameras?

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend