Interface GetRoisOptions

interface GetRoisOptions {
    kind?: RoiKind;
    maxSurface?: number;
    minSurface?: number;
}

Properties

kind?: RoiKind

Kind of ROIs to keep.

Default

'white'

maxSurface?: number

Maximal surface of the ROIs to keep.

Default

Number.MAX_SAFE_INTEGER

minSurface?: number

Minimal surface of the ROIs to keep.

Default

0