InteractiveForegroundSegmenter Class
Segments the source image into foreground and background guided by user provided annotations. The output is a black and white mask where white areas represent the foreground and black areas represent the background.
Namespace: Lumia.Imaging.Compositing
Assembly: Lumia.Imaging (in Lumia.Imaging.dll) Version: 255.255.255.255
Syntax
public sealed class InteractiveForegroundSegmenter : IClosable,
IImageConsumer, IImageConsumer2, IImageProvider, IImageProvider2, IPropertyDescriptions
'Declaration
Public NotInheritable Class InteractiveForegroundSegmenter
Implements IClosable, IImageConsumer, IImageConsumer2, IImageProvider,
IImageProvider2, IPropertyDescriptions
public ref class InteractiveForegroundSegmenter sealed : IClosable,
IImageConsumer, IImageConsumer2, IImageProvider, IImageProvider2, IPropertyDescriptions
Lumia.Imaging.Compositing.InteractiveForegroundSegmenter = function();
Type.createClass(
'Lumia.Imaging.Compositing.InteractiveForegroundSegmenter',
null,
Windows.Foundation.IClosable,
Lumia.Imaging.IImageConsumer,
Lumia.Imaging.IImageConsumer2,
Lumia.Imaging.IImageProvider,
Lumia.Imaging.IImageProvider2,
Lumia.Imaging.IPropertyDescriptions);
Inheritance Hierarchy
System.Object
Lumia.Imaging.Compositing.InteractiveForegroundSegmenter
Version Information
Lumia Imaging SDK
Supported in: 3.0, 2.0
See Also
InteractiveForegroundSegmenter.InteractiveForegroundSegmenter Members