In many of our previous posts, we used OpenCV DNN Module, which allows running pre-trained neural networks. One of the module's main drawback is its limited CPU-only inference use since it was ...
Code OpenCV in Visual Studio
In this blog, 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 on ...
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 blog 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 ...
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 the ...