查看python的OpenCV版本

安装"opencv"
  pip install opencv-python
查看版本
  import cv2   cv2.__version__
原文地址:https://www.cnblogs.com/lfydeblog/p/8536588.html