pycroglia.ui.widgets.common package

Subpackages

Submodules

class pycroglia.ui.widgets.common.results.ImgWithPathResults(file_path, img, cells_masks)[source]

Bases: object

Container for an image together with its source file path.

This simple data container is used to pass image data and the originating file path between UI components.

Parameters:
file_path

Path to the image file.

Type:

str

img

Image array (numpy) associated with the file.

Type:

NDArray

cells_masks: List[ndarray[tuple[int, ...], dtype[_ScalarType_co]]]
file_path: str
img: ndarray[tuple[int, ...], dtype[_ScalarType_co]]

Module contents