Enum SegmentationMethod
Enum SegmentationMethod
Le nom : Aspose.Imaging.Masking.Options Assemblée: Aspose.Imaging.dll (25.4.0)
Types de méthodes de segmentation
public enum SegmentationMethod
Fields
FuzzyCMeans = 2
Le Fuzzy C signifie un algorithme de segmentation.
GraphCut = 4
L’algorithme de segmentation Graph Cut
KMeans = 1
Le K signifie l’algorithme de segmentation.
Manual = 0
L’algorithme de segmentation manuelle
Watershed = 3
L’algorithme de segmentation Watershed.