Quantcast
Channel: MachineLearningMastery.com
Viewing all articles
Browse latest Browse all 907

Training a Haar Cascade Object Detector in OpenCV

$
0
0

Using a Haar cascade classifier in OpenCV is simple. You just need to provide the trained model in an XML file to create the classifier. Training one from scratch, however, is not so straightforward. In this tutorial, you will see how the training should be like. In particular, you will learn: What are the tools […]

The post Training a Haar Cascade Object Detector in OpenCV appeared first on MachineLearningMastery.com.


Viewing all articles
Browse latest Browse all 907

Trending Articles