Table of Contents

Enum MaskEncoding

Namespace
AiDotNet.Augmentation.Image
Assembly
AiDotNet.dll

Specifies the encoding format for segmentation masks.

public enum MaskEncoding

Fields

Dense = 0

Raw 2D array of pixel values.

Polygon = 2

Polygon vertices.

RLE = 1

Run-length encoding (COCO-style).