Kiffi wrote:here's another one:Danilo wrote:It is a false detection!
strange...
Suddenly I'm drooling over my breakfast!

Kiffi wrote:here's another one:Danilo wrote:It is a false detection!
strange...
There is no function CompareFaces(image1,image2) if you mean that.dige wrote:@Danilo: thank you! I guess one step further ... is it possible to compare faces with opencv for face recognition?
Your system must 'learn' to recognize faces. It needs to build a database of images and associate it with a name,Face Recognition is a very active research area specialising on how to recognize faces within images or videos.
Face recognition compliments Face Detection.
Face Detection is the process of finding a 'face' within images or videos and Face Recognition is the process of matching
the detected 'face' to one of many the faces known to the filesystem.
I hoped about something like GetFaceFingerPrint(image)Danilo wrote: There is no function CompareFaces(image1,image2) if you mean that.![]()