How can you import cv, not cv2
I have been asked to install the cv library on Ubuntu, using python.
From what I have read, it seems OpenCV has discontinued support for cv and only cv2 is used now. Am I correct? Regardless, does anyone know how I can get this library?
Thank you in advance!