2
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Image Processing with Python Environment Setup for Windows

2
Posted at

OpenCVのインストール

  • OpenCVのダウンロードページより__OpenCV for Windows__をダウンロード。
  • ダウンロードしたインストーラを実行。
  • opencvフォルダがインストーラと同じフォルダに展開されるため、そのフォルダをCドライブ直下(C:\)へ移動させる。(例: mv /cygdrive/c/Users/navi/Downloads/opencv /cygdrive/c/)
  • C:\opencv\build\python\2.7\x86\cv2.pydC:\Python2.7\Lib\site-packages\へコピーする。(例:cp /cygdrive/c/opencv/build/python/2.7/x86/cv2.pyd /cygdrive/c/Python2.7/Lib/site-packages/)

PILのインストール

  • PILのダウンロードページより__Python Imaging Library X.X.X for Python 2.7をダウンロード。
  • ダウンロードしたインストーラを実行。

参考

2
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?