Bildverarbeitung mit Python Environment Setup für Windows
OpenCV-Installation
- Laden Sie OpenCV für Windows von OpenCV Download Page herunter.
- Führen Sie das heruntergeladene Installationsprogramm aus.
- Da der Ordner "opencv" auf denselben Ordner wie das Installationsprogramm erweitert wurde, verschieben Sie diesen Ordner direkt unter das Laufwerk C ("C: "). (Beispiel:
mv / cygdrive / c / Users / navi / Downloads / opencv / cygdrive / c /
)
- Kopieren Sie
C: \ opencv \ build \ python \ 2.7 \ x86 \ cv2.pyd
nach C: \ Python2.7 \ Lib \ site-packages \
. (Beispiel: cp /cygdrive/c/opencv/build/python/2.7/x86/cv2.pyd / cygdrive / c / Python2.7 / Lib / site-packages /
)
PIL-Installation
- Laden Sie die __Python Imaging Library X.X.X für Python 2.7 von PIL Download Page herunter.
- Führen Sie das heruntergeladene Installationsprogramm aus.
Referenz