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 ...