mantidimaging.core.utility.sensible_roi module

class mantidimaging.core.utility.sensible_roi.SensibleROI(left=0, top=0, right=0, bottom=0)[source]

Bases: Iterable

bottom: int
static from_list(roi: List[int] | List[float])[source]
static from_points(position: CloseEnoughPoint, size: CloseEnoughPoint) SensibleROI[source]
property height: int
left: int
right: int
to_list_string() str[source]
top: int
property width: int