fix:rank.sum docstring

This commit is contained in:
Olivier Debeir
2013-12-06 10:08:27 +01:00
parent 0fc0c9f042
commit ef5de4165b
+1 -2
View File
@@ -528,8 +528,7 @@ def pop(image, selem, out=None, mask=None, shift_x=False, shift_y=False):
mask=mask, shift_x=shift_x, shift_y=shift_y)
def sum(image, selem, out=None, mask=None, shift_x=False, shift_y=False):
"""Return the sum of pixels inside the neighborhood.
If sum does not fit the data type,folding is possible.
"""Return the sum of pixels inside the neighborhood (truncated to uint8 or uint16).
Parameters
----------