Install OpenCV 4.5.5 from Source in Xubuntu 20.04
For some reasons, I have to install OpenCV from source in my Xubuntu 20.04. To me, the tricky part was the options for CMake. Here I share my settings and the reason why I need them.
Install required packages Source: How to Install OpenCV on Ubuntu 20.04
sudo apt install build-essential cmake git pkg-config libgtk-3-dev \ libavcodec-dev libavformat-dev libswscale-dev libv4l-dev \ libxvidcore-dev libx264-dev libjpeg-dev libpng-dev libtiff-dev \ gfortran openexr libatlas-base-dev python3-dev python3-numpy \ libtbb2 libtbb-dev libdc1394-22-dev libopenexr-dev \ libgstreamer-plugins-base1.
[Read More]