Azzera filtri
Azzera filtri

segmentation medical image irm

3 visualizzazioni (ultimi 30 giorni)
lamis ke
lamis ke il 12 Lug 2020
Commentato: Husam Banno il 22 Set 2020
I am doing Brain tissues MRI segmentation using PSO the output is 4 labels image (Gray Matter, White Matter, CSF) after doing segmetation i get this result . now how separate between this colors (classes) in subplots from this to this
  3 Commenti
Husam Banno
Husam Banno il 22 Set 2020
Thanks for the information

Accedi per commentare.

Risposte (1)

KALYAN ACHARJYA
KALYAN ACHARJYA il 2 Ago 2020
Modificato: KALYAN ACHARJYA il 2 Ago 2020
Lets say "seg_image" is the segmented image. Once segmentation, all regions have different pixels value, please check the pixel value of Gray Matter, White Matter, CSF. The respective resion must have same pixel value.
subplot(131),imshow(seg_image(seg_image==Gray_Matter_pixel value || seg_image==0);
subplot(131),imshow(seg_image(seg_image==White_Matter_pixel value || seg_image==0);
subplot(131),imshow(seg_image(seg_image==CSF_pixel value || seg_image==0);
Any issue let me know?

Categorie

Scopri di più su MRI in Help Center e File Exchange

Prodotti


Release

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by