Recall & Review
beginner
What is stereo vision in computer vision?
Stereo vision is a technique that uses two cameras to capture images from slightly different viewpoints to estimate depth and 3D structure of a scene.
Click to reveal answer
beginner
What is disparity in stereo vision?
Disparity is the difference in the position of the same object point in the left and right images. It helps calculate the depth of that point.
Click to reveal answer
intermediate
Why do stereo cameras need to be calibrated?
Calibration finds the exact positions and orientations of the two cameras and corrects lens distortions, so depth calculations from disparity are accurate.
Click to reveal answer
intermediate
How is depth calculated from disparity in stereo vision?
Depth is inversely proportional to disparity. The formula is Depth = (Baseline × Focal Length) / Disparity, where baseline is the distance between cameras.
Click to reveal answer
intermediate
What is a common challenge in stereo vision?
Matching points between two images can be hard in areas with low texture or repetitive patterns, causing errors in disparity and depth estimation.
Click to reveal answer
What does stereo vision primarily help to estimate?
✗ Incorrect
Stereo vision uses two images to estimate how far objects are, which is depth.
What is disparity in stereo vision?
✗ Incorrect
Disparity is the difference in position of the same point seen by two cameras.
Why is camera calibration important in stereo vision?
✗ Incorrect
Calibration finds camera positions and corrects lens distortions for accurate depth.
Which formula relates depth to disparity?
✗ Incorrect
Depth is calculated by dividing the product of baseline and focal length by disparity.
What makes matching points between stereo images difficult?
✗ Incorrect
Low texture or repetitive patterns make it hard to find matching points.
Explain how stereo vision uses two images to estimate depth.
Think about how the difference in object position between two images helps find how far it is.
You got /6 concepts.
Describe the challenges faced in stereo vision and how calibration helps.
Consider what makes matching hard and why knowing camera setup is important.
You got /6 concepts.