I have a dataset of Depth images where the structure is mostly like this:
Is there a way I could use OpenCV to convert this block-like artifacts to a smooth gradient-like image? to something like this:
Using Gaussian blurring actually blurs the details too much to be useful... Here's an example image I want to smooth:
Thanks