StereoBM
StereoBM, also known as the Block Matching algorithm for stereo vision, is a widely used method for computing the disparity map from a pair of stereo images. The fundamental principle behind StereoBM is to find corresponding pixels in the left and right images that represent the same point in 3D space. This correspondence is established by searching for a matching block of pixels in the right image for each block of pixels in the left image.
The algorithm operates by defining a search window in the left image and a corresponding search window
To improve robustness and handle occlusions, StereoBM incorporates several post-processing steps. These often include a uniqueness