OpenCV Real-time Graph Plot using Matplotlib or Python-Drawnow
Hello Friends, In this tutorial, we’ll see how we can use Matplotlib to generate live-opencv graphs. We’ll look at atleast three ways ...
How to detect a Christmas Tree using Python?
Hello Friends, For our new project, let’s try to recognize a Christmas Tree, remember, this will stay true for all the tress ...
Driver Drowsiness detection using OpenCV and Python
Hello all, After a lot of emails over this topic, today’s blog post will discuss the method to implement the “Driver Drowsiness ...
Simple Digit Recognition aka Optical Character Recognition(OCR) in OpenCV-Python
Hello all, Here is a very basic implementation of the OpenCV-Python based program for Optical Character Recognition(OCR). First, we’ll understand what all ...
World’s simplest Facial Recognition API for Python(Ubuntu Only)
Hey Guys, Welcome Back, in this post, we are going to discover the easiest way to discover faces in any image using ...
Installation of OpenCV 3.3/3.2/3.0 and Python 2.7 on Windows 10 (64-bit)
Hello all, Today, we’ll setup our environment with OpenCV 3 with Python on Windows 10. If you have noticed, we have already ...
Swap colors in an image using OpenCV and Python
Hello, In today’s post, we’ll discuss how to swap colors in an image using OpenCV and Python. Often, while writing OpenCV program, ...
Install OpenCV 3.3 and Python(2.7 & 3.5) bindings on Ubuntu 16.04
Hello, In this post, we are going to cover, how to install OpenCV 3.3 and Python 2.7 or 3.5 bindings on latest ...