| cv.fastNlMeansDenoisingMulti - MATLAB File Help |
Modification of fastNlMeansDenoising function for colored images sequences
dst = cv.fastNlMeansDenoisingMulti(srcImgs, imgToDenoiseIndex, temporalWindowSize)
dst = cv.fastNlMeansDenoisingMulti(..., 'OptionName',optionValue, ...)
srcImgs sequence
(0-based index).imgToDenoiseIndex - temporalWindowSize/2 to
imgToDenoiseIndex + temporalWindowSize/2 from srcImgs will be used to
denoise srcImgs{imgToDenoiseIndex} image.srcImgs images.dst. Big H value
perfectly removes noise but also removes image details, smaller H value
preserves details but also preserves some noise. default [3]SearchWindowsSize - greater denoising time.
Recommended value 21 pixels. default 21Modification of cv.fastNlMeansDenoising function for images sequence where consecutive images have been captured in small period of time. For example video. This version of the function is for grayscale images or for manual manipulation with colorspaces. For more details see: CiteSeerX