stereo vision
play

Stereo Vision Reading: Chapter 11 Stereo matching computes depth - PowerPoint PPT Presentation

Stereo Vision Reading: Chapter 11 Stereo matching computes depth from two or more images Subproblems: Calibrating camera positions. Finding all corresponding points (hardest part) Computing depth or surfaces. Slide credits


  1. Stereo Vision Reading: Chapter 11 • Stereo matching computes depth from two or more images • Subproblems: – Calibrating camera positions. – Finding all corresponding points (hardest part) – Computing depth or surfaces. Slide credits for this chapter: David Jacobs, Frank Dellaert, Octavia Camps, Steve Seitz

  2. Stereo vision Triangulate on two images of the same point to recover depth. – Feature matching across views depth – Calibrated cameras baseline Left Right �������������������� �������������������������

  3. The epipolar constraint epipolar line epipolar line epipolar line epipolar line epipolar plane • Epipolar Constraint – Matching points lie along corresponding epipolar lines – Reduces correspondence problem to 1D search along conjugate epipolar lines – Greatly reduces cost and ambiguity of matching Slide credit: Steve Seitz

  4. Simplest Case: Rectified Images • Image planes of cameras are parallel. • Focal points are at same height. • Focal lengths same. • Then, epipolar lines fall along the horizontal scan lines of the images • We will assume images have been rectified so that epipolar lines correspond to scan lines – Simplifies algorithms – Improves efficiency

  5. We can always achieve this geometry with image rectification • Image Reprojection – reproject image planes onto common plane parallel to line between optical centers • Notice, only focal point of camera really matters (Seitz)

  6. Basic Stereo Derivations B e n z O L i (u L ,v L ) P L = (X,Y,Z) l e s a b x y (u R ,v R ) z O R x Disparity: y

  7. Correspondence • It is fundamentally ambiguous, even with stereo constraints �������������������� ����������������

  8. Correspondence: What should we match? • Objects? • Edges? • Pixels? • Collections of pixels?

  9. Julesz: showed that recognition is not needed for stereo.

  10. Correspondence: Epipolar constraint. The epipolar constraint helps, but much ambiguity remains.

  11. Correspondence: Photometric constraint • Same world point has same intensity in both images. – True for Lambertian surfaces • A Lambertian surface has a brightness that is independent of viewing angle – Violations: • Noise • Specularity • Non-Lambertian materials • Pixels that contain multiple surfaces

  12. Pixel matching For each epipolar line For each pixel in the left image • compare with every pixel on same epipolar line in right image • pick pixel with minimum match cost This leaves too much ambiguity, so: Improvement: match windows (Seitz)

  13. Correspondence Using Correlation Left Right scanline SSD error disparity

  14. Sum of Squared (Pixel) Differences Left Right w w L R m w w m L R x − x L y d y ( , ) ( , ) L L L I I L R w w m m and are correspond ing by windows of pixels. L R We define the window function : = − ≤ ≤ + − ≤ ≤ + W x y u v x u x y v y m m m m ( , ) { , | , } m 2 2 2 2 The SSD cost measures the intensity difference as a function of disparity : ∑ = − − C x y d I u v I u d v 2 ( , , ) [ ( , ) ( , )] r L R ∈ u v W x y ( , ) ( , ) m

  15. Image Normalization • Even when the cameras are identical models, there can be differences in gain and sensitivity. • For these reason and more, it is a good idea to normalize the pixels in each window: ∑ = I I u v 1 ( , ) Average pixel W x y ( , ) m ∈ u v W x y ( , ) ( , ) m ∑ = I I u v 2 [ ( , )] Window magnitude W x y ( , ) m u v ∈ W x y ( , ) ( , ) m − I x y I ( , ) ˆ = I x y ( , ) Normalized pixel − I I W x y ( , ) m

  16. Images as Vectors Left Right “Unwrap” image to form vector, using raster scan order w L w m row 1 R w m L m m row 2 Each window is a vector in an m 2 dimensional w vector space. L m row 3 Normalization makes them unit length.

  17. Image Metrics (Normalized) Sum of Squared Differences w R ( d ) ∑ = ˆ − ˆ − C d I u v I u d v 2 ( ) [ ( , ) ( , )] L R SSD w ∈ u v W x y L ( , ) ( , ) m 2 = − w w d ( ) L R Normalized Correlation ∑ = ˆ ˆ − C d I u v I u d v ( ) ( , ) ( , ) L R NC ∈ u v W x y ( , ) ( , ) m = ⋅ = θ w w d ( ) cos L R 2 = − = ⋅ d w w d w w d * arg min ( ) arg max ( ) d L R d L R

  18. Stereo Results Images courtesy of Point Grey Research

  19. Window size W = 3 W = 20 • Effect of window size • Some approaches have been developed to use an adaptive window size (try multiple sizes and select best match) (Seitz)

  20. Stereo testing and comparisons D. Scharstein and R. Szeliski. "A Taxonomy and Evaluation of Dense Two- Frame Stereo Correspondence Algorithms," International Journal of Computer Vision, 47 (2002), pp. 7-42. Scene Ground truth

  21. Scharstein and Szeliski

  22. Results with window correlation Window-based matching Ground truth (best window size) (Seitz)

  23. Results with better method State of the art method: Graph cuts Ground truth (Seitz)

  24. Stereo Correspondences Left scanline Right scanline … …

  25. Stereo Correspondences Left scanline Right scanline … … Match Match Match Occlusion Disocclusion

  26. Search Over Correspondences Occluded Pixels Left scanline Right scanline Disoccluded Pixels Three cases: – Sequential – add cost of match (small if intensities agree) – Occluded – add cost of no match (large cost) – Disoccluded – add cost of no match (large cost)

  27. Stereo Matching with Dynamic Programming Occluded Pixels Left scanline Start Dynamic programming yields the optimal path through grid. This is Dis-occluded Pixels the best set of matches that satisfy the ordering constraint Right scanline End

  28. Dynamic Programming • Efficient algorithm for solving sequential decision (optimal path) problems. = i 1 1 1 1 1 … = i 2 2 2 2 2 = i 3 3 3 3 3 = = = t t t t = T 1 2 3 T 3 How many paths through this trellis?

  29. Dynamic Programming = i Π 1 1 1 1 12 Π 22 = i 2 2 2 2 States: Π 32 = i 3 3 3 3 C C C − + t t t 1 1 Suppose cost can be decomposed into stages: Π = i j Cost of going from state to state ij

  30. Dynamic Programming = i Π 1 1 1 1 12 Π = 22 j = i 2 2 2 2 2 Π 32 = i 3 3 3 3 C C C − + t t t 1 1 Principle of Optimality for an n-stage assignment problem: = Π + C j C 1 i ( ) min ( ( )) − t i ij t

  31. Dynamic Programming = i 1 1 1 1 = b ( 2 ) 2 t = j = i 2 2 2 2 2 = i 3 3 3 3 C C C − + t t t 1 1 = Π + C j C i ( ) min ( ( )) − t i ij t 1 = Π + b j C i ( ) arg min ( ( )) − t i ij t 1

  32. Stereo Matching with Dynamic Programming Occluded Pixels Left scanline Scan across grid computing optimal cost for each node given its Dis-occluded Pixels upper-left neighbors. Backtrack from the terminal to Right scanline get the optimal path. Terminal

  33. Stereo Matching with Dynamic Programming Occluded Pixels Left scanline Scan across grid computing optimal cost for each node given its Dis-occluded Pixels upper-left neighbors. Backtrack from the terminal to Right scanline get the optimal path. Terminal

  34. Stereo Matching with Dynamic Programming Occluded Pixels Left scanline Scan across grid computing optimal cost for each node given its Dis-occluded Pixels upper-left neighbors. Backtrack from the terminal to Right scanline get the optimal path. Terminal

  35. Scharstein and Szeliski

  36. Segmentation-based Stereo Hai Tao and Harpreet W. Sawhney

  37. Another Example

  38. Result using a good technique Right Image Left Image Disparity

  39. View Interpolation

  40. Computing Correspondence Another approach is to match edges rather than windows of pixels: • • Which method is better? – Edges tend to fail in dense texture (outdoors) – Correlation tends to fail in smooth featureless areas

  41. Summary of different stereo methods • Constraints: – Geometry, epipolar constraint. – Photometric: Brightness constancy, only partly true. – Ordering: only partly true. – Smoothness of objects: only partly true. • Algorithms: – What you compare: points, regions, features? • How you optimize: – Local greedy matches. – 1D search. – 2D search.

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