Enum SegmentationMethod
SegmentationMethod enumeration
Segmentation methods types
public enum SegmentationMethod
Values
Name | Value | Description |
---|---|---|
Manual | 0 | The manual segmentation algorithm |
KMeans | 1 | The K-means segmentation algorithm. |
FuzzyCMeans | 2 | The Fuzzy C-means segmentation algorithm. |
Watershed | 3 | The Watershed segmentation algorithm. |
GraphCut | 4 | The Graph Cut segmentation algorithm |
See Also
- namespace Aspose.Imaging.Masking.Options
- assembly Aspose.Imaging