dmitrime / haar-training

OpenCV Haar cascade classifier

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Haar classifier training utilities

Scripts for training a Haar cascade classifier, as described here and here.

Haar-like features can be used to detect certain objects in the image, for examples, faces. The articles above describe how to do this. Be prepared to wait days for the training to finish!

OpenCV and its source is required for preparation and training.

About

OpenCV Haar cascade classifier


Languages

Language:C++ 57.0%Language:Perl 24.8%Language:Shell 10.3%Language:Python 7.9%