mirror of
https://github.com/wassname/scikit-image.git
synced 2026-06-29 03:54:28 +08:00
Add missing perimeter function to __all__
This commit is contained in:
@@ -8,7 +8,7 @@ from skimage.morphology import convex_hull_image, label
|
||||
from skimage.measure import _moments
|
||||
|
||||
|
||||
__all__ = ['regionprops']
|
||||
__all__ = ['regionprops', 'perimeter']
|
||||
|
||||
|
||||
STREL_4 = np.array([[0, 1, 0],
|
||||
|
||||
Reference in New Issue
Block a user