cellmil.cli.cell_segmentation

Functions

cell_segmentation(args)

Perform cell segmentation using the specified model.

main()

Entry point for the cell segmentation CLI tool.

setup_parser()

Set up command line argument parser

cellmil.cli.cell_segmentation.cell_segmentation(args: Namespace) None[source]

Perform cell segmentation using the specified model.

cellmil.cli.cell_segmentation.setup_parser() ArgumentParser[source]

Set up command line argument parser

cellmil.cli.cell_segmentation.main()[source]

Entry point for the cell segmentation CLI tool.