delta.pipeline.ROI.__init__

ROI.__init__(roi_nb: int, box: CroppingBox, crop_windows: bool = False)

Initialize ROI

Parameters
roi_nbint

ROI index.

boxdict

Crop box for ROI, formatted as in the utilities.py cropbox function input dict.

crop_windowsbool, optional

Flag to crop and stitch back windows for segmentation and tracking. The default is False.

Returns
None.