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

FieldDescription
ManualThe manual segmentation algorithm
KMeansThe K-means segmentation algorithm.
FuzzyCMeansThe Fuzzy C-means segmentation algorithm.
WatershedThe Watershed segmentation algorithm.
GraphCutThe 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