Ask Your Question

Revision history [back]

One year ago more less we have tried a device with face recognition. The result was good, We have recorded 10 people and the device has recognized the people correctly.

How I want to do is: In a video surveillance contest, I want that, if an unknow face is detected from the camera the software have to send an email. (Is possible with OpenCV?) In order to study and probe OpenCV I have written this program: FacesFinder www.denisgottardello.it/FacesFinder.zip that you can download and try. The result is very bad, and I hope the cause is some my errors. If you try the program you will see that the program can find faces from an image sequence and, if you want, you can build a faces gallery. Then the program can try to match the new faces with the gallery. The result is that often a person has the name of the another person. Often the program finds like face another object. Can you try it for me?

One year ago more less we have tried a device with face recognition. The result was good, We have recorded 10 people and the device has recognized the people correctly.

How I want to do is: In a video surveillance contest, I want that, if an unknow face is detected from the camera the software have to send an email. (Is possible with OpenCV?) OpenCV?)

In order to study and probe OpenCV I have written this program: program:

FacesFinder www.denisgottardello.it/FacesFinder.zip www.denisgottardello.it/FacesFinder.zip

that you can download and try. The result is very bad, and I hope the cause is some my errors. If you try the program you will see that the program can find faces from an image sequence and, if you want, you can build a faces gallery. Then the program can try to match the new faces with the gallery. The result is that often a person has the name of the another person. Often the program finds like face another object. object.

Can you try it for me?