mirror of
https://github.com/wassname/scikit-image.git
synced 2026-08-12 12:30:16 +08:00
Remove unused variable.
This commit is contained in:
@@ -12,9 +12,6 @@ import numpy as np
|
||||
import skimage
|
||||
|
||||
|
||||
eps = np.finfo(float).eps
|
||||
|
||||
|
||||
def erosion(image, selem, out=None, shift_x=False, shift_y=False):
|
||||
"""Return greyscale morphological erosion of an image.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user