mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-18 12:40:14 +08:00
Capitalize parameter description in doc string
This commit is contained in:
@@ -103,7 +103,7 @@ def bilateral_mean(image, selem, out=None, mask=None, shift_x=False,
|
||||
to the structuring element sizes (center must be inside the given
|
||||
structuring element).
|
||||
s0, s1 : int
|
||||
define the [s0, s1] interval to be considered for computing the value.
|
||||
Define the [s0, s1] interval to be considered for computing the value.
|
||||
|
||||
Returns
|
||||
-------
|
||||
@@ -157,7 +157,7 @@ def bilateral_pop(image, selem, out=None, mask=None, shift_x=False,
|
||||
to the structuring element sizes (center must be inside the given
|
||||
structuring element).
|
||||
s0, s1 : int
|
||||
define the [s0, s1] interval to be considered for computing the value.
|
||||
Define the [s0, s1] interval to be considered for computing the value.
|
||||
|
||||
Returns
|
||||
-------
|
||||
|
||||
Reference in New Issue
Block a user