com.google.mlkit.vision.segmentation

  • The Segmenter interface and the Segmentation class are used for identifying foreground and background pixels in an image.

  • SegmentationMask represents the result of a Segmentation operation.

Interfaces

Segmenter A Segmentation client for identifying pixels in a supplied image as being part of the foreground or the background. 

Classes

Segmentation Entry point for identifying pixels in a supplied image as being part of the foreground or the background. 
SegmentationMask Result of Segmentation