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.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, getValues, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
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