PortraitProcessor.maximumRollAngle Property¶
Module: PortraitProcessor
Type: float
Definition¶
Maximum head roll angle, in degrees.
Hint
Default value is 15.
maximum_roll_angle: float
Exceptions
An error has occurred during Face Library execution.
double get maximumRollAngle => getMaximumRollAngle();
set maximumRollAngle(double value) => setMaximumRollAngle(value);
Exceptions
An error has occurred during Face Library execution.
public float maximumRollAngle
{
get => GetmaximumRollAngle();
set => SetmaximumRollAngle(ref value);
}
Exceptions
An error has occurred during Face Library execution.
public float getMaximumRollAngle() throws FaceException
public void setMaximumRollAngle(float maximumRollAngle) throws FaceException
Exceptions
An error has occurred during Face Library execution.
public var maximumRollAngle: Float
get {
return try! getMaximumRollAngle()
}
}
Exceptions
An error has occurred during Face Library execution.
int id3FacePortraitProcessor_GetMaximumRollAngle (ID3_FACE_PORTRAIT_PROCESSOR hPortraitProcessor, float * maximumRollAngle)
int id3FacePortraitProcessor_SetMaximumRollAngle (ID3_FACE_PORTRAIT_PROCESSOR hPortraitProcessor, float maximumRollAngle)
Returns