If you haven't been to the Wizarding World of Harry Potter or don't know what an 'interactive wand' is, you are kinda missing out on a really well designed experience that uses computer vision to ...
High Dynamic Range (HDR) Imaging using OpenCV (C++/Python)
In this tutorial, we will learn how to create a High Dynamic Range (HDR) image using multiple images taken with different exposure settings. We will share code in both C++ and Python. What is High ...
Selective Search for Object Detection (C++ / Python)
In this tutorial, we will understand an important concept called "Selective Search" in Object Detection. We will also share OpenCV code in C++ and Python. Object Detection vs. Object ...
PyTorch C++ Front-end: Tensors
In our last few blogs we are learning and exploring lot of things about PyTorch and it's advantages over other existing Deep Learning libraries. We learnt how to build an image classifier using ...
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 ...
Install Dlib on Windows
In this post, we will provide step by step instructions on how to install Dlib on Windows. Please use the official instructions to use Dlib in your project. This post is no longer updated or ...