Software Archive
Read-only legacy content
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
17060 Discussions

Depth Map data smoothing

Marios_B_
Beginner
669 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
669 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