mirror of
https://github.com/wassname/scikit-image.git
synced 2026-08-18 12:30:14 +08:00
Renaming: scikits.image -> skimage
This commit is contained in:
committed by
Nelle Varoquaux
parent
114cf44c77
commit
6d67bba941
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user