This commit is contained in:
Olivier Debeir
2013-05-10 16:02:27 +02:00
parent e23c4f3841
commit 59b37afea8
+2 -2
View File
@@ -299,7 +299,7 @@ def percentile(image, selem, out=None, mask=None, shift_x=False, shift_y=False,
to the structuring element sizes (center must be inside the given
structuring element).
p0, p1 : float in [0, ..., 1]
Define the percentile p0. The p1 value in unused.
Define the percentile p0. The p1 value is unused.
Returns
-------
@@ -380,7 +380,7 @@ def percentile_threshold(image, selem, out=None, mask=None, shift_x=False,
to the structuring element sizes (center must be inside the given
structuring element).
p0, p1 : float in [0, ..., 1]
Define the percentile p0. The p1 value in unused.
Define the percentile p0. The p1 value is unused.
Returns
-------