Practical Computer Vision
上QQ阅读APP看书,第一时间看更新

OpenCV Anaconda installation 

Using Anaconda, which we installed in the previous section, OpenCV can be installed on both Linux and macOS as follows (this is OpenCV with only the Python library):

conda install -c conda-forge opencv