MLKitSegmentationCommon Framework Reference

  • MLKCommonSegmenterOptions provides options for customizing the image segmentation process.

  • MLKSegmentationMask represents the result of a segmentation operation.

  • MLKSegmenter is 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