mirror of
https://github.com/opencv/opencv.git
synced 2026-07-30 15:53:03 +04:00
committed by
Maksim Shabunin
parent
df5c090f2e
commit
01e34b6a91
@@ -40,7 +40,7 @@ Modification of ``fastNlMeansDenoising`` function for colored images
|
||||
|
||||
: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
|
||||
|
||||
: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
|
||||
: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
|
||||
|
||||
The function converts image to CIELAB colorspace and then separately denoise L and AB components with given h parameters using ``fastNlMeansDenoising`` function.
|
||||
|
||||
@@ -85,6 +85,6 @@ Modification of ``fastNlMeansDenoisingMulti`` function for colored images sequen
|
||||
|
||||
: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.
|
||||
|
||||
:param hForColorComponents: The same as h but for color components.
|
||||
:param hColor: The same as h but for color components.
|
||||
|
||||
The function converts images to CIELAB colorspace and then separately denoise L and AB components with given h parameters using ``fastNlMeansDenoisingMulti`` function.
|
||||
|
||||
Reference in New Issue
Block a user