MouseLand / cellpose

a generalist algorithm for cellular segmentation with human-in-the-loop capabilities
https://www.cellpose.org/
BSD 3-Clause "New" or "Revised" License
1.24k stars 359 forks source link

Allow for cell and nucleus detection #914

Open lacan opened 2 months ago

lacan commented 2 months ago

It often happens that people are interested in obtaining cell outlines plus nuclei in order to obtain compartment-based measurements

Describe the solution you'd like Considering cellpose just added a new series of models for denoising that can be "overlapped", would it be possible to do the same for obtaining both the cell outline and the nuleir outline on the same cellpose run?

Describe alternatives you've considered We currently run cellpose twice to detect both compartments, then do a bit of morphology to associate them with one another, but having this built in could be great!