How can I use Iamerode to separate attached cells from the mask?

1 Ansicht (letzte 30 Tage)
Sudati Shrestha
Sudati Shrestha am 19 Sep. 2022
Kommentiert: Sudati Shrestha am 20 Sep. 2022
I have a couple of masks made and some of the cells are attached together, I want to separate those cells using a Matlab function iamerode.
How can I do it?

Antworten (1)

Image Analyst
Image Analyst am 19 Sep. 2022
Bearbeitet: Image Analyst am 19 Sep. 2022
Those look like they're all separate, because they're different colors. Why do you say they're not?
I've never heard of iaerode. It's not a MATLAB function. Maybe you got that from some third party or wrote it yourself. However there is an imerode function.
se = strel('disk', 3, 0);
mask = imerode(mask, se);
In the meantime, see Steve's discussion of using watershed to split apart joined binary blobs:

Kategorien

Mehr zu Shifting and Sorting Matrices finden Sie in Help Center und File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by