Interface ExtractOptions

interface ExtractOptions {
    origin?: Point;
}

Properties

Properties

origin?: Point

Origin of the ROI relative to a parent image (top-left corner).

Default

{row: 0, column: 0}