关于Python安装opencv
#安装 opencv
pip install opencv-contrib-python -i https://pypi.tuna.tsinghua.edu.cn/simple/
opencv-contrib-python 包含 numpy库,numpy库是Python的一个扩展程序库,支持大量的维度数组与矩阵运算。
# This is a sample Python script.
# Press Shift+F10 to execute it or replace it