RedEyeRemovalMode Enumeration

Contains possible red eye effect removal modes.

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

Syntax

C#
public enum RedEyeRemovalMode

Members

Member name Description
Manual

Manual mode. The user selects a face and clicks 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 a red eye effect.

Semiautomatic

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

Remarks

Both modes analyze facial features when deciding what red pixels should be suppressed and what ones should 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