1 安装numpy,scipy, matplotlib,
sudo apt-get install python-numpy sudo apt-get install python-scipy sudo apt-get install python-matplotlib
sudo apt-get install python-dev
2 图片处理相关的科学库
pip install scikit-image
原文:http://www.cnblogs.com/zhaopengcheng/p/6443056.html