RedEyeMask.BinaryMask Property

Gets a grayscale bitmap which represents the red eye mask.

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

Syntax

C#
public Bitmap BinaryMask { get; }

Property Value

A Bitmap which represents a red eye mask.

Remarks

A pixel format of this bitmap is always Format8bppGrayscale. White areas correspond to portions of the source image which are recognized as red eyes (i.e. red eye blobs). If you need to get coordinates of the red eye blobs, use the Blobs property. It will return an array of RedEyeBlob objects.

See Also

Reference