-
Notifications
You must be signed in to change notification settings - Fork 0
Prerequisites
cfrahnow edited this page Jun 17, 2015
·
3 revisions
To process images, load OpenCV2
- Linux: (sudo apt-get install opencv2 && pip install opencv2)
- Windows: Tutorial --> use the Python Wheel for numpy as pip install won't work
To find QR codes, use zbar, Python Image Library and SciPy
- Linux: pip and apt-get
- Windows: ZBAR-Install-Binaries, PIL-Install-Binaries and SciPy-Binaries
... any further module problems should be solvable with pip.
To have scipy installed on windows, some further dependencies are needed. All you need is already included in those wheel files: