Merge pull request #1842 from jni/1840

Specify 2D images in denoise bilateral docstring
This commit is contained in:
Emmanuelle Gouillart
2015-12-24 09:59:11 +01:00
+2 -2
View File
@@ -22,8 +22,8 @@ def denoise_bilateral(image, win_size=5, sigma_range=None, sigma_spatial=1,
Parameters
----------
image : ndarray
Input image.
image : ndarray, shape (M, N[, 3])
Input image, 2D grayscale or RGB.
win_size : int
Window size for filtering.
sigma_range : float