Ask Your Question

krrun16's profile - activity

2017-02-03 01:45:58 -0600 answered a question Visual studio 2013 can't import cv2

I had the same issue, but found a solution that worked for me.

After building INSTALL in Visual Studio 2013, I had to add this to my System path variable.
(location to your opencv directory)\build\bin\Release

After that, I was able to open the python command line or python IDLE and "import cv2" worked. I hope that this helps.