Shakkhar
Shakkhar

Reputation: 51

Comparing two face opencv

I am new in opencv. I am trying to make a program which capture video from webcam and show the face on the video is exist in the directory or not. I already complete face detect from webcam. Now i jast need to compare the similarity of detected face with the directory image face. Please help me some one... I am using C++ MSVC 2010 OpenCV 2.1

Upvotes: 3

Views: 4997

Answers (2)

KonK
KonK

Reputation: 290

You can see to libface. It can detect and recognise faces.

Upvotes: 0

codetiger
codetiger

Reputation: 2779

You can use OpenCV's face detection methods. They have a very good tutorial in their website.

http://opencv.willowgarage.com/wiki/FaceDetection/

Upvotes: 1

Related Questions