You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have nothing in mind. Threshold value is used to threshold the cell image and build a binary mask of the cells. Instead of using the function bigfish.segmentation.cell_watershed, you can use bigfish.segmentation.get_watershed_relief and bigfish.segmentation.apply_watershed, providing your own binary cell mask. Something like that:
To get the cell mask, maybe you can try a more subtil Otsu thresholding or directly go for a deep learning method. we also provide a pretrained Unet model with bigfish.segmentation.unet_distance_edge_double and bigfish.segmentation.apply_unet_distance_double that does exactly that. The unet is used to predict a cell mask and the relief image on which we apply a watershed.
Is this possible?
The text was updated successfully, but these errors were encountered: