Face Recognition is when a computer detects a Face using Face detection and then identifies the person's name or identity using a previously stored database of Face attributes.
There are two types 1:1 comparison & 1:N comparison.
Suppose you are trying to recognize only one person in a crowd of people (like in your face unlock app) you need 1:1
If you have to identify a group of people, you need 1:N face recognition.
1:1 Recognition | Face Match API does 1:1 Comparison easily. Two faces can be compared to determine if they belong to the same person.
You can use the Face Match API by activating one of the FaceAPI plans. |
Read more here | |
1:N Recognition (Face Search) | Face Search API allows you to create, edit and maintain a database and then Search the same to perform a recognition.
You can use the Face Search API by activating one of the Face Search plans. |
Read More here | |
1:N Recognition (Face Vector) | Face Vector, requires a bit more computation required from your end but gives you more control over your data storage.
You can use the Face Vector API by activating one of the FaceAPI plans. |
Read More here |
Low Latency for recognition
Scalable at an economical rate
No Cropping of Images required