[Python] How to apply bilateral filter to Disparity Map ?

asked 2020-01-16 07:06:15 -0600

ziknehupsu gravatar image

I want to apply bilateral filter to improve disparity map.I use python. This filter uses disparity image and input image(image_left or image_right) as input.

DisparityBilateralFilter.apply() ; https://docs.opencv.org/master/d8/d4f...

I don't use c ++ and cuda, but I want to use this filter.

Would you mind helping me ?

Thanks.

edit retag flag offensive close merge delete