RectangularROI
- class caqtus.types.image.roi.RectangularROI( )
Bases:
ROIRectangular region of interest inside an image.
- 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.