scikit-image/matplotlib处理图像知识点 2017 7.15

来源:互联网 发布:淘宝网保健品 编辑:程序博客网 时间:2024/05/18 00:56

1.图像读入Numpy数组时,应注意数组的类型,dtype

s = np.zeros((100, 32, 32, 3), dtype='uint8')

2.我觉得比较重要的学习和查询网址

Python Numpy Tutorial:
http://cs231n.github.io/python-numpy-tutorial/

scikit-image学习
http://scikit-image.org/

numpy的参考文档
https://docs.scipy.org/doc/numpy/reference/

原创粉丝点击