I am trying to install opencv3 with cmake using the [tutorials using python](http://opencv-python-tutroals.readthedocs.io/en/latest/py_tutorials/py_setup/py_setup_in_windows/py_setup_in_windows.html) 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](http://www.lfd.uci.edu/~gohlke/pythonlibs/#numpy)
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 ?
↧