In this post, we will learn about a Deep Learning based object tracking algorithm called GOTURN. The original implementation of GOTURN is in Caffe, but it has been ported to the OpenCV Object Tracking ...
OpenCV Transparent API
A master wordsmith can tell a heart breaking story in just a few words. For sale: baby shoes, never worn. A great artist can do so much with so little! The same holds true for great programmers ...
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 ...
Install OpenCV 3 and Dlib on Windows ( Python only )
This is an old blog and some information might be obsolete. We have published new instructions. You can find them here: Setup exe installers for WindowsInstall OpenCV from source on Windows We ...
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 ...