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)
Public ReadOnly Property Blobs As RedEyeBlob()
public RedEyeBlob[] Blobs { get; }
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.