1

I would like to start with OpenCV . I followed some tutorials for installing OpenCV in Windows.

After downloading and extracting OpenCV

First, I create environment variable and path

enter image description here

enter image description here

Then I moved to python in Visual Studio. I installed python and I started with a very simple tutorial, but I faced some problems with python.

  1. First problem was with numpy module was not found. solved

    enter image description here

  2. cv2 error I couldn't solved it, I followed instruction said that I need copy cv2.pyd file in ..\Python34\Lib\site-packages

enter image description here

afterword I tried to >>> import cv2

but I got this error

enter image description here

Thanks for all of you.

Ébe Isaac
  • 11,563
  • 17
  • 64
  • 97
MST QNB
  • 293
  • 2
  • 5
  • 15
  • The "cv2.pyd" doesn't look like from your build. It dated back to April 2015. Check your build path to verify. – pyan Sep 13 '16 at 17:34
  • It' a good notes, but the file from build. The OpenCV folder 04/06/2015. a big question mark over my head "?", but still I don't know why? – MST QNB Sep 13 '16 at 20:00

0 Answers0