StereoSGBM cannot handle negative minDisparity

180 Views Asked by At

When I have a positive minimum disparity value (calculated from feature matches), I get a nice disparity map from StereoSGBM, but when I have it negative I get a nearly blank disparity map.

Is it possible that the implementation of SGBM in OpenCV doesn't support a negative minimum disparity?

0

There are 0 best solutions below