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 ...
Recognizing day to day objects using Object Recognition in OpenCV (C++)
Hello, One of the most interesting projects I’ve worked on in the past was a project about image processing. The goal was ...
Simple Digit Recognition aka Optical Character Recognition(OCR) in OpenCV-C++
Hello, As an extension to my previous tutorial of “Simple Digit Recognition aka Optical Character Recognition(OCR) in OpenCV-Python” , in this tutorial, ...
What are the Bare-Minimum Requirements to Learn OpenCV? or the best way to learn OpenCV?
Hello once, again !!! Often, i come across this topic from a lot of folks “Can i learn OpenCV?”, “What are the ...
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 ...
Difference between Point and Matrices
Hello all, This is my favorite topic as most of the people get confused while plotting the x and y coordinates for ...
Easiest way to install OpenCV on Ubuntu 16.04 (Python + C++ Support)
Hello Friends, I recently stumbled upon a script which i think is the easiest way to install OpenCV with Python and C++ ...
Simple Hand/Finger Tracking & Gesture Recognition
Once again, hello !! In this post, we are going to cover Hand Gesture Tracking. It’s one of my favorite and fun ...
Fast Object Tracking based on HSV, YUV, RGB & YCrCb Threshold and Contours Detection with X, Y Coordinates
Hello once again, Happy Wednesday, In today’s post, we’ll perform the Object Tracking by using the image thresholding and contours detection. In ...
Simple Vehicle Tracking/Detection System (C++) OpenCV | Windows 10 | x64 | Visual Studio 2015
Hello Friends, I have received a bunch of emails on this special Topic of vehicle detection(Thank you all for your feedback). So, ...
What would you like to see as my next Tutorial?
Hello Friends, So far, i have been randomly posting whats coming to mind on my blog but, i would like to offer ...
Fully-Configured Deep Learning VM in Python (VirtualBox & VMware)
Hello Buddies, Often when we start working on any new technology, the most common challenge that we face is ‘How can i ...