Enum MaskEncoding
- Namespace
- AiDotNet.Augmentation.Image
- Assembly
- AiDotNet.dll
Specifies the encoding format for segmentation masks.
public enum MaskEncoding
Fields
Dense = 0Raw 2D array of pixel values.
Polygon = 2Polygon vertices.
RLE = 1Run-length encoding (COCO-style).