and Python interface
Ubuntu 16.04 LTS OpenCV C / C++ and Python interface (接口) Install OpenCV from the Ubuntu Repository (apt) – Python 调用接口 Python3 sudo apt update sudo apt install python3-opencv 1 2 Python2 sudo apt update sudo apt install python-opencv 1 2 OpenCV version python3 -c “import cv2; print(cv2.version)” py
用户评论