In this post, we will create the Snake Game using Python and OpenCV as shown in the video above. Snake Game In the Snake Game, we have a digital snake that we control using the arrows keys. An ...
Eigenface using OpenCV (C++/Python)
In this post, we will learn about Eigenface -- an application of Principal Component Analysis (PCA) for human faces. We will also share C++ and Python code written using OpenCV to explain the ...
cvui: A GUI lib built on top of OpenCV drawing primitives
Often the development of a computer vision project involves tweaking parameters of a technique to achieve the desired outcome. These parameters could be the thresholds of an edge detection algorithm ...