Segmentation

public abstract class Segmentation

Represents the segmentation result of an ImageSegmenter.

Public Constructors

Public Methods

abstract List<ColoredLabel>
abstract List<TensorImage>
abstract OutputType

Inherited Methods

Public Constructors

public Segmentation ()

Public Methods

public abstract List<ColoredLabel> getColoredLabels ()

public abstract List<TensorImage> getMasks ()

public abstract OutputType getOutputType ()