Classes

Import livecellx as:

import livecellx as lcx
import livecellx

core.SingleCellStatic([timeframe, bbox, ...])

Single cell at one time frame

core.SingleCellTrajectory([track_id, ...])

Single cell trajectory containing trajectory information for one single cell at all timeframes.

core.SingleCellTrajectoryCollection()

Represents a collection of single-cell trajectories.

core.datasets.LiveCellImageDataset([...])

Dataset for loading images into RAM, possibly cache images and load them on demand.

core.datasets.SingleImageDataset(img[, ...])

Initialize the dataset.

core.io_utils.LiveCellEncoder(*[, skipkeys, ...])

Constructor for JSONEncoder, with sensible defaults.

core.napari_visualizer.NapariVisualizer()

core.sc_key_manager.SingleCellMetaKeyManager()

core.sc_seg_operator.ScSegOperator(sc, viewer)

A class for performing segmentation on single cell images.

core.sct_operator.SctOperator(...[, ...])