mirror of
https://github.com/opencv/opencv.git
synced 2025-06-07 09:25:45 +08:00
photo: doc: Fix window range for fastNlMeansDenoisingMulti
This commit is contained in:
parent
5dc1b39e4c
commit
5cfa44d2a2
@ -209,7 +209,7 @@ size.
|
|||||||
@param imgToDenoiseIndex Target image to denoise index in srcImgs sequence
|
@param imgToDenoiseIndex Target image to denoise index in srcImgs sequence
|
||||||
@param temporalWindowSize Number of surrounding images to use for target image denoising. Should
|
@param temporalWindowSize Number of surrounding images to use for target image denoising. Should
|
||||||
be odd. Images from imgToDenoiseIndex - temporalWindowSize / 2 to
|
be odd. Images from imgToDenoiseIndex - temporalWindowSize / 2 to
|
||||||
imgToDenoiseIndex - temporalWindowSize / 2 from srcImgs will be used to denoise
|
imgToDenoiseIndex + temporalWindowSize / 2 from srcImgs will be used to denoise
|
||||||
srcImgs[imgToDenoiseIndex] image.
|
srcImgs[imgToDenoiseIndex] image.
|
||||||
@param dst Output image with the same size and type as srcImgs images.
|
@param dst Output image with the same size and type as srcImgs images.
|
||||||
@param templateWindowSize Size in pixels of the template patch that is used to compute weights.
|
@param templateWindowSize Size in pixels of the template patch that is used to compute weights.
|
||||||
@ -236,7 +236,7 @@ have the same type and size.
|
|||||||
@param imgToDenoiseIndex Target image to denoise index in srcImgs sequence
|
@param imgToDenoiseIndex Target image to denoise index in srcImgs sequence
|
||||||
@param temporalWindowSize Number of surrounding images to use for target image denoising. Should
|
@param temporalWindowSize Number of surrounding images to use for target image denoising. Should
|
||||||
be odd. Images from imgToDenoiseIndex - temporalWindowSize / 2 to
|
be odd. Images from imgToDenoiseIndex - temporalWindowSize / 2 to
|
||||||
imgToDenoiseIndex - temporalWindowSize / 2 from srcImgs will be used to denoise
|
imgToDenoiseIndex + temporalWindowSize / 2 from srcImgs will be used to denoise
|
||||||
srcImgs[imgToDenoiseIndex] image.
|
srcImgs[imgToDenoiseIndex] image.
|
||||||
@param dst Output image with the same size and type as srcImgs images.
|
@param dst Output image with the same size and type as srcImgs images.
|
||||||
@param templateWindowSize Size in pixels of the template patch that is used to compute weights.
|
@param templateWindowSize Size in pixels of the template patch that is used to compute weights.
|
||||||
@ -263,7 +263,7 @@ size.
|
|||||||
@param imgToDenoiseIndex Target image to denoise index in srcImgs sequence
|
@param imgToDenoiseIndex Target image to denoise index in srcImgs sequence
|
||||||
@param temporalWindowSize Number of surrounding images to use for target image denoising. Should
|
@param temporalWindowSize Number of surrounding images to use for target image denoising. Should
|
||||||
be odd. Images from imgToDenoiseIndex - temporalWindowSize / 2 to
|
be odd. Images from imgToDenoiseIndex - temporalWindowSize / 2 to
|
||||||
imgToDenoiseIndex - temporalWindowSize / 2 from srcImgs will be used to denoise
|
imgToDenoiseIndex + temporalWindowSize / 2 from srcImgs will be used to denoise
|
||||||
srcImgs[imgToDenoiseIndex] image.
|
srcImgs[imgToDenoiseIndex] image.
|
||||||
@param dst Output image with the same size and type as srcImgs images.
|
@param dst Output image with the same size and type as srcImgs images.
|
||||||
@param templateWindowSize Size in pixels of the template patch that is used to compute weights.
|
@param templateWindowSize Size in pixels of the template patch that is used to compute weights.
|
||||||
|
Loading…
Reference in New Issue
Block a user