Python
※This article is based on Python 3.7.3
安装命令
pip install opencv-python
import cv2 as cv img = cv.imread("2.jpg") cv.imshow("2", img) cv.waitKey(0) cv.destroyAllWindows()
コメント: