Added the chnage to comments

This commit is contained in:
Pradyumna Narayana
2016-03-03 12:01:57 -07:00
parent 9f3fc737ba
commit ecf90e1cca
+1
View File
@@ -28,6 +28,7 @@ def denoise_bilateral(image, win_size=None, sigma_color=None, sigma_spatial=1,
Input image, 2D grayscale or RGB.
win_size : int
Window size for filtering.
If win_size is not specified, it is calculated as max(5, 2*ceil(3*sigma_spatial)+1)
sigma_range : float
Standard deviation for grayvalue/color distance (radiometric
similarity). A larger value results in averaging of pixels with larger