Webcam face detection in C# using Emgu CV
Some time ago I wrote a post on how to do face detection in C# using OpenCV. I’ve since begun using the Emgu CV wrapper instead of opencvdotnet. Emgu CV is much better, in active development and it even runs on Mono. Two gotchas:
You don’t have to install OpenCV, but instead have to copy the [...]