Software Archive
Read-only legacy content
17061 Discussions

Depth Map data smoothing

Marios_B_
Beginner
651 Views

Hi guys! I want to somehow smooth the values of my depth map I get from Realsense sensor,so that I don't have so much noise.

I guess I have to take into account the values of neighbor pixels.Can anyone suggest any opencv smoothing filter to apply that works?

0 Kudos
1 Reply
Xusheng_L_Intel
Employee
651 Views

You can use following methods.

1, The Smoother Utility. See details @https://software.intel.com/sites/landingpage/realsense/camera-sdk/2014gold/documentation/html/index.html?manuals_the_smoother_utility.html

2, Change the Depth Confidence Threshold

Thanks!

0 Kudos
Reply