SegmentationMethod
Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum
public final class SegmentationMethod extends System.Enum
Segmentation methods types
Fields
| Field | Description |
|---|---|
| Manual | The manual segmentation algorithm |
| KMeans | The K-means segmentation algorithm. |
| FuzzyCMeans | The Fuzzy C-means segmentation algorithm. |
| Watershed | The Watershed segmentation algorithm. |
| GraphCut | The Graph Cut segmentation algorithm |
Manual
public static final int Manual
The manual segmentation algorithm
KMeans
public static final int KMeans
The K-means segmentation algorithm.
FuzzyCMeans
public static final int FuzzyCMeans
The Fuzzy C-means segmentation algorithm.
Watershed
public static final int Watershed
The Watershed segmentation algorithm.
GraphCut
public static final int GraphCut
The Graph Cut segmentation algorithm