Loading...
Implement block matching for stereo disparity estimation, a fundamental technique in stereo vision. This task involves finding the corresponding points between two images of the same scene taken from different viewpoints.
The concept of disparity is crucial here, as it represents the difference in the position of a point between the left and right images, given by xleft−xright. This disparity is inversely proportional to the depth of the point in the scene.
This technique is widely used in depth estimation and 3D reconstruction applications.
Stereo pair
Disparity map
For each pixel, minimize SSD along scanline