extraction.core.functions.cell.min_maj_approximation

min_maj_approximation(cell_mask)[source]

Find the lengths of the minor and major axes of an ellipse from a cell mask.

Parameters
cell_mask: 3d array

Segmentation masks for cells

:rtype: :py:data:`~typing.Tuple`[:py:class:`int`]