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

RedEyeMask.Blobs Property

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

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

Syntax

Visual Basic
Public ReadOnly Property Blobs As RedEyeBlob()
C#
public RedEyeBlob[] Blobs { get; }

Property Value

An array of RedEyeBlob objects which represent an area of image which corresponds to a red eye.

Remarks

Use this property to determine where the algorithm has found the red eyes. This way 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