Notifications
Clear all
Nov 19, 2022 9:31 am
Hi
How to find out if I have OpenCV installed?
2 Replies
Nov 22, 2022 11:15 pm
Hi
To find out if OpenCV was installed correctly, open Terminal and run the following commands:
python import cv2 as cv print(cv.__version__)