From be3752e92220e56a24eb7911fa676134547579a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20Sch=C3=B6nberger?= Date: Thu, 19 Dec 2013 06:05:26 +0100 Subject: [PATCH] Use 2 empty lines between functions --- skimage/filter/rank/_percentile.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/skimage/filter/rank/_percentile.py b/skimage/filter/rank/_percentile.py index c9f4fc98..b87ef5b2 100644 --- a/skimage/filter/rank/_percentile.py +++ b/skimage/filter/rank/_percentile.py @@ -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.