MATLAB File Help: cv.fastNlMeansDenoisingColoredMulti Index
cv.fastNlMeansDenoisingColoredMulti

Modification of fastNlMeansDenoisingMulti function for colored images sequences

dst = cv.fastNlMeansDenoisingColoredMulti(srcImgs, imgToDenoiseIndex, temporalWindowSize)
dst = cv.fastNlMeansDenoisingColoredMulti(..., 'OptionName',optionValue, ...)

Input

Output

Options

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

See also