除了 NumPy、SciPy、Pandas 等常用的库,有哪些用过都说好的库推荐呢~
Python 实用库推荐 ~
python
186 views
除了 NumPy、SciPy、Pandas 等常用的库,有哪些用过都说好的库推荐呢~
数据可视化的话可以试试这些:
Matplotlib 一般够用了,平时可以看 cheat sheet 速查一些方法:cheatsheet
如果对编码一致性和显示一致性的自定义能力要求较高的话,还是 matlab 好
I recommand opencv-python for computer vision. You can install it by
pip install opencv-python
OpenCV (Open Source Computer Vision Library: http://opencv.org) is an open-source library that includes several hundreds of computer vision algorithms.
OpenCV has a modular structure, including Core functionality, Image Processing, Video Analysis and etc.
It a excellent python library for research and enginnering.