Python

※This article is based on Python 3.7.3

环境 [edit]

安装命令

pip install opencv-python

简单的例程 [edit]

import cv2 as cv
img = cv.imread("2.jpg")
cv.imshow("2", img)
cv.waitKey(0)
cv.destroyAllWindows()

コメント:



(画像の文字列を入力して下さい)

トップ   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS