IssacCyj / tutorial-haartraining

Tutorial of OpenCV haartraining

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The OpenCV library gives us a greatly interesting demo for a face detection. Furthermore, it provides us programs (or functions) which they used to train classifiers for their face detection system (called HaarTraining). Thus, we can create our own object classifiers using the functions. It is interesting.

However, I could not follow how OpenCV developers performed the haartrainig for their face detection system exactly because they did not provide us several information such as what images they used for training. The objective of this report is to provide step-by-step procedures for following people.

Go to http://note.sonots.com/SciSoftware/haartraining.html

About

Tutorial of OpenCV haartraining


Languages

Language:C++ 67.1%Language:C 12.5%Language:Makefile 8.7%Language:HTML 7.2%Language:Shell 2.4%Language:Perl 1.5%Language:MATLAB 0.5%