Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
自 Android 4.0 起,Google 提供了一些人脸检测 API。
在 Jelly Bean 中,我们可以看到 FaceUnlock 中的“活体检查”功能。
我在谷歌搜索了很多,我还没有找到实现这一点的方法。我的意思是,捕捉用户的眨眼。
我见过一些 OpenCV 线程,但由于 Android 已经提供了这个,我想没有必要使用任何其他 API。
那么,任何人都可以帮助我如何使用简单的 Android API 创建“活动检查”功能吗?
欢迎任何帮助!