views:

3601

answers:

3

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?

+1  A: 

I think this might be helpful:

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

Tony