Search code examples
pythoncomputer-visionwindows-vistaopencv3.0

Not able to import cv in python 2.7.10


I am using Python 2.7.10 and opencv 3.0.0 on windows vista. I am able to import cv2 but not able to import cv. I am using

import cv2.cv

but it gives

ImportError: No module named cv

I have followed two questions cannot import cv on OpenCV2.1 related to it but even those are not answered.


Solution

  • You can't, cv was removed as of OpenCV 3.0