Face Recognition (detection, similarity, liveness)
- **Face detection** is the foundation of the face recognition process, allowing you to find image of multiples faces in it. - **Face alignment** is the process of transforming the face image based on the detected face image to facilitate extraction of feature vectors. - **Face similarity** is the determination of the degree to which two faces calculated by a specific algorithm are judged to be…
Face Recognition (detection, similarity, liveness) endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
Face Detection /faces |
Detects and returns positions, size and landmark points of all faces in a image. |
| POST |
Face Alignment /alignedfaces |
Detects faces from the given image, and crops it into 112(width)*112(height)*3(bgr) image, and returns as base64 encoded string. Position and size of each faces are returned too. |
| POST |
Face Similarity /similarity/v2 |
Face similarity is the determination of the degree to which two faces calculated by a specific algorithm are judged to be the same person. Higher Similarity means face of two… |
| POST |
Face Liveness /liveness/multiframe |
Face Liveness is a process of checking the authenticity of a face by sending four images taken sequentially (multi frame liveness). A compressed `.zip` file of 4 consecutively… |
Face Recognition (detection, similarity, liveness) pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $10 / month | — |
|
| ULTRA | $50 / month | — |
|
| MEGA | $150 / month | — |
|