(Easy & Fast) Pre-Compiled OpenCV Libraries and Headers for 3.2 with Visual Studio 2015 x64 Windows 10 Support
Hello Friends, Following our last post on installing OpenCV 3.3 as per the below link, i am sure most of you might ...
(Best and Easy) Support Vector Machines(SVM) + HOG Tutorial | OpenCV 3.0, 3.1, 3.2, 3.3 | Windows 10 | Visual Studio 2015 | x64 | Train & Test
Hello Friends, Have you ever wondered how can you create your own OpenCV 3 Support Vector Machines(SVM) + HOG Classifier? Did you ...
Modern C++ libraries for your OpenCV toolbox
Hello Folks, I think following is my personal favorite list of toolbox that i frequently use with OpenCV. Hope this will assist ...
Usage of “Assert” in OpenCV World
Hello Folks, Today, we’ll learn about the most interesting ASSERT function in OpenCV. assertassert will terminate the program (usually with a message quoting ...
How to detect a Christmas Tree using C++?
Hello Friends, As a follow-up to our previous post on Detecting Christmas trees using Python, in this tutorial, we’ll detect the Christmas ...
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, ...
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, ...
OpenCV : Motion Tracking with Recording using WebCam (Easy Way) aka Motion Activated Security Camera
Hello Everybody, Pankaj here !! Today we are going to be going over another OpenCV Tutotirla using C++, more importantly, we are ...
Load an Image and Display using OpenCV (C++)
Hello again, Today, we are going to learn how to read an image from a file and display it using OpenCV. First ...