mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-10 05:55:16 +08:00
Merge pull request #1507 from arve0/pop_bilateral_docstring_typo
DOC: Fix minor typo in pop_bilateral docstring
This commit is contained in:
@@ -111,7 +111,7 @@ def pop_bilateral(image, selem, out=None, mask=None, shift_x=False,
|
||||
|
||||
|
||||
The number of pixels is defined as the number of pixels which are included
|
||||
in the structuring element and the mask. Additionally the must have a
|
||||
in the structuring element and the mask. Additionally pixels must have a
|
||||
greylevel inside the interval [g-s0, g+s1] where g is the greyvalue of the
|
||||
center pixel.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user