shorten line

This commit is contained in:
Olivier Debeir
2013-12-06 09:08:34 +01:00
parent ed0ae50f62
commit fe0e252db6
+2 -1
View File
@@ -529,7 +529,8 @@ 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.
If sum does not fit the data type,folding is possible.
Parameters
----------