In this post, we will learn how to read, write and display videos in OpenCV. Before we do that, allow me a digression into a bit of history of ...
Get OpenCV Build Information ( getBuildInformation )
In this tutorial, we will introduce a quick way to check your OpenCV build settings. If you have ever compiled or installed OpenCV, you know it ...
Automatic Red Eye Remover using OpenCV (C++ / Python)
In this tutorial, we will learn how to remove red eyes from a photo completely automatically. Just thinking about this problem of red-eye removal ...
Head Pose Estimation using OpenCV and Dlib
In this tutorial we will learn how to estimate the pose of a human head in a photo using OpenCV and Dlib. In many applications, we need to know how ...
Live CV : A Computer Vision Coding Application
In this article I will present Live CV, a computer vision coding application, and describe a few of it's implementation details along the ...