pycroglia.ui.widgets.common package
Subpackages
Submodules
- class pycroglia.ui.widgets.common.results.ImgWithPathResults(file_path, img, cells_masks)[source]
Bases:
objectContainer 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:
- img
Image array (numpy) associated with the file.
- Type:
NDArray