Face Recognition Operations
Operations
Find Similar |
Given query face's faceId, to search the similar-looking faces from a faceId array. A faceId array contains the faces created by Detect. |
Find Similar From Face List |
Given query face's faceId, to search the similar-looking faces from a Face List. A 'faceListId' is created by Create Face List. |
Find Similar From Large Face List |
Given query face's faceId, to search the similar-looking faces from a Large Face List. A 'largeFaceListId' is created by Create Large Face List. |
Group |
Divide candidate faces into groups based on face similarity. |
Identify From Dynamic Person Group |
1-to-many identification to find the closest matches of the specific query person face from a Dynamic Person Group. |
Identify From Large Person Group |
1-to-many identification to find the closest matches of the specific query person face from a Large Person Group. |
Identify From Person Directory |
1-to-many identification to find the closest matches of the specific query person face from a person directory personIds array. |
Identify From Person Group |
1-to-many identification to find the closest matches of the specific query person face from a Person Group. |
Verify Face To Face |
Verify whether two faces belong to a same person. |
Verify From Large Person Group |
Verify whether a face belongs to a person in a Large Person Group. |
Verify From Person Directory |
Verify whether a face belongs to a person in Person Directory. |
Verify From Person Group |
Verify whether a face belongs to a person in a Person Group. |