Portrait.noseVisibility Property¶
Module: Portrait
Type: int
Definition¶
Value estimating the visibility of the nose. -1 if not computed. The range is 0-100, 100 meaning the nose is fully visible.
int get noseVisibility => getNoseVisibility();
Exceptions
An error has occurred during Face Library execution.
public int noseVisibility
{
get => GetnoseVisibility();
}
Exceptions
An error has occurred during Face Library execution.
public int getNoseVisibility() throws FaceException
Exceptions
An error has occurred during Face Library execution.
public var noseVisibility: Int
get {
return Int(try! getNoseVisibility())
}
}
Exceptions
An error has occurred during Face Library execution.
int id3FacePortrait_GetNoseVisibility (ID3_FACE_PORTRAIT hPortrait, int * noseVisibility)
Returns