SegmentationMethod

SegmentationMethod enumeration

Segmentation methods types

public enum SegmentationMethod

Values

NameValueDescription
Manual0The manual segmentation algorithm
KMeans1The K-means segmentation algorithm.
FuzzyCMeans2The Fuzzy C-means segmentation algorithm.
Watershed3The Watershed segmentation algorithm.
GraphCut4The Graph Cut segmentation algorithm

See Also