3

API レベル 14 の時点で、android は Camera.Face API を導入しました。この API は、次のフィールドを提供します。

int id  - An unique id per face while the face is visible to the tracker.

Point leftEye - The coordinates of the center of the left eye.

Point mouth - The coordinates of the center of the mouth.

Rect rect - Bounds of the face.

Point rightEye - The coordinates of the center of the right eye.

int score -The confidence level for the detection of the face.

私の質問は、これらのプロパティを使用して、既知の顔のデータベース/リストとその属性を作成し、既知の顔に現れる新しい顔を一致させることは可能ですか?

4

1 に答える 1