Interface Border

interface Border {
    connectedID: number;
    length: number;
}

Properties

Properties

connectedID: number

Refers to the roiID of the contiguous ROI.

length: number

Length of the border with connectedID.