Interface ScribbleImage

An image mask representing a brush scribble.

interface ScribbleImage {
    image?: Image;
}

Properties

Properties

image?: Image

The brush scribble to guide segmentation. Valid for the interactive mode.