How to create Haar Cascade (xml) for using with OpenCV?
Posted
by inTagger
on Stack Overflow
See other posts from Stack Overflow
or by inTagger
Published on 2010-01-04T17:11:33Z
Indexed on
2010/05/03
5:08 UTC
Read the original article
Hit count: 1333
If you familiar with OpenCV library, you know what is haar cascade image object detection. I mean image object detection like human face or something else. I have haar cascade xml for face detection, but i don't know how to create my own. I want to create Haar Cascade xml to detect simple bright circle light sources (i.e. flashing infrared light from TV remote control).
So, how to create Haar Cascade (xml) for using with OpenCV?
© Stack Overflow or respective owner