RenderKit / oidn

Intel® Open Image Denoise library
https://www.openimagedenoise.org/
Apache License 2.0
1.74k stars 160 forks source link

Denoising a Realsense camera depth map? #119

Closed alikendarfen closed 2 years ago

alikendarfen commented 3 years ago

Hello,

I’m trying to find a way to enhance depth maps provided by Intel Realsense cameras (L515 or D435). The depth maps are often wavy on flat parts or spraying along edges and sometimes hard to use directly.

I was wondering if, by principle, using OpenImageDenoise can be a way to do that? Or is it structurally a dead end?

What are your advices?

Thanks for your reply.

atafra commented 2 years ago

Open Image Denoise is trained to denoise only rendered images, so it's not possible to denoise camera outputs. However, re-training it was such data might work, but you would need to do this yourself since this is beyond the scope of the library.