| Modifier and Type | Method and Description |
|---|---|
Portrait |
Portrait.clone()
Creates a copy of the Portrait object.
|
Portrait |
PortraitProcessor.createPortrait(Image image)
Analyses an image and creates a portrait with the first detected face or the currently tracked face if the update parameter is activated.
|
static Portrait |
Portrait.fromBuffer(byte[] data)
Imports the portrait object from a buffer.
|
| Modifier and Type | Method and Description |
|---|---|
Image |
PortraitProcessor.cropIcaoPortrait(Portrait portrait)
Creates an ICAO-compliant portrait image by cropping the source image around the detected face.
|
Image |
PortraitProcessor.cropPortrait(Portrait portrait)
Creates a portrait image by cropping the source image around the detected face.
|
void |
PortraitProcessor.detectOcclusions(Portrait portrait)
Detects occlusions on the subject's face.
|
void |
PortraitProcessor.detectPresentationAttack(Portrait portrait)
Detects a possible presentation attack.
|
void |
PortraitProcessor.estimateAge(Portrait portrait)
Estimates the age of the person.
|
void |
PortraitProcessor.estimateBackgroundUniformity(Portrait portrait)
Checks the background uniformity of the specified portrait.
|
void |
PortraitProcessor.estimateExpression(Portrait portrait)
Estimates the subject's expression on the specified portrait.
|
void |
PortraitProcessor.estimateFaceAttributes(Portrait portrait)
Estimates the face attributes of the specified portrait.
|
void |
PortraitProcessor.estimateGeometryQuality(Portrait portrait)
Estimates the geometric quality of the specified portrait according to the ICAO portrait parameters.
|
void |
PortraitProcessor.estimatePhotographicQuality(Portrait portrait)
Etimates the photographic quality of the specified portrait.
|
void |
PortraitProcessor.updatePortrait(Portrait portrait,
Image image)
Analyses an image and updates the specified portrait with the first detected face or the currently tracked face.
|
Copyright © id3 Technologies. All rights reserved. eu.id3.face