fix:rank.sum docstrings

This commit is contained in:
Olivier Debeir
2013-12-06 10:50:27 +01:00
parent 3f08779810
commit 0b8d83c24c
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -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
----------
+2 -1
View File
@@ -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
----------