Use 2 empty lines between functions

This commit is contained in:
Johannes Schönberger
2013-12-19 06:05:26 +01:00
parent 0bf905ad22
commit be3752e922
+2
View File
@@ -316,6 +316,7 @@ def pop_percentile(image, selem, out=None, mask=None, shift_x=False,
image, selem, out=out, mask=mask, shift_x=shift_x,
shift_y=shift_y, p0=p0, p1=p1)
def sum_percentile(image, selem, out=None, mask=None, shift_x=False,
shift_y=False, p0=0, p1=1):
"""Return the local sum of pixels.
@@ -354,6 +355,7 @@ def sum_percentile(image, selem, out=None, mask=None, shift_x=False,
image, selem, out=out, mask=mask, shift_x=shift_x,
shift_y=shift_y, p0=p0, p1=p1)
def threshold_percentile(image, selem, out=None, mask=None, shift_x=False,
shift_y=False, p0=0):
"""Local threshold of an image.