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 ...
Faster R-CNN Object Detection with PyTorch
1. Image Classification vs. Object Detection Image Classification is a problem where we assign a class label to an input image. For example, given an input image of a cat, the output of an image ...
Hangman: Creating games in OpenCV
As beginners in OpenCV, it is a daunting task to read beautiful yet complicated projects and codes. But fear not! In this post, we will guide you through a fun project which uses very basic Computer ...
Hough Transform with OpenCV (C++/Python)
[latexpage]In this post, we will learn how to detect lines and circles in an image, with the help of a technique called Hough transform. What is Hough transform? Hough transform is a feature ...
Video Stabilization Using Point Feature Matching in OpenCV
Video Stabilization Example of Low-frequency camera motion in video Video stabilization refers to a family of methods used to reduce the effect of camera motion on the final video. The ...
Shape Matching using Hu Moments (C++/Python)
In this post, we will show how to use Hu Moments for shape matching. You will learn the following What are image moments?How are image moments calculated?What are Hu moment invariants (or Hu ...