Portrait.leftEyeOpening Property¶
Module: Portrait
Type: int
Definition¶
Value estimating the opening of the left eye. -1 if not computed. The range is 0-100, 100 meaning the eye is fully opened.
int get leftEyeOpening => getLeftEyeOpening();
Exceptions
An error has occurred during Face Library execution.
public int leftEyeOpening
{
get => GetleftEyeOpening();
}
Exceptions
An error has occurred during Face Library execution.
public int getLeftEyeOpening() throws FaceException
Exceptions
An error has occurred during Face Library execution.
public var leftEyeOpening: Int
get {
return Int(try! getLeftEyeOpening())
}
}
Exceptions
An error has occurred during Face Library execution.
int id3FacePortrait_GetLeftEyeOpening (ID3_FACE_PORTRAIT hPortrait, int * leftEyeOpening)
Returns