Skip to content

Commit 01e34b6

Browse files
krishraghurammshabunin
authored andcommitted
correct bug in fastmeans (ref opencv#7899) (opencv#8757)
1 parent df5c090 commit 01e34b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/photo/doc/denoising.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Modification of ``fastNlMeansDenoising`` function for colored images
4040

4141
:param h: Parameter regulating filter strength for luminance component. Bigger h value perfectly removes noise but also removes image details, smaller h value preserves details but also preserves some noise
4242

43-
:param hForColorComponents: The same as h but for color components. For most images value equals 10 will be enought to remove colored noise and do not distort colors
43+
:param hColor: The same as h but for color components. For most images value equals 10 will be enought to remove colored noise and do not distort colors
4444

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

@@ -85,6 +85,6 @@ Modification of ``fastNlMeansDenoisingMulti`` function for colored images sequen
8585

8686
:param h: Parameter regulating filter strength for luminance component. Bigger h value perfectly removes noise but also removes image details, smaller h value preserves details but also preserves some noise.
8787

88-
:param hForColorComponents: The same as h but for color components.
88+
:param hColor: The same as h but for color components.
8989

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

0 commit comments

Comments
 (0)