android 中的面部处理

Facial processing in android

我正在开发一个高度依赖相机的 android 应用程序,例如,我必须集成情绪的面部处理。我不知道从哪里开始? 我找到了几个像金鱼草这样的 SDK,但我似乎无法弄清楚如何使用它们。请帮忙!

Google 提供 Mobile Vision API that helps with facial processing. You can read more about the facial processing features here.

如果您想要使用该 API 的示例应用程序,您可以查看 here