w7 gemini Flashcards
What is the main goal of stereo vision?
To infer depth from two or more images taken from different viewpoints.
What are the two main sub-problems in stereo vision?
Correspondence and Reconstruction.
What is the correspondence problem in stereo vision?
The challenge of finding matching points in the left and right images that correspond to the same 3D point in the scene.
What are some of the stereo constraints that can be used to solve the correspondence problem?
Epipolar constraint
maximum disparity constraint
continuity constraint
uniqueness constraint
ordering constraint.
Explain the epipolar constraint for coplanar cameras.
For coplanar cameras, corresponding points will lie on the same row (the ‘epipolar’ line) in both images.
What is the maximum disparity constraint?
The length of the search region for a corresponding point is limited by the maximum expected disparity.
Explain the continuity constraint in the context of stereo vision.
Neighbouring points in an image are likely to correspond to points at similar depths.
What is the uniqueness constraint in stereo vision?
A location in one image should ideally match only a single location in the other image.
What is the ordering constraint in stereo vision?
Matching points along corresponding epipolar lines should appear in the same order in both images.
What are the basic requirements for solving the correspondence problem?
Most scene points must be visible in both images, and corresponding image regions should appear similar.
Under what conditions do the basic requirements for correspondence tend to hold?
When the distance of the 3D point from the cameras is much larger than the baseline (z»_space; B).
What are the two main approaches to solving the stereo correspondence problem?
Correlation-based methods and Feature-based methods.
What is the output of correlation-based methods for correspondence?
Dense disparity maps.
What is the output of feature-based methods for correspondence?
Sparse disparity maps.
What are the characteristics of a simple case of stereo vision with coplanar cameras?
Image planes of cameras are coplanar, focal lengths are equal, optical centers are at the same height, and optical axes are parallel.
How is disparity calculated for coplanar cameras?
d = x’L - x’R
What is the relationship between depth and disparity?
Depth is inversely proportional to disparity.
What is a disparity map?
A field of disparity vectors for a pair of stereo images.
What is the significance of the baseline in a stereo vision system?
It is the distance between the optical centers of the two cameras.
What are the characteristics of a complex case of stereo vision with non-coplanar cameras?
Cameras are not aligned such that their image planes are coplanar.
What is measured instead of distance for disparity in non-coplanar cameras?
Angles.
What is the formula for disparity in non-coplanar cameras using angles?
Disparity = αL - αR
What is the horopter?
A curve in 3D space where objects project to corresponding points on the retina with zero disparity.