Where can I find haar cascades xml files?

opencv

Solution

Go to the opencv folder and check the data folder. You'll find haar-cascades for eyes, face, ears, upper body...:) And they do work properly.

Here's one site http://alereimondo.no-ip.org/OpenCV/34/ Don't know if they work though.

Problem

I'm looking for a website to download haar cascades xml files from. It can be for any objects as long as its a properly working cascade.

Original source

Related problems