Main Content

Cellpose for Microscopy Segmentation

Segment microscopy images using Medical Imaging Toolbox Interface for Cellpose Library

You can import large microscopy image files to segment using the OpenSlide and Bio-Formats libraries by using the Medical Imaging Toolbox™ Interface for Whole Slide Imaging File Reader support package. Segment cells from microscopy images using the Medical Imaging Toolbox Interface for Cellpose Library support package, which provides functionality for downloading pretrained models from the Cellpose Library, segmenting 2-D and 3-D images using Cellpose models, and training new models using your own microscopy data. The support package also requires Deep Learning Toolbox™ and Computer Vision Toolbox™. You can install support packages from the Add-On Explorer. For more information about installing add-ons, see Get and Manage Add-Ons.

Functions

expand all

openslideinfoRead whole slide image file metadata using OpenSlide library (Since R2026a)
openslidereadRead whole slide image data using OpenSlide library (Since R2026a)
bioformatsinfoRead whole slide image file metadata using Bio-Formats library (Since R2026a)
bioformatsreadRead whole slide image data using Bio-Formats library (Since R2026a)
cellposeConfigure Cellpose model for cell segmentation (Since R2023b)
segmentCells2DSegment 2-D image using Cellpose (Since R2023b)
segmentCells3DSegment 3-D image volume using Cellpose (Since R2023b)
trainCellposeTrain custom Cellpose model (Since R2023b)
downloadCellposeModelsDownload pretrained models from Cellpose Library (Since R2023b)

Topics

Featured Examples