Why cv2.StereoSGBM.compute(left, right, disp) has no mask input

asked 2018-12-07 14:12:43 -0600

wus1 gravatar image

Hi,

To save computation power in an embedded application, I want to mask out a large percent of pixels in left image during stereo matching. But there is not such a interface for function compute(). Any suggestions?

Thanks,

-Shunguang

edit retag flag offensive close merge delete