scikits/image -> skimage in examples

This commit is contained in:
emmanuelle
2011-10-24 23:28:21 +02:00
parent 25e986d545
commit 39a0e3577c
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -15,8 +15,8 @@ results. The input is a 2D ndarray, with either boolean or integer elements.
In the case of boolean, 'True' indicates foreground, and for integer arrays,
the foreground is 1's.
"""
from scikits.image.morphology import skeletonize
from scikits.image.draw import draw
from skimage.morphology import skeletonize
from skimage.draw import draw
import numpy as np
import matplotlib.pyplot as plt