ROI
- class caqtus.types.image.roi.ROI(
- original_image_size: tuple[Width, Height],
Bases:
ABCBase class for regions of interest inside an image.
- original_image_size
The size of the original image as (width, height).
- Type:
tuple[caqtus.types.image._shape.Width, caqtus.types.image._shape.Height]
- get_mask() ndarray
A boolean array with the same shape as the original image.
True values indicate that the pixel is part of the region of interest.