Segmentation (``sphero_vem.segmentation``) ========================================== Two segmentation backends: Cellpose-SAM for cells and nuclei, and an empirical Bayes EM approach for nanoparticles. Cellpose -------- .. automodule:: sphero_vem.segmentation.cellpose.core :members: :undoc-members: False :show-inheritance: .. automodule:: sphero_vem.segmentation.cellpose.finetuning :members: :undoc-members: False :show-inheritance: .. automodule:: sphero_vem.segmentation.cellpose.utils :members: :undoc-members: False :show-inheritance: .. automodule:: sphero_vem.segmentation.cellpose.evaluation :members: :undoc-members: False :show-inheritance: Nanoparticles ------------- .. automodule:: sphero_vem.segmentation.np.core :members: :undoc-members: False :show-inheritance: .. automodule:: sphero_vem.segmentation.np.utils :members: :undoc-members: False :show-inheritance: