Ask Your Question

Revision history [back]

unable to install opencv3 from source

I am trying to install opencv3 with cmake using the tutorials using python but I can't get it working. I am using the VS2012 compiler. I don't even get the build_opencv_python option when I configure. Any ideas as to why it's happening ? Please help me out .

unable to install opencv3 from sourceopencv3

I am trying to install opencv3 with cmake using the tutorials using python but I can't get it working. 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 compiler. for build and compiling (32 bit)
  5. Downloaded opencv3 from github.

I don't even get the build_opencv_python option when am utterly confused. Is there something that I configure. Any ideas as to why it's happening ? Please help me out .am misssing something or any dependencies ?