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
Post a Comment