mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-07 14:56:56 +08:00
Fix pop_bilateral doc test
This commit is contained in:
@@ -146,7 +146,7 @@ def pop_bilateral(image, selem, out=None, mask=None, shift_x=False,
|
||||
... [0, 1, 1, 1, 0],
|
||||
... [0, 1, 1, 1, 0],
|
||||
... [0, 0, 0, 0, 0]], dtype=np.uint16)
|
||||
>>> rank.pop_bilateral(imgsquare(3), s0=10, s1=10)
|
||||
>>> rank.pop_bilateral(img, square(3), s0=10, s1=10)
|
||||
array([[3, 4, 3, 4, 3],
|
||||
[4, 4, 6, 4, 4],
|
||||
[3, 6, 9, 6, 3],
|
||||
|
||||
Reference in New Issue
Block a user