Friday, September 28, 2007

Face Detection

After analysing the OpenCV, I am able to edit the face detection sample code to use in our project. I was able to extract the face from a picture and save it as another picture. It works well for some pictures I have tested, even for virtual models.

The process is fully automated and purely written using OpenCV Library. The program will read an image each time, and write out an image with a file name using the userid of that user. Therefore it will save as a different image each time.

Sample picture tested:

Result:

No comments:

Post a Comment