POST http://IP-address:port/firserver/FindFaces
Parameter | Required | Parameter description |
---|---|---|
server_id | Yes | ID of the Face Recognition Server in the Face-Intellect software package |
findPersons | Yes | The number of matches to be returned |
image | Yes | Image in the base64 format |
POST http://localhost:10000/firserver/FindFaces
|
|
Parameter | Parameter description |
---|---|
FaceList | |
eyeLeftX | |
eyeLeftY | |
eyeRightX | |
eyeRightY | |
faceRectLeft | |
faceRectTop | |
faceRectWidth | |
faceRectHeight | |
ProcessedPersons | |
ProcessedPersonsDuration | |
PersonList | A list of users with information from the faces database (see Getting information about users). |
Sim | The degree of similarity of the face in the image in the request and the reference face from the face database |