mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-21 12:50:27 +08:00
Use 2 empty lines between functions
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user