[78ef36]: / docs / _sources / slideflow_cellseg.rst.txt

Download this file

23 lines (18 with data), 882 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
.. currentmodule:: slideflow.cellseg
slideflow.cellseg
=================
This module contains utility functions for performing whole-slide image cell segmentation with Cellpose.
See :ref:`cellseg` for more information.
.. autofunction:: segment_slide
Segmentation
************
.. autoclass:: Segmentation
.. autofunction:: slideflow.cellseg.Segmentation.apply_rois
.. autofunction:: slideflow.cellseg.Segmentation.calculate_centroids
.. autofunction:: slideflow.cellseg.Segmentation.calculate_outlines
.. autofunction:: slideflow.cellseg.Segmentation.centroids
.. autofunction:: slideflow.cellseg.Segmentation.centroid_to_image
.. autofunction:: slideflow.cellseg.Segmentation.extract_centroids
.. autofunction:: slideflow.cellseg.Segmentation.mask_to_image
.. autofunction:: slideflow.cellseg.Segmentation.outline_to_image
.. autofunction:: slideflow.cellseg.Segmentation.save