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
then moved python in visual studio. installed python , started simple tutorial, faced problems python.
first problem
numpy
module not found. solvedcv2 error couldn't solved it, followed instruction said need copy
cv2.pyd
file in..\python34\lib\site-packages
afterword tried >>> import cv2
but got error
thanks of you.
Comments
Post a Comment