无法导入名称active_contour

时间:2016-01-25 07:52:26

标签: python scikit-image

我正在研究sci-image的初学者指南,当我尝试使用此网站上显示的代码时,我通过easy_install成功下载了scikit-image:

http://scikit-image.org/docs/dev/auto_examples/edges/plot_active_contours.html#example-edges-plot-active-contours-py

我收到错误消息,指出from skimage.segmentation import active_contour有错误:

  

ImportError:无法导入名称active_contour

我的第一个解决方案,正如我在互联网上阅读的那样,删除我正在使用的库并使用pip_install重新安装它但是我仍然得到相同的结果。对此表示感谢...

1 个答案:

答案 0 :(得分:1)

active_contour_model只能在developmentskikit-image中使用,并且(可能)会包含在skimage v.0.12中,但在此之前您需要手动安装开发https://github.com/scikit-image/scikit-image上找到的版本。

stableskimage.segmentation的文档位于:http://scikit-image.org/docs/stable/api/skimage.segmentation.html