News

Earlier day’s computer obtained input information from keyboards and mouse, now they have evolved to be able to process information from images and videos. The ability of a computer (machine) to ...
sudo apt-get install libgstreamer-plugins-base1.0-dev libgstreamer1.0-dev sudo apt-get install libgtk2.0-dev sudo apt-get install libgtk-3-dev cmake -DCMAKE_BUILD ...
OpenCV is a huge image and video processing library designed to work with many languages such as python, C/C++, Java, and more. It is the foundation for many of the applications you know that ...
The answer is the GTK development library, which the highgui module of OpenCV depends on to guild Graphical User Interfaces (GUIs): $ sudo apt-get install libgtk2.0-dev As I mentioned above, this ...