ubuntu下python-skimage安装

ubuntu下python-skimage的安装


1.安装必须的依赖

// python-mumpy
// python-scipy
// python-matplotlib
$ sudo apt-get install python-numpy
$ sudo apt-get install python-scipy
$ sudo apt-get install python-matplotlib

2.安装python-skimage

$ sudo pip install scikit-image

猜你喜欢

转载自blog.csdn.net/liuxiaodong400/article/details/80869599
今日推荐