RedEyeRemovalEffect.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 IVectorView DetectedEyes { get; }
'Declaration
Public ReadOnly Property DetectedEyes As IVectorView
    Get
public:
virtual property IVectorView^ DetectedEyes {
    IVectorView^ get () sealed;
}
function get_DetectedEyes();

Property Value

Type: IVectorView

Version Information

Lumia Imaging SDK

Supported in: 3.0

See Also

RedEyeRemovalEffect Class

RedEyeRemovalEffect.RedEyeRemovalEffect Members

Lumia.Imaging.Adjustments Namespace