mirror of
https://github.com/wassname/scikit-image.git
synced 2026-08-04 13:14:23 +08:00
Merge pull request #1842 from jni/1840
Specify 2D images in denoise bilateral docstring
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user