Portrait.landmarks Property

Module: Portrait

Type: PointList

Definition

68-points landmarks.

landmarks: PointList

Exceptions

An error has occurred during Face Library execution.
PointList get landmarks => getLandmarks();

Exceptions

An error has occurred during Face Library execution.
public PointList landmarks
{
    get => Getlandmarks();
}

Exceptions

An error has occurred during Face Library execution.
public PointList getLandmarks() throws FaceException

Exceptions

An error has occurred during Face Library execution.
public var landmarks: PointList
    get {
        return try! getLandmarks()
    }
}

Exceptions

An error has occurred during Face Library execution.
int id3FacePortrait_GetLandmarks (ID3_FACE_PORTRAIT hPortrait, ID3_FACE_POINT_LIST hLandmarks)

Returns

int
An error code.
See id3FaceError file for the list of possible error codes.