This documentation is for the old version. Go to the latest Graphics Mill docs

RedEyeRemovalMode Enumeration

Contains red eye effect removal modes of this add-on.

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

Syntax

Visual Basic
Public Enumeration RedEyeRemovalMode
C#
public enum RedEyeRemovalMode

Members

Member name Description
Semiautomatic

Semi-automatic mode. The user selects a face and the algorithm automatically searches eyes on the face.

Manual

Manual mode. The user selects a face and click red eyes inside it. It makes sense to warn the user to click inside the red area of an eye. If the user clicks, say, white area of the flash reflection, the algorithm will not be able to fix red eye effect.

Remarks

Both modes analyzes facial features when deciding what red pixels should be suppressed and what ones shold not. This way the algorithm reduces probability of malfunction (i.e. mistake reddish areas of the face or background for red eyes). The more precise the user selects the face, the more accurate red eye effect removal will be.

See Also

Reference