Nuacht

Should we add openCV path or so in Visual studio project? But this was not needed for Numpy. When i use cimport cv2 instead of import cv2 in openCVTestcode.pyx it says cimported module has no ...
Install the cv2 package with pip3 install --upgrade opencv-python Open VSCode, create a python file, add import cv2 and try to use any method from that package Does this issue occur when all ...