From 738dcfde1558b37ba86e3a4f63dd087e5157c2d0 Mon Sep 17 00:00:00 2001 From: emmanuelle Date: Thu, 6 Oct 2011 09:12:17 +0200 Subject: [PATCH] Import is_local_maximum in __init__.py --- scikits/image/morphology/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scikits/image/morphology/__init__.py b/scikits/image/morphology/__init__.py index 05ac4e95..a66e3897 100644 --- a/scikits/image/morphology/__init__.py +++ b/scikits/image/morphology/__init__.py @@ -1,4 +1,4 @@ from grey import * from selem import * from ccomp import label -from watershed import watershed, fast_watershed +from watershed import watershed, fast_watershed, is_local_maximum