ImageJS
    Preparing search index...

    Interface GetRoisOptions

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

    Properties

    kind?: RoiKind

    Kind of ROIs to keep.

    'white'

    maxSurface?: number

    Maximal surface of the ROIs to keep.

    Number.MAX_SAFE_INTEGER

    minSurface?: number

    Minimal surface of the ROIs to keep.

    0