DetectedFace.rotate Method

Module: DetectedFace

Definition

Rotates the face object by a given angle in degrees from a given center.

void rotate(int angle, Point center)

Parameters

angle int
in Angle of the rotation to apply to the face object.

center Point
in Center of the rotation to apply to the face object.

Exceptions

An error has occurred during Face Library execution.