Table of Contents

Enum MaskType

Namespace
AiDotNet.Augmentation.Image
Assembly
AiDotNet.dll

Specifies the type of segmentation mask.

public enum MaskType

Fields

Binary = 0

Binary mask where each pixel is 0 or 1.

Instance = 2

Instance segmentation where each object instance has a unique ID.

Panoptic = 3

Panoptic segmentation combining semantic and instance.

Semantic = 1

Semantic segmentation where each pixel has a class label.