Enum MaskType
- Namespace
- AiDotNet.Augmentation.Image
- Assembly
- AiDotNet.dll
Specifies the type of segmentation mask.
public enum MaskType
Fields
Binary = 0Binary mask where each pixel is 0 or 1.
Instance = 2Instance segmentation where each object instance has a unique ID.
Panoptic = 3Panoptic segmentation combining semantic and instance.
Semantic = 1Semantic segmentation where each pixel has a class label.