Face

Face detected in an image

Package com.appliedrec.verid.core2

public class Face

Implements

Methods

getBounds

Introduced in version 1.0.0

public getBounds()

Get bounds of the face in the image.

Returns

android.graphics.RectF
Bounds of the face in pixels

getAngle

Introduced in version 1.0.0

public getAngle()

Get the angle of the face.

Returns

com.appliedrec.verid.core2.EulerAngle
Face angle

getLeftEye

Introduced in version 1.0.0

public getLeftEye()

Get the position of the left eye in the image.

Returns

android.graphics.PointF
Point

getRightEye

Introduced in version 1.0.0

public getRightEye()

Get the position of the right eye in the image.

Returns

android.graphics.PointF
Point

getMouth

Introduced in version 1.0.0

public getMouth()

Get the coordinate of the mouth in the image.

Returns

android.graphics.PointF
Point

getNose

Introduced in version 1.0.0

public getNose()

Get the coordinate of the nose in the image.

Returns

android.graphics.PointF
Point

getData

Introduced in version 1.0.0

public getData()

Get a serialized representation of the face.

Returns

byte[]
Byte array

getLandmarks

Introduced in version 1.10.0

public getLandmarks()

Returns

android.graphics.PointF[]
Face landmarks array