Skip to content

Instantly share code, notes, and snippets.

@baflo
Last active October 19, 2017 11:52
Show Gist options
  • Save baflo/1453af8e06882705d24b15f008b9c86b to your computer and use it in GitHub Desktop.
Save baflo/1453af8e06882705d24b15f008b9c86b to your computer and use it in GitHub Desktop.

Use OpenCV 3.3 with Python

Just do this tutorial.

Hints

  • NumPy is also available as x64 now. You don't need to build it yourself
  • CMake does not find your installed Visual Studio automagically. Really, select the one you have
  • If you finished BUILD and INSTALL, but in Python you get ImportError: DLL not found, add OpenCV\build\install\x64\vc14\bin or appropriate.
  • I made it work with Python 2.7.14 and Python 2.5.2. On Windows 10.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment