A lot of noises data on D435i depth image
I am using D435i to capture the depth image. Firstly, it was almost fine. But currently, the black spots appeared in my captured depth image. I have recalibrated it. But it does not work and the black spots sizes are bigger and bigger. If you have some suggestion for it, please give me.
-
Hi Khindagonwin Ayw
You should be able to improve the image a lot by applying a post-processing filter called a Hole-Filling Filter. In the RealSense Viewer program, this can be enabled under the Post-Processing section of the Viewer's options side-panel under the Stereo Module category.More details about post-processing filters are in the link below.
https://dev.intelrealsense.com/docs/post-processing-filters
If you are creating your own program then you may initially see a lower quality image than the Viewer provides. This is because the Viewer has a range of post-processing filters enabled by default. In your own program though, there are no filters by default and you have to write them into your program and enable them.
If you are programming your own application and wish to use post-processing filters, please let me know if you are using C++, C# or Python and I can direct you to filter programming details for the language that you are using.
-
There is a C++ script for adding Decimation and Spatial filters in the link below. This can help with hole filling.
There is also a C++ tutorial about post-processing filters here:
https://github.com/IntelRealSense/librealsense/tree/master/examples/post-processing
Please sign in to leave a comment.
Comments
3 comments