fastNIMeansDenoisingColored

Description

Modification of fastNlMeansDenoising function for colored images.

Signature

cv2.fastNlMeansDenoisingColored(src[, dst[, h[, hColor[, templateWindowSize[, searchWindowSize]]]]]) → dst

Parameters

Explanation

The function converts image to CIELAB colorspace and then separately denoises L and AB components with given h parameters using fastNlMeansDenoising function.

Notes


References

Created with OpenCV 4.4.0