MATLAB File Help: cv.StereoBM/compute | Index |
Computes disparity map for the specified stereo pair
disparity = bm.compute(left, right)
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.
Access | public |
Sealed | false |
Static | false |