Hello
I'm trying to use the MPS framework to blur and image, my depth map for example.
I want to specify that only valid depth values should be blurred and not any values beyond the actual depth values.
How do I achieve that?
For example if I have the depth image of a cube in the center of the screen. When blurring, I don't want the edges of the cube blurred with the background.
Can someone please let me know if there is a way to do that?
Thanks!
Priyamvad