public final class SegmentationMethod
extends com.aspose.ms.System.Enum
Segmentation methods types
Modifier and Type | Field and Description |
---|---|
static int |
FuzzyCMeans
The Fuzzy C-means segmentation algorithm.
|
static int |
GraphCut
The Graph Cut segmentation algorithm
|
static int |
KMeans
The K-means segmentation algorithm.
|
static int |
Manual
The manual segmentation algorithm
|
static int |
Watershed
The Watershed segmentation algorithm.
|
public static final int Manual
The manual segmentation algorithm
public static final int KMeans
The K-means segmentation algorithm.
public static final int FuzzyCMeans
The Fuzzy C-means segmentation algorithm.
public static final int Watershed
The Watershed segmentation algorithm.
public static final int GraphCut
The Graph Cut segmentation algorithm