Hacker News new | ask | show | jobs
by barcoder 3938 days ago
Here's a face tracking version I made a couple of years back: https://vimeo.com/13156714

It just uses a webcam and detects faces with (the now obsolete) Haarcascading face algorithm.

1 comments

Did you implement your own Haar wavelet feature cascading classifier?