opencv - How to import cv2 in python project "Visual Studio 2015"? -


i start opencv . followed tutorials installing opencv in windows.

after downloading , extracting opencv

first, create environment variable , path

enter image description here

enter image description here

then moved python in visual studio. installed python , started simple tutorial, faced problems python.

  1. first problem numpy module not found. solved

    enter image description here

  2. cv2 error couldn't solved it, followed instruction said need copy cv2.pyd file in ..\python34\lib\site-packages

enter image description here

afterword tried >>> import cv2

but got error

enter image description here

thanks of you.


Comments

Popular posts from this blog

javascript - Thinglink image not visible until browser resize -

firebird - Error "invalid transaction handle (expecting explicit transaction start)" executing script from Delphi -

mongodb - How to keep track of users making Stripe Payments -