com.google.mlkit.vision.segmentation.selfie

  • The SelfieSegmenter API provides tools for real-time or single-image segmentation of people in photos and videos.

  • Developers can customize the segmentation process using SelfieSegmenterOptions, such as choosing between single image or streaming modes with DetectorMode.

  • SelfieSegmenterOptions.Builder simplifies the creation and configuration of SelfieSegmenterOptions for developers.

Annotations

SelfieSegmenterOptions.DetectorMode The detector mode which indicates whether it is for single image or for streaming. 

Classes