0

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.

Community
  • 1
  • 1
TonyParker
  • 2,024
  • 5
  • 18
  • 27

1 Answers1

0

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

Dimitris Fasarakis Hilliard
  • 150,925
  • 31
  • 268
  • 253