Commit 14e15fb4 authored by Vladislav Vinogradov's avatar Vladislav Vinogradov

fix documentation warnings

parent f48befc6
...@@ -59,7 +59,7 @@ namespace cv { namespace cuda { ...@@ -59,7 +59,7 @@ namespace cv { namespace cuda {
@param block_size Size of block used for computing weights. @param block_size Size of block used for computing weights.
@param borderMode Border type. See borderInterpolate for details. BORDER_REFLECT101 , @param borderMode Border type. See borderInterpolate for details. BORDER_REFLECT101 ,
BORDER_REPLICATE , BORDER_CONSTANT , BORDER_REFLECT and BORDER_WRAP are supported for now. BORDER_REPLICATE , BORDER_CONSTANT , BORDER_REFLECT and BORDER_WRAP are supported for now.
@param s Stream for the asynchronous version. @param stream Stream for the asynchronous version.
@sa @sa
fastNlMeansDenoising fastNlMeansDenoising
...@@ -84,7 +84,7 @@ given pixel. Should be odd. Affect performance linearly: greater search_window - ...@@ -84,7 +84,7 @@ given pixel. Should be odd. Affect performance linearly: greater search_window -
denoising time. Recommended value 21 pixels denoising time. Recommended value 21 pixels
@param block_size Size in pixels of the template patch that is used to compute weights. Should be @param block_size Size in pixels of the template patch that is used to compute weights. Should be
odd. Recommended value 7 pixels odd. Recommended value 7 pixels
@param s Stream for the asynchronous invocations. @param stream Stream for the asynchronous invocations.
This function expected to be applied to grayscale images. For colored images look at This function expected to be applied to grayscale images. For colored images look at
FastNonLocalMeansDenoising::labMethod. FastNonLocalMeansDenoising::labMethod.
...@@ -111,7 +111,7 @@ given pixel. Should be odd. Affect performance linearly: greater search_window - ...@@ -111,7 +111,7 @@ given pixel. Should be odd. Affect performance linearly: greater search_window -
denoising time. Recommended value 21 pixels denoising time. Recommended value 21 pixels
@param block_size Size in pixels of the template patch that is used to compute weights. Should be @param block_size Size in pixels of the template patch that is used to compute weights. Should be
odd. Recommended value 7 pixels odd. Recommended value 7 pixels
@param s Stream for the asynchronous invocations. @param stream Stream for the asynchronous invocations.
The function converts image to CIELAB colorspace and then separately denoise L and AB components The function converts image to CIELAB colorspace and then separately denoise L and AB components
with given h parameters using FastNonLocalMeansDenoising::simpleMethod function. with given h parameters using FastNonLocalMeansDenoising::simpleMethod function.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment