MaskAnnotationType Enumeration

Determines how the InteractiveSegmentationMaskRectifier uses the annotations.

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

Syntax

public enum MaskAnnotationType
'Declaration
Public Enumeration MaskAnnotationType
public enum class MaskAnnotationType
Lumia.Imaging.MaskAnnotationType = function();
Lumia.Imaging.MaskAnnotationType.createEnum('Lumia.Imaging.MaskAnnotationType', false);

Members

Member name Value Description
Foreground 0 The annotations represent a part of the foreground.
Background 1 The annotations represent a part of the background.

Version Information

Lumia Imaging SDK

Supported in: 3.0, 2.0

See Also

Lumia.Imaging Namespace