Ask Your Question

Revision history [back]

Cannot import any contrib modules in Python

I'm trying to build OpenCV on my desktop with contrib modules after having successfully built it on my laptop. As far as I can tell, all the .dll's for the contrib modules get generated and in general, I cannot find any differences in the file structure on both machines. Yet on the desktop, I cannot import any contrib modules and when I run cv2.getBuildInformation, the contrib modules are not in the list of modules to be built.

OpenCV 3.1.0, Windows 7, Python 2.7.11

Thank you.