MATLAB File Help: cv.fastNlMeansDenoisingColored Index
cv.fastNlMeansDenoisingColored

Modification of fastNlMeansDenoising function for colored images

dst = cv.fastNlMeansDenoisingColored(src)
dst = cv.fastNlMeansDenoisingColored(src, 'OptionName',optionValue, ...)

Input

Output

Options

The function converts image to CIELAB colorspace and then separately denoise L and AB components with given H parameters using cv.fastNlMeansDenoising function.

See also