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)
public RedEyeBlob[] Blobs { get; }
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.