Introduction - If you have any usage issues, please Google them yourself
This article is an extention of an article that I posted on CodeProject earlier (See http://www.codeproject.com/KB/mcpp/iss.aspx). This project demonstrates how to perform human face and eye detection using OpenCV in. NET. The detection is performed using Haar Cascades that I acquired from two different sources (See References).
Packet : 35738627testdetection_v.2.zip filelist
FaceDetection/app.aps
FaceDetection/app.ico
FaceDetection/app.rc
FaceDetection/AssemblyInfo.cpp
FaceDetection/clsFaceDetectionWrapper.cpp
FaceDetection/clsFaceDetectionWrapper.h
FaceDetection/FaceDetection.vcproj
FaceDetection/FaceDetection.vcproj.Z.Zeeshan Ejaz.user
FaceDetection/FaceDetectionWrapper.vcproj.Z.Zeeshan.user
FaceDetection/FaceDetectionWrapper.vcproj.ZeeshanEjaz-PC.Zeeshan Ejaz.user
FaceDetection/FaceLocator.cpp
FaceDetection/FaceLocator.h
FaceDetection/ObjectLocator.cpp
FaceDetection/ObjectLocator.h
FaceDetection/ReadMe.txt
FaceDetection/resource.h
FaceDetection/Stdafx.cpp
FaceDetection/Stdafx.h
TestDetection.sln
TestDetection/frmEyeTest.cs
TestDetection/frmEyeTest.Designer.cs
TestDetection/frmEyeTest.resx
TestDetection/Program.cs
TestDetection/Properties/
TestDetection/Properties/AssemblyInfo.cs
TestDetection/Properties/Resources.Designer.cs
TestDetection/Properties/Resources.resx
TestDetection/Properties/Settings.Designer.cs
TestDetection/Properties/Settings.settings
TestDetection/TestDetection.csproj
TestDetection/TestDetection.csproj.user