DisparityWLS Filter vs DisparityBilateral Filter

asked 2018-06-18 04:50:21 -0600

mohanen gravatar image

I am Currently trying to Cuda port a stereo disparity code, It uses OpenCV Disparity WLS Filter and there is no cuda version of that and the only option in opencv is DisparityBilateral Filter.

Should i replace the wls with bilateral, if done will the disparity be better or worse

edit retag flag offensive close merge delete