Share via


RedEyeRemovalFilter.DetectedEyes Property

Collection of Rects representing each corrected eye, a subset of the EyeAreas Rects. Expressed in the unit coordinate space of the image, i.e., the top left corner of the image is at (0, 0), and the bottom right corner is at (1, 1).

Namespace: Lumia.Imaging.Adjustments
Assembly: Lumia.Imaging (in Lumia.Imaging.dll) Version: 255.255.255.255

Syntax

public IReadOnlyList<Rect> DetectedEyes { get; }
'Declaration
Public ReadOnly Property DetectedEyes As IReadOnlyList(Of Rect)
    Get
public:
virtual property IReadOnlyList<Rect>^ DetectedEyes {
    IReadOnlyList<Rect>^ get () sealed;
}
function get_DetectedEyes();

Property Value

Type: IReadOnlyList<Rect>

Remarks

NOTE: This property is updated after a render.

Version Information

Lumia Imaging SDK

Supported in: 2.0

See Also

RedEyeRemovalFilter Class

RedEyeRemovalFilter.RedEyeRemovalFilter Members

Lumia.Imaging.Adjustments Namespace