Ask Your Question

Revision history [back]

There are multiple tutorials out there on how to create your own cascade classifier, however, finetuning the parameters is always the hard part of the job. Keep in mind that many guides out there use the older cvHaartraining, but these guides use the same background. However, try to stick to the newer cascade classifier in C++ which is way better developped. You just have to look in docs to look for corresponding C++ functionality.

Some links that are interested and used frequently by forum users:

  1. http://opencvuser.blogspot.be/2011/08/creating-haar-cascade-classifier-aka.html
  2. http://note.sonots.com/SciSoftware/haartraining.html
  3. http://coding-robin.de/2013/07/22/train-your-own-opencv-haar-classifier.html