SegmentationMethod Enumeration
Segmentation methods types
Module: aspose.imaging.masking.options
Full Name: aspose.imaging.masking.options.SegmentationMethod
Members
| Member name | Description |
|---|---|
| FUZZY_C_MEANS | The Fuzzy C-means segmentation algorithm. |
| GRAPH_CUT | The Graph Cut segmentation algorithm |
| K_MEANS | The K-means segmentation algorithm. |
| MANUAL | The manual segmentation algorithm |
| WATERSHED | The Watershed segmentation algorithm. |