How to install OpenCV on Ubuntu 20.04 – VITUX
vitux.com › opencv_ubuntuAfter completing the installation of OpenCV, you can verify the installation by importing the cv2 module and print the installed version of OpenCV by executing the following command: $ python3 -c "import cv2; print (cv2.__version__)" The following output will display on your screen. Here, the 4.2.0 OpenCV version has been installed on this system.
How to install OpenCV on Ubuntu 20.04 – VITUX
https://vitux.com/opencv_ubuntuAfter completing the installation of OpenCV, you can verify the installation by importing the cv2 module and print the installed version of OpenCV by executing the following command: $ python3 -c "import cv2; print (cv2.__version__)" The following output will display on your screen. Here, the 4.2.0 OpenCV version has been installed on this system.