mirror of
https://github.com/wassname/scikit-image.git
synced 2026-08-18 12:30:14 +08:00
Update plot_ncut example to use skimage.future
This commit is contained in:
@@ -12,7 +12,8 @@ References
|
|||||||
Pattern Analysis and Machine Intelligence,
|
Pattern Analysis and Machine Intelligence,
|
||||||
IEEE Transactions on, vol. 22, no. 8, pp. 888-905, August 2000.
|
IEEE Transactions on, vol. 22, no. 8, pp. 888-905, August 2000.
|
||||||
"""
|
"""
|
||||||
from skimage import graph, data, io, segmentation, color
|
from skimage import data, io, segmentation, color
|
||||||
|
from skimage.future import graph
|
||||||
from matplotlib import pyplot as plt
|
from matplotlib import pyplot as plt
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user