python - Missing module OpenCV Ubuntu -


i installed opencv this script. python code starts of with:

import cv2 import cv2.cv cv 

when run error:

    import cv2.cv cv importerror: no module named cv 

i feel i'm missing obvious.

thanks,

tugzrida

any chance, you're running opencv3.0 ?

the outdated cv submodule removed, you'll have use cv2 now.


Comments

Popular posts from this blog

shopping cart - Page redirect not working PHP -

php - How to modify a menu to show sub-menus -

python - Installing PyDev in eclipse is failed -