Contents

GenerateIterativeSegmentationRequest

A request that generates a segmentation mask from points, a rectangle, or a scribble.

Declaration

final class GenerateIterativeSegmentationRequest

Overview

Initialize with a seed point, a seed rectangle, or a seed scribble buffer to generate the initial segmentation mask. Then add points to iteratively refine the segmentation mask. The request supports a maximum of 13 points when seeded with a point or scribble, or 11 points when seeded with a box.

Topics

Creating a request

Updating the mask

Accessing the quality level

Getting the revision

Comparing the request

See Also

Image segmentation and subject lifting