Python 实用库推荐 ~
除了 NumPy、SciPy、Pandas 等常用的库,有哪些用过都说好的库推荐呢~
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.