Features

Face Detection has the following features.

  • Supports JPG, JPEG and PNG file format.

  • Supports Face Detection for one and multiple faces in an image.

  • Image size of image should be at least 600 pixels width and 400 pixels height for a person and many people.

  • Image size must not exceed 2 Megabytes.

  • Be able to customize the company score for Face Detection API.

  • Be able to extract the feature and the bounding box of the face.

  • REST API server.

The following are all data in response.

  • The bounding box of face in image, with the values of x min, x max, y min and y max.

  • The feature of face in array in text format.

  • The face crop image in base64 format

  • The score of detection

Last updated