OpenCV installation on Ubuntu 18.04
Install the OpenCV with versions of Python 2/3 and C++ on Ubuntu 18.04
Preparations
# Update the package lists
sudo apt update -y
# Install required packages
sudo apt install -y pkg-config python-dev python-numpy python-scipy python-setuptools python-pip