Share via


InteractiveForegroundSegmenter.AnnotationsSource Property

An image containing the user annotations for the foreground and the background. Must contain at least one pixel in foreground color and one pixel in background color.

The segmenter will only consider pixels of foreground color or background color, any other color will be treated as unknown.

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

Syntax

public IImageProvider AnnotationsSource { get; set; }
'Declaration
Public Property AnnotationsSource As IImageProvider
    Get
    Set
public:
virtual property IImageProvider^ AnnotationsSource {
    IImageProvider^ get () sealed;
    void set (IImageProvider^ value) sealed;
}
function get_AnnotationsSource();
function set_AnnotationsSource(value);

Property Value

Type: IImageProvider

Version Information

Lumia Imaging SDK

Supported in: 3.0, 2.0

See Also

InteractiveForegroundSegmenter Class

InteractiveForegroundSegmenter.InteractiveForegroundSegmenter Members

Lumia.Imaging.Compositing Namespace