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

jquery - How do you format the date used in the popover widget title of FullCalendar? -

Bubble Sort Manually a Linked List in Java -

asp.net mvc - SSO between MVCForum and Umbraco7 -