mirror of
https://github.com/wassname/scikit-image.git
synced 2026-08-04 13:14:23 +08:00
Fixed mistake in generic.py
This commit is contained in:
@@ -338,8 +338,7 @@ def mean(image, selem, out=None, mask=None, shift_x=False, shift_y=False):
|
||||
"""
|
||||
|
||||
return _apply_scalar_per_pixel(generic_cy._mean, image, selem, out=out,
|
||||
out=out, mask=mask,
|
||||
shift_x=shift_x, shift_y=shift_y)
|
||||
mask=mask, shift_x=shift_x, shift_y=shift_y)
|
||||
|
||||
|
||||
def subtract_mean(image, selem, out=None, mask=None, shift_x=False,
|
||||
|
||||
Reference in New Issue
Block a user