Download presentation
Presentation is loading. Please wait.
1
Stereo matching Class 10 Read Chapter 7 http://cat.middlebury.edu/stereo/ Tsukuba dataset
2
Stereo Standard stereo geometry Stereo matching Correlation Optimization (DP, GC) General camera configuration Rectification Plane-sweep
3
Standard stereo geometry pure translation along X-axis
4
Standard stereo geometry
5
Stereo matching Search is limited to epipolar line (1D) Look for most similar pixel ?
6
Aggregation Use more than one pixel Assume neighbors have similar disparities * Use correlation window containing pixel Allows to use SSD, ZNCC, Census, etc.
7
Compare intensities pixel-by-pixel Comparing image regions I(x,y) I´(x,y) Sum of Square Differences Dissimilarity measures
8
Compare intensities pixel-by-pixel Comparing image regions I(x,y) I´(x,y) Zero-mean Normalized Cross Correlation Similarity measures
9
Compare intensities pixel-by-pixel Comparing image regions I(x,y) I´(x,y) Census Similarity measures 125126125 127128130 129132135 000 0 1 111 (Real-time chip from TYZX based on Census) only compare bit signature
10
Aggregation window sizes Small windows disparities similar more ambiguities accurate when correct Large windows larger disp. variation more discriminant often more robust use shiftable windows to deal with discontinuities (Illustration from Pascal Fua)
11
Occlusions (Slide from Pascal Fua)
13
Real-time stereo on GPU Computes Sum-of-Square-Differences (use pixelshader) Hardware mip-map generation for aggregation over window Trade-off between small and large support window (Yang and Pollefeys, CVPR2003) 290M disparity hypothesis/sec (Radeon9800pro) e.g. 512x512x36disparities at 30Hz GPU is great for vision too!
14
Exploiting scene constraints
15
Ordering constraint 1 2 3 4,5 6 1 2,3 4 5 6 2 1 3 4,5 6 1 2,3 4 5 6 surface slice surface as a path occlusion right occlusion left
16
Uniqueness constraint In an image pair each pixel has at most one corresponding pixel In general one corresponding pixel In case of occlusion there is none
17
Disparity constraint surface slice surface as a path bounding box disparity band use reconstructed features to determine bounding box constant disparity surfaces
18
Stereo matching Optimal path (dynamic programming ) Similarity measure (SSD or NCC) Constraints epipolar ordering uniqueness disparity limit Trade-off Matching cost (data) Discontinuities (prior) Consider all paths that satisfy the constraints pick best using dynamic programming
19
Hierarchical stereo matching Downsampling (Gaussian pyramid) Disparity propagation Allows faster computation Deals with large disparity ranges
20
Disparity map image I(x,y) image I´(x´,y´) Disparity map D(x,y) (x´,y´)=(x+D(x,y),y)
21
Example: reconstruct image from neighboring images
23
Energy minimization (Slide from Pascal Fua)
24
Graph Cut (Slide from Pascal Fua) (general formulation requires multi-way cut!)
25
(Boykov et al ICCV‘99) (Roy and Cox ICCV‘98) Simplified graph cut
27
Stereo matching with general camera configuration
28
Image pair rectification
29
Planar rectification Bring two views to standard stereo setup (moves epipole to ) (not possible when in/close to image) ~ image size (calibrated) Distortion minimization (uncalibrated)
31
Polar re-parameterization around epipoles Requires only (oriented) epipolar geometry Preserve length of epipolar lines Choose so that no pixels are compressed original image rectified image Polar rectification (Pollefeys et al. ICCV’99) Works for all relative motions Guarantees minimal image size
32
polar rectification planar rectification original image pair
33
Example: Béguinage of Leuven Does not work with standard Homography-based approaches
34
Example: Béguinage of Leuven
35
General iso-disparity surfaces ( Pollefeys and Sinha, ECCV’04) Example: polar rectification preserves disp. Application: Active vision Also interesting relation to human horopter
36
Stereo camera configurations (Slide from Pascal Fua)
37
Multi-camera configurations Okutami and Kanade (illustration from Pascal Fua)
38
Multi-view depth fusion Compute depth for every pixel of reference image Triangulation Use multiple views Up- and down sequence Use Kalman filter (Koch, Pollefeys and Van Gool. ECCV‘98) Allows to compute robust texture
39
Plane-sweep multi-view matching Simple algorithm for multiple cameras no rectification necessary doesn’t deal with occlusions Collins’96; Roy and Cox’98 (GC); Yang et al.’02/’03 (GPU)
40
Next class: structured light
Similar presentations
© 2024 SlidePlayer.com. Inc.
All rights reserved.