How to perform quantitative analysis of brain MRI segmentation?
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
I am using modified fuzzy C means(MFCM) and level sets segmentation for automated brain MRI image segmentation into WM(White Matter), GM(Gray Matter) and CSF(Cerebrospinal Fluid). The initial segmentation is done by MFCM approach and the results obtained are given to level set. I used some code available in file exchange. I need to perform quantitative analysis of segmentation using MATLAB. Since I am new to Segmentation, Please suggest suitable code/s, and method/d for segmentation evalvation. I am having segmented images in bmp format.
0 Kommentare
Akzeptierte Antwort
Image Analyst
am 21 Sep. 2013
Assuming you have segmented the image into those three classes with your other software, you can then use regionprops() to measure characteristics. See my BlobsDemo image segmentation tutorial for an example: http://www.mathworks.com/matlabcentral/fileexchange/?term=authorid%3A31862
0 Kommentare
Weitere Antworten (1)
Siehe auch
Kategorien
Mehr zu MRI finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!