【发布时间】:2016-10-14 04:45:56
【问题描述】:
对于我的 Android 应用,我需要知道 2 张面孔是否可能对应于同一个人。 例如,我有一个人的图像,然后是同一个人的一些其他图像,我需要知道这个人是否相同。 我找到了 FaceDetector Android API,但它只检测人脸。
是否有任何 API 允许我这样做?如果没有,是否有任何 API 可以为我提供来自人脸的参数,然后比较这些参数?
谢谢。
【问题讨论】:
-
"I have found the FaceDetector Android API, but it only detects faces."和"I need to know if 2 faces are likely to correspond to the same person."。看不懂
标签: java android face-recognition