在 Python3 中載入 OpenCV 需要使用如下方式:
from cv2 import cv2
而不能使用 import cv2 否則 vscode 會報錯:
import cv2
而正確導(dǎo)入則不會報錯: