Photo filters have always been one of the coolest image processing applications. What could be a better inspiration to design filters than taking ideas from Photoshop? Let's begin the fun! In this ...
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 Java
OpenCV library is widely used due to its extensive coverage of the computer vision tasks, and availability to involve it in various projects, including deep learning. Usually, OpenCV is used with C++ ...
Snake Game with OpenCV Python
Let's make a few classes to represent the game. SnakePart : As shown in Figure 1, this represents the body of the snake (excluding the head). Head : This class represents the head of the snake ...
Experiment Logging with TensorBoard and wandb
When approaching a problem using Machine Learning or Deep Learning, researchers often face a necessity of model tuning because the chosen method usually depends on various hyperparameters and used ...
Image Matting with state-of-the-art Method “F, B, Alpha Matting”
The foreground is the part of a view or picture, that is nearest to you when you look at it (Oxford dictionary). We, humans, are usually good at distinguishing foreground objects on images from the ...