unable to install opencv3
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 :-
- Installed python 2.7.9 (32 bit)
- Installed numpy 1.11 from here
- Installed latest cmake version
- Using VS2012 for build and compiling (32 bit)
- Downloaded opencv3 from github.
I am utterly confused. Is there something that I am misssing something or any dependencies ?
Without error message It's difficult to understand your problem...
I have edited the question. Check once again.