mirror of
https://github.com/wassname/scikit-image.git
synced 2026-06-30 15:00:28 +08:00
@@ -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