Linux 系统下安装 python-skimage

Linux 系统下安装 python-skimage


 

安装必须的依赖

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

安装python-skimage

sudo pip3 install scikit-image

  

posted @ 2019-01-18 12:40  我是ed  阅读(4098)  评论(0编辑  收藏  举报