Add missing perimeter function to __all__

This commit is contained in:
Johannes Schönberger
2013-10-11 17:37:26 +02:00
parent f10c362b1a
commit 4e9cb03aeb
+1 -1
View File
@@ -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],