--- lang: ja-jp breaks: true --- # Python で OpenCV を使用する Windows 2021-07-22 ## pip install ```shell= pip install opencv-python pip install opencv-contrib-python ``` ## 使ってみる ```python= import cv2 ``` ###### tags: `Python` `OpenCV` `Windows`