AI-generated Key Takeaways
-
MLKCommonSegmenterOptionsprovides options for customizing the image segmentation process. -
MLKSegmentationMaskrepresents the result of a segmentation operation. -
MLKSegmenteris the main class used to perform image segmentation on input images.
Classes
The following classes are available globally.
-
Options for specifying a segmenter.
Declaration
Objective-C
@interface MLKCommonSegmenterOptions : NSObject -
The result from a segmenter operation.
Declaration
Objective-C
@interface MLKSegmentationMask : NSObject -
A detector that performs segmentation on input images.
Declaration
Objective-C
@interface MLKSegmenter : NSObject