Skip to content

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

... 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:

Clone this wiki locally