Reputation: 29
I am developing an iPhone application where I want to work on face liveness. A clear idea is spoofing of a person is not allowed. Does anyone implemented it or know-how can I achieve that.
Upvotes: 0
Views: 342
Reputation: 95
What you want to do exactly is not clear.
Face identification of the device owner is available through LocalAuthentication
and biometrics, have a look here.
If you instead need to understand if the face you're seeing is a real person (and not just a photo) maybe take a look at this question and this article.
Also please provide some more information on what you're trying to accomplish and some code of what you've already tried.
Upvotes: 1