RedEyeMask.Blobs Property

Gets an array of red eye blobs found in the image (i.e. areas which correspond to red eyes).

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

Syntax

C#
public RedEyeBlob[] Blobs { get; }

Property Value

An array of RedEyeBlob objects.

Remarks

Use this property to determine where the algorithm has found red eyes. For example, you can display to the user what portions of image are about to be modified. If the algorithm finds it incorrectly, the user can fix blobs coordinates and proceed with Manual mode.

See Also

Reference