我正在研究sci-image的初学者指南,当我尝试使用此网站上显示的代码时,我通过easy_install
成功下载了scikit-image:
我收到错误消息,指出from skimage.segmentation import active_contour
有错误:
ImportError:无法导入名称active_contour
我的第一个解决方案,正如我在互联网上阅读的那样,删除我正在使用的库并使用pip_install
重新安装它但是我仍然得到相同的结果。对此表示感谢...
答案 0 :(得分:1)
active_contour_model
只能在development
版skikit-image
中使用,并且(可能)会包含在skimage v.0.12
中,但在此之前您需要手动安装开发https://github.com/scikit-image/scikit-image上找到的版本。
stable
版skimage.segmentation
的文档位于:http://scikit-image.org/docs/stable/api/skimage.segmentation.html