This post will go over how to use OpenCV DNN Module with Nvidia GPU on Windows operating system. If you sthave an Ubuntu system, you can check ...
Code OpenCV in Visual Studio
In this article, we explain how to build applications with OpenCV using Visual Studio. We will be using Visual Studio 16 2019. If you write code on Windows, there is a high probability that you work ...
Install OpenCV on Windows – C++ / Python
In this blog post, we will be installing OpenCV on Windows for C++ and Python. The C++ installation is done with the help of custom setup exe files. Whereas Python installation is done with ...
Background Subtraction with OpenCV and BGS Libraries
The task of marking foreground entities plays an important role in the video pre-processing pipeline as the initial phase of computer vision (CV) applications. As examples of such applications, we can ...
Tetris with OpenCV Python
In this post, we'll create the game of Tetris as shown in the video above. Tetris Most readers are probably familiar with Tetris - a popular and addictive video game created by Russian software ...
Image Classification with OpenCV for Android
In the previous post, we've learned how to work with OpenCV Java API with the example of a PyTorch convolutional neural network, integrated into the Java pipeline. Now we are going to transform ...