Table of Contents

Enum SegmentationMethod

Namespace
Aspose.Imaging.Masking.Options
Assembly
Aspose.Imaging.dll

Segmentation methods types

public enum SegmentationMethod

Fields

FuzzyCMeans = 2

The Fuzzy C-means segmentation algorithm.

GraphCut = 4

The Graph Cut segmentation algorithm

KMeans = 1

The K-means segmentation algorithm.

Manual = 0

The manual segmentation algorithm

Watershed = 3

The Watershed segmentation algorithm.