Thursday, September 20, 2012

Camera Face Detection in C# Using Emgu CV (OpenCV in .NET) and WPF - CodeProject

 Intro to article by  ,

Hi there, this is a new tutorial category in my blog. It's Computer Vision. In this blog, I'd like to show you something cool. It's how to perform Face Detection using your camera / Webcam. You'll see how your application can detect faces from a captured image. Curious about it? Let's take a look how to do that.
This what you need to follow this tutorial:
  1. Microsoft Visual Studio 2010. Or if you don't have one, you can use 2008 version
  2. Emgu CV (OpenCV in .NET). You can download the latest version in this link: http://www.emgu.com/wiki/index.php/Main_Page and follow the installation instruction
  3. Basic Knowledge of C# Programming
  4. Familiar in WPF Development
After you've got what you need, it's time to rock!


Camera Face Detection in C# Using Emgu CV (OpenCV in .NET) and WPF - CodeProject

No comments: