Documentation for Face Intellect 7.1. Documentation for other versions of Intellect is available too.
Previous page Next page
POST http://localhost:10000/firserver/FindFaces
JSON parameters:
{ "server_id" : "1", "image" : "base64 picture" }
where
- server_id - ID of Face Recognition Server in the face-Intellect software package (see the Configuring the Face Recognition Server object).
- image - image in the base64 format.
Example of response:
{ "FaceList": [ { "eyeLeftX": 52.9814, "eyeLeftY": 81.8117, "eyeRightX": 97.6706, "eyeRightY": 81.3572, "faceRectHeight": 99, "faceRectLeft": 24, "faceRectTop": 56, "faceRectWidth": 99 } ] }
Overview
Content Tools