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.