Does openCV provice anti spoofing techniques for face detection? [closed]
Hi guys,
I am currently working on a face recognition project with openCV. I managed to set up the face detection and recognition already. Now I am looking for solutions to discriminate between "real faces" and "spoofed faces". With spoofed faces I refer to photos / vidoes / masks of a face, that are held in front of my camera to trick the recognition system to be someone else.
I browsed the openCV reference page for some time now, but sadly it does not seem to provide such functionality. If anyone of you knows some off-the-shelve solutions, please share them with me.
Thanks in advance!