Per Seat: €3.00
Monthly Subscription: €1.00
Usage Based API: €2.00
Use face detector to identify people in images – even in difficult lighting and other conditions More info...
Use face detector to identify people in images – even in difficult lighting and other conditions. This API also provides the precise location of each face identified. This app can be used in a range of applications, from law enforcement and military scenarios to detecting and counting people at large events, and more.
Finds all faces in the image.
image
– Input image in rgb, rgba or gray8 format.faces
– An object containing the bounding boxes of detected
faces.Example output:
{
"objects": [
{
"name": "face",
"rectangle": {
"h": 96,
"w": 96,
"x": 180,
"y": 298
}
}
]
}