Page Summary
-
Three main classes (
CommonSegmenterOptions,SegmentationMask, andSegmenter) are available for image segmentation tasks. -
CommonSegmenterOptionsallows customization of the segmentation process. -
SegmentationMaskencapsulates the result obtained from the segmentation operation. -
Segmenteris the core class responsible for executing the image segmentation.
Classes
The following classes are available globally.
-
Options for specifying a segmenter.
Declaration
Swift
class CommonSegmenterOptions : NSObject -
The result from a segmenter operation.
Declaration
Swift
class SegmentationMask : NSObject -
A detector that performs segmentation on input images.
Declaration
Swift
class Segmenter : NSObject