unable to install opencv3

asked 2016-05-23 15:09:08 -0600

amangg gravatar image

updated 2016-05-25 09:34:30 -0600

I am trying to install opencv3 with cmake using the tutorials using python but I can't get it working. The error I constantly receive when I import cv using python

importerror no module named cv2

I am using the following tools :-

  1. Installed python 2.7.9 (32 bit)
  2. Installed numpy 1.11 from here
  3. Installed latest cmake version
  4. Using VS2012 for build and compiling (32 bit)
  5. Downloaded opencv3 from github.

I am utterly confused. Is there something that I am misssing something or any dependencies ?

edit retag flag offensive close merge delete

Comments

Without error message It's difficult to understand your problem...

LBerger gravatar imageLBerger ( 2016-05-24 07:59:12 -0600 )edit

I have edited the question. Check once again.

amangg gravatar imageamangg ( 2016-05-25 09:35:19 -0600 )edit
1
  • after building opencv libs in VS2012, you have to build the INSTALL project. thiswill copy the cv2.pyd to your python install
  • even if it's long, - please show us the cmake output (add to your question)
berak gravatar imageberak ( 2016-05-25 10:05:18 -0600 )edit