Interfaces
siapy.entities.images.interfaces
¶
ImageBase
¶
Bases: ABC
open
abstractmethod
classmethod
¶
Source code in siapy/entities/images/interfaces.py
18 19 20 21 |
|
to_display
abstractmethod
¶
to_display(equalize: bool = True) -> Image
Source code in siapy/entities/images/interfaces.py
58 59 60 |
|
to_numpy
abstractmethod
¶
Source code in siapy/entities/images/interfaces.py
62 63 64 |
|
to_xarray
abstractmethod
¶
to_xarray() -> XarrayType
Source code in siapy/entities/images/interfaces.py
66 67 68 |
|