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

python - Installing PyDev in eclipse is failed -

PHP OOP-based login system -

c# - Nested Internal Class with Readonly Hashtable throws Null ref exception.. on assignment -