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
+1 -1
View File
@@ -22,7 +22,7 @@ a skeleton by iterative morphological thinnings.
import numpy as np
from scipy import ndimage
from scikits.image.morphology import medial_axis
from skimage.morphology import medial_axis
import matplotlib.pyplot as plt