AliceVision icon indicating copy to clipboard operation
AliceVision copied to clipboard

Add NLMeans denoiser in ImageProcessing

Open tanstella opened this issue 2 years ago • 0 comments

Description

added a new denoising method (NLMeans from OpenCV) in the ImageProcessing node.

Features list

Implementation remarks

Implementation inspired by bilateralFilter NLMeans is a 8-bit denoiser so conversion from float to unsigned char is managed

tanstella avatar Jun 29 '22 09:06 tanstella