squidpy.im.SegmentationModel

class squidpy.im.SegmentationModel(model)[source]

Base class for all segmentation models.

Contains core shared functions related to cell and nuclei segmentation. Specific segmentation models can be implemented by inheriting from this class.

Parameters:

model (Any) – Underlying segmentation model.

Methods

segment(, **kwargs))

Segment an image.