mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-18 12:40:14 +08:00
fix:rank.sum docstrings
This commit is contained in:
@@ -315,7 +315,7 @@ def sum_percentile(image, selem, out=None, mask=None, shift_x=False,
|
||||
"""Return greyscale local sum of an image.
|
||||
|
||||
sum is computed on the given structuring element. Only levels between
|
||||
percentiles [p0, p1] are used. result is truncated (8bit or 16bit).
|
||||
percentiles [p0, p1] are used. Result is truncated (8bit or 16bit).
|
||||
|
||||
Parameters
|
||||
----------
|
||||
|
||||
@@ -169,7 +169,8 @@ def sum_bilateral(image, selem, out=None, mask=None, shift_x=False,
|
||||
Radiometric similarity is defined by the greylevel interval [g-s0, g+s1]
|
||||
where g is the current pixel greylevel. Only pixels belonging to the
|
||||
structuring element AND having a greylevel inside this interval are
|
||||
averaged. Return greyscale local bilateral_sum of an image.
|
||||
summed. Return greyscale local bilateral_sum of an image.
|
||||
Result is truncated (8bit or 16bit).
|
||||
|
||||
Parameters
|
||||
----------
|
||||
|
||||
Reference in New Issue
Block a user