mirror of
https://github.com/wassname/scikit-image.git
synced 2026-09-12 12:50:49 +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
|
from skimage.measure import _moments
|
||||||
|
|
||||||
|
|
||||||
__all__ = ['regionprops']
|
__all__ = ['regionprops', 'perimeter']
|
||||||
|
|
||||||
|
|
||||||
STREL_4 = np.array([[0, 1, 0],
|
STREL_4 = np.array([[0, 1, 0],
|
||||||
|
|||||||
Reference in New Issue
Block a user