Ask Your Question
0

How does stereocam prevents anti face spoofing?

asked 2015-12-19 02:58:42 -0600

Tiras gravatar image

updated 2015-12-19 12:39:43 -0600

I am struck with face spoofing. Right now I can setup stereo webcam and take images from left and right webcam simulatenously(at least, I am practicing concurrent programming to do this job).
I can extract the eyes, nose, mouth, face center correctly. I had search on face spoofing publication. I usually found texture, skin, or something similar analysis on the single picture. And the prominent technique is 3D face scanner by maser
Question:
I do not know how to let computer distinguish between single picture(spoofing case) and real face(human face).
I heard that is not difficult, but I could not figure out.
Please guide me some clue then I will report back what I found.

edit retag flag offensive close merge delete

Comments

1

If you use stereo cameras, you can check if your face is flat (picture) or have depth (real face).

For that, you have to do the classical procedure for stereo cameras:

There is a sample code here: stereo_match.cpp.

Eduardo gravatar imageEduardo ( 2015-12-19 08:08:58 -0600 )edit

1 answer

Sort by ยป oldest newest most voted
0

answered 2015-12-19 12:55:20 -0600

Tiras gravatar image

updated 2015-12-20 08:27:44 -0600

Thank you Eduardo. I will follow your given links and then back again. :]

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2015-12-19 02:58:42 -0600

Seen: 734 times

Last updated: Dec 19 '15