Using a Haar cascade classifier in OpenCV is simple. You just need to provide the trained model in an XML…
Before the deep learning revolution redefined computer vision, Haar features and Haar cascades were the tools you must not ignore…
The Random Forest algorithm forms part of a family of ensemble machine learning algorithms and is a popular variation of…
The Naive Bayes algorithm is a simple but powerful technique for supervised machine learning. Its Gaussian variant is implemented in…
In a previous tutorial, we have explored the use of the Support Vector Machine algorithm as one of the most…
One of the pre-processing steps that are often carried out on images before feeding them into a machine learning algorithm…
Sponsored Content By Rajan Mistry Sr. Applications Engineer with the Qualcomm Developer Network Today, you can’t help but read the…
The Support Vector Machine algorithm is one of the most popular supervised machine learning techniques, and it comes implemented in…
In the previous post, you saw that OpenCV can extract features from an image using a technique called the Histogram…
At the very start of your machine learning journey, making use of publicly available datasets alleviates the worry of having…