MATLAB File Help: cv.StereoBM/compute Index
cv.StereoBM/compute

Computes disparity map for the specified stereo pair

disparity = bm.compute(left, right)

Input

Output

The method executes the BM algorithm on a rectified stereo pair. Note that the method is not constant, thus you should not use the same cv.StereoBM instance from within different threads simultaneously.

See also
Method Details
Access public
Sealed false
Static false