RedEyeRemoval.FaceRegion Property

Gets or sets the rectangle which selects the person's face.

Namespace: Aurigma.GraphicsMill.Transforms
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

C#
public RectangleF FaceRegion { get; set; }

Property Value

A RectangleF structure containing the face region.

Remarks

When the algorithm works, it analyzes facial features. It helps to reduce probability of malfunction. To make the transformation process as precise as possible, you should have the user to select the person's face as accurate as possible.

Users should select the face even if they use Manual mode. The eye they select should be inside this rectangle.

See Also

Reference