[Python] How to apply bilateral filter to Disparity Map ?
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.