segmentation medical image irm
Ältere Kommentare anzeigen
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
to this
3 Kommentare
Husam Banno
am 21 Sep. 2020
Is it possible to give me a hint about how you do the segmentation, I need to do the segmentation for something else but also related to medical images
lamis ke
am 21 Sep. 2020
Husam Banno
am 22 Sep. 2020
Thanks for the information
Antworten (1)
KALYAN ACHARJYA
am 2 Aug. 2020
Bearbeitet: KALYAN ACHARJYA
am 2 Aug. 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?
1 Kommentar
lamis ke
am 8 Aug. 2020
Kategorien
Mehr zu Neuroimaging finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
