Renaming: scikits.image -> skimage

This commit is contained in:
emmanuelle
2011-10-18 21:12:27 +02:00
committed by Nelle Varoquaux
parent 114cf44c77
commit 6d67bba941
23 changed files with 49 additions and 49 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ more details on the algorithm.
import numpy as np
from scipy import ndimage
import matplotlib.pyplot as plt
from scikits.image.morphology import watershed, is_local_maximum
from skimage.morphology import watershed, is_local_maximum
# Generate an initial image with two overlapping circles
x, y = np.indices((80, 80))